Skip to content

Commit 59e730a

Browse files
authored
8.1 Deployment (#365)
2 parents 1dfedcc + e0b91f6 commit 59e730a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+99
-52
lines changed

.ci/unit-tests/LifeCycleAssessment_Engine_Tests/Datasets.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -87,3 +87,4 @@ public void DatasetsAllDeserialiseing()
8787
}
8888

8989

90+

.ci/unit-tests/LifeCycleAssessment_Engine_Tests/Evaluate.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -318,3 +318,4 @@ private static List<Type> MetricTypes()
318318
}
319319
}
320320

321+

.ci/unit-tests/LifeCycleAssessment_Engine_Tests/EvaluateIStructE.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -293,3 +293,4 @@ private static List<Type> MetricTypes()
293293
}
294294
}
295295

296+

.ci/unit-tests/LifeCycleAssessment_Engine_Tests/LifeCycleAssessment_Engine_Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
5-
<FileVersion>8.0.0.0</FileVersion>
5+
<FileVersion>8.1.0.0</FileVersion>
66
<AssemblyVersion>8.0.0.0</AssemblyVersion>
77
<Description>https://github.com/BHoM/LifeCycleAssessment_Toolkit</Description>
88
<ImplicitUsings>enable</ImplicitUsings>

LifeCycleAssessment_Engine/Compute/BenchmarkVariance.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double BenchmarkVariance(double projectEmbodiedCarbon, double proj
6262

6363

6464

65+

LifeCycleAssessment_Engine/Compute/ConcreteVolume.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -51,3 +51,4 @@ public static double ConcreteVolume(double concreteVolume, double reinforcementV
5151

5252

5353

54+

LifeCycleAssessment_Engine/Compute/EvaluateProjectLifeCycleAssessment.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -70,3 +70,4 @@ public static double EvaluateProjectLifeCycleAssessment(ProjectLifeCycleAssessme
7070

7171

7272

73+

LifeCycleAssessment_Engine/Compute/GlazingVolume.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -52,3 +52,4 @@ public static double GlazingVolume(double glazingArea, double glazingThickness,
5252

5353

5454

55+

LifeCycleAssessment_Engine/Compute/LCAToolPart.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -835,3 +835,4 @@ public static bool LCAToolPart(string filePath, int c2_input = 2942, int d2_inpu
835835
}
836836
}
837837
}
838+

LifeCycleAssessment_Engine/Compute/ReinforcementVolume.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -51,3 +51,4 @@ public static double ReinforcementVolume(double concreteVolume, double percentag
5151

5252

5353

54+

LifeCycleAssessment_Engine/Convert/ToBuildingBenchmarkingData.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -53,3 +53,4 @@ public static BuildingBenchmarkingData ToBuildingBenchmarkingData(this CustomObj
5353

5454

5555

56+

LifeCycleAssessment_Engine/Convert/ToHealthProductDeclarationData.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -74,3 +74,4 @@ public static HealthProductDeclaration ToHealthProductDeclarationData(this Custo
7474

7575

7676

77+

LifeCycleAssessment_Engine/Create/AbioticDepletionFossilResourcesMetric.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -146,3 +146,4 @@ public static AbioticDepletionFossilResourcesMetric AbioticDepletionFossilResour
146146
/***************************************************/
147147
}
148148
}
149+

LifeCycleAssessment_Engine/Create/AbioticDepletionMineralsAndMetalsMetric.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -146,3 +146,4 @@ public static AbioticDepletionMineralsAndMetalsMetric AbioticDepletionMineralsAn
146146
/***************************************************/
147147
}
148148
}
149+

LifeCycleAssessment_Engine/Create/AcidificationMetric.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -146,3 +146,4 @@ public static AcidificationMetric AcidificationMetric(
146146
/***************************************************/
147147
}
148148
}
149+

LifeCycleAssessment_Engine/Create/ClimateChangeBiogenicMetric.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -146,3 +146,4 @@ public static ClimateChangeBiogenicMetric ClimateChangeBiogenicMetric(
146146
/***************************************************/
147147
}
148148
}
149+

LifeCycleAssessment_Engine/Create/ClimateChangeFossilMetric.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -146,3 +146,4 @@ public static ClimateChangeFossilMetric ClimateChangeFossilMetric(
146146
/***************************************************/
147147
}
148148
}
149+

LifeCycleAssessment_Engine/Create/ClimateChangeLandUseMetric.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -146,3 +146,4 @@ public static ClimateChangeLandUseMetric ClimateChangeLandUseMetric(
146146
/***************************************************/
147147
}
148148
}
149+

LifeCycleAssessment_Engine/Create/ClimateChangeTotalMetric.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -146,3 +146,4 @@ public static ClimateChangeTotalMetric ClimateChangeTotalMetric(
146146
/***************************************************/
147147
}
148148
}
149+

LifeCycleAssessment_Engine/Create/ClimateChangeTotalNoBiogenicMetric.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -146,3 +146,4 @@ public static ClimateChangeTotalNoBiogenicMetric ClimateChangeTotalNoBiogenicMet
146146
/***************************************************/
147147
}
148148
}
149+

LifeCycleAssessment_Engine/Create/EutrophicationAquaticFreshwaterMetric.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -146,3 +146,4 @@ public static EutrophicationAquaticFreshwaterMetric EutrophicationAquaticFreshwa
146146
/***************************************************/
147147
}
148148
}
149+

LifeCycleAssessment_Engine/Create/EutrophicationAquaticMarineMetric.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -146,3 +146,4 @@ public static EutrophicationAquaticMarineMetric EutrophicationAquaticMarineMetri
146146
/***************************************************/
147147
}
148148
}
149+

LifeCycleAssessment_Engine/Create/EutrophicationCMLMetric.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -146,3 +146,4 @@ public static EutrophicationCMLMetric EutrophicationCMLMetric(
146146
/***************************************************/
147147
}
148148
}
149+

LifeCycleAssessment_Engine/Create/EutrophicationTRACIMetric.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -146,3 +146,4 @@ public static EutrophicationTRACIMetric EutrophicationTRACIMetric(
146146
/***************************************************/
147147
}
148148
}
149+

LifeCycleAssessment_Engine/Create/EutrophicationTerrestrialMetric.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -146,3 +146,4 @@ public static EutrophicationTerrestrialMetric EutrophicationTerrestrialMetric(
146146
/***************************************************/
147147
}
148148
}
149+

LifeCycleAssessment_Engine/Create/IElementResult/IElementResults.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -198,3 +198,4 @@ private static Type ElementResultTypeFromMetric(Type metricType)
198198
}
199199
}
200200

201+

LifeCycleAssessment_Engine/Create/LifeCycleAssessmentScope.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -97,3 +97,4 @@ public static LifeCycleAssessmentScope LifeCycleAssessmentScope(
9797

9898

9999

100+

LifeCycleAssessment_Engine/Create/MaterialResult.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -143,3 +143,4 @@ private static Type MaterialResultTypeFromMetric(Type metricType)
143143
}
144144
}
145145

146+

LifeCycleAssessment_Engine/Create/OzoneDepletionMetric.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -146,3 +146,4 @@ public static OzoneDepletionMetric OzoneDepletionMetric(
146146
/***************************************************/
147147
}
148148
}
149+

LifeCycleAssessment_Engine/Create/PhotochemicalOzoneCreationCMLMetric.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -146,3 +146,4 @@ public static PhotochemicalOzoneCreationCMLMetric PhotochemicalOzoneCreationCMLM
146146
/***************************************************/
147147
}
148148
}
149+

LifeCycleAssessment_Engine/Create/PhotochemicalOzoneCreationMetric.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2024, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
44
*
55
* Each contributor holds copyright over their respective contributions.
66
* The project versioning (Git) records all such contribution source information.
@@ -146,3 +146,4 @@ public static PhotochemicalOzoneCreationMetric PhotochemicalOzoneCreationMetric(
146146
/***************************************************/
147147
}
148148
}
149+

0 commit comments

Comments
 (0)