diff --git a/LadybugTools_Engine/Compute/SimulationId.cs b/LadybugTools_Engine/Compute/SimulationId.cs index 5eb78d12..2613fb55 100644 --- a/LadybugTools_Engine/Compute/SimulationId.cs +++ b/LadybugTools_Engine/Compute/SimulationId.cs @@ -34,7 +34,6 @@ public static partial class Compute [Input("groundMaterial", "A material object.")] [Input("shadeMaterial", "A material object.")] [Output("id", "A simulation ID.")] - [PreviousVersion("7.0", "BH.Engine.LadybugTools.Compute.SimulationId(System.String, BH.oM.LadybugTools.ILadybugToolsMaterial, BH.oM.LadybugTools.ILadybugToolsMaterial)")] public static string SimulationID(string epwFile, IEnergyMaterialOpaque groundMaterial, IEnergyMaterialOpaque shadeMaterial) { if (epwFile == null) diff --git a/LadybugTools_Engine/LadybugTools_Engine.csproj b/LadybugTools_Engine/LadybugTools_Engine.csproj index dac7c443..cb611a1b 100644 --- a/LadybugTools_Engine/LadybugTools_Engine.csproj +++ b/LadybugTools_Engine/LadybugTools_Engine.csproj @@ -1,5 +1,4 @@ - netstandard2.0 7.0.0.0 @@ -11,11 +10,9 @@ 7.1.0.0 ..\Build\ - - $(ProgramData)\BHoM\Assemblies\Adapter_Engine.dll @@ -83,13 +80,10 @@ False - - - diff --git a/LadybugTools_Engine/Versioning_70.json b/LadybugTools_Engine/Versioning_70.json deleted file mode 100644 index 09257534..00000000 --- a/LadybugTools_Engine/Versioning_70.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "MessageForDeleted": { - "BH.Engine.LadybugTools.Convert.FromHoneybeeSurface(System.Object)": "This method has been removed as part of the removal of the dependency from Rhino in the LadybugTools_Toolkit.", - "BH.Engine.LadybugTools.Create.Typology(System.Collections.Generic.List, System.String, System.Double, System.Double, System.Double)": "This method only did validation for creating the object, which has been moved to methods that take a Typology as an input.", - "BH.Engine.LadybugTools.Convert.SnakeCaseToPascalCase(System.String)": "This method and other case conversion methods in the LBT Toolkit have been replaced by a single method that can do case conversions when given a case type.", - "BH.Engine.LadybugTools.Convert.PascalCaseToSnakeCase(System.String)": "This method and other case conversion methods in the LBT Toolkit have been replaced by a single method that can do case conversions when given a case type.", - "BH.Engine.LadybugTools.Compute.EPWtoCustomObject(System.String)": "Due to inclusion of EPW as an object, this method is no longer required and has been removed.", - "BH.Engine.LadybugTools.Query.GetMaterial(System.String)": "All methods that involve serialisation of Ladybug Python objects have been converted into adapter Execute Commands, to access, use a LadybugToolsAdapter with the Execute method.", - "BH.Engine.LadybugTools.Query.GetTypology(System.String)": "All methods that involve serialisation of Ladybug Python objects have been converted into adapter Execute Commands, to access, use a LadybugToolsAdapter with the Execute method.", - "BH.Engine.LadybugTools.Compute.ExternalComfort(BH.oM.LadybugTools.SimulationResult, BH.oM.LadybugTools.Typology)": "All methods that involve serialisation of Ladybug Python objects have been converted into adapter Execute Commands, to access, use a LadybugToolsAdapter with the Execute method.", - "BH.Engine.LadybugTools.Compute.SimulationResult(System.String, BH.oM.LadybugTools.ILadybugToolsMaterial, BH.oM.LadybugTools.ILadybugToolsMaterial)": "All methods that involve serialisation of Ladybug Python objects have been converted into adapter Execute Commands, to access, use a LadybugToolsAdapter with the Execute method." - } -} \ No newline at end of file diff --git a/LadybugTools_oM/LadybugTools_oM.csproj b/LadybugTools_oM/LadybugTools_oM.csproj index 7a0f5d43..03d662b1 100644 --- a/LadybugTools_oM/LadybugTools_oM.csproj +++ b/LadybugTools_oM/LadybugTools_oM.csproj @@ -1,5 +1,4 @@ - netstandard2.0 7.0.0.0 @@ -11,7 +10,6 @@ 7.1.0.0 ..\Build\ - $(ProgramData)\BHoM\Assemblies\Adapter_oM.dll @@ -39,9 +37,7 @@ False - - diff --git a/LadybugTools_oM/Versioning_70.json b/LadybugTools_oM/Versioning_70.json deleted file mode 100644 index 5bc6665e..00000000 --- a/LadybugTools_oM/Versioning_70.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "Type": { - "ToNew": { - "BH.oM.LadybugTools.OpaqueMaterial": "BH.oM.LadybugTools.EnergyMaterial", - "BH.oM.LadybugTools.OpaqueVegetationMaterial": "BH.oM.LadybugTools.EnergyMaterialVegetation", - "BH.oM.LadybugTools.ILadybugToolsMaterial": "BH.oM.LadybugTools.IEnergyMaterialOpaque" - }, - "ToOld": { - "BH.oM.LadybugTools.EnergyMaterial": "BH.oM.LadybugTools.OpaqueMaterial", - "BH.oM.LadybugTools.EnergyMaterialVegetation": "BH.oM.LadybugTools.OpaqueVegetationMaterial", - "BH.oM.LadybugTools.IEnergyMaterialOpaque": "BH.oM.LadybugTools.ILadybugToolsMaterial" - } - }, - "Property": { - "ToNew": { - "BH.oM.LadybugTools.Typology.WindSpeedMultiplier": "BH.oM.LadybugTools.Typology.TargetWindSpeed", - "BH.oM.LadybugTools.SimulationResult.Identifier": "BH.oM.LadybugTools.SimulationResult.Name" - }, - "ToOld": { - "BH.oM.LadybugTools.Typology.TargetWindSpeed": "BH.oM.LadybugTools.Typology.WindSpeedMultiplier", - "BH.oM.LadybugTools.SimulationResult.Name": "BH.oM.LadybugTools.SimulationResult.Identifier" - } - } -} \ No newline at end of file