Skip to content

Commit 95aec5d

Browse files
author
Fraser Greenroyd
authored
7.1 Deployment (#346)
2 parents 9078397 + bc6d66f commit 95aec5d

File tree

51 files changed

+147
-119
lines changed

Some content is hidden

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

51 files changed

+147
-119
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
1+
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -86,3 +86,4 @@ public void DatasetsAllDeserialiseing()
8686
}
8787
}
8888

89+

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
1+
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -317,3 +317,4 @@ private static List<Type> MetricTypes()
317317
/***************************************************/
318318
}
319319
}
320+

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
1+
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -292,3 +292,4 @@ private static List<Type> MetricTypes()
292292
/***************************************************/
293293
}
294294
}
295+

.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>7.0.0.0</FileVersion>
5+
<FileVersion>7.1.0.0</FileVersion>
66
<AssemblyVersion>7.0.0.0</AssemblyVersion>
77
<Description>https://github.com/BHoM/LifeCycleAssessment_Toolkit</Description>
88
<ImplicitUsings>enable</ImplicitUsings>

DataSets/LifeCycleAssessment/FacadeEUGeneric/Curtain wall Epds.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -61,3 +61,4 @@ public static double BenchmarkVariance(double projectEmbodiedCarbon, double proj
6161

6262

6363

64+

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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -50,3 +50,4 @@ public static double ConcreteVolume(double concreteVolume, double reinforcementV
5050
}
5151

5252

53+

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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -69,3 +69,4 @@ public static double EvaluateProjectLifeCycleAssessment(ProjectLifeCycleAssessme
6969
}
7070

7171

72+

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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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 GlazingVolume(double glazingArea, double glazingThickness,
5151
}
5252

5353

54+

LifeCycleAssessment_Engine/Compute/LCAToolPart.cs

Lines changed: 41 additions & 41 deletions
Large diffs are not rendered by default.

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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -50,3 +50,4 @@ public static double ReinforcementVolume(double concreteVolume, double percentag
5050
}
5151

5252

53+

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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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 BuildingBenchmarkingData ToBuildingBenchmarkingData(this CustomObj
5252

5353

5454

55+

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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -73,3 +73,4 @@ public static HealthProductDeclaration ToHealthProductDeclarationData(this Custo
7373

7474

7575

76+

LifeCycleAssessment_Engine/Create/AbioticDepletionFossilResourcesMetric.cs

Lines changed: 2 additions & 2 deletions
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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -145,4 +145,4 @@ public static AbioticDepletionFossilResourcesMetric AbioticDepletionFossilResour
145145

146146
/***************************************************/
147147
}
148-
}
148+
}

LifeCycleAssessment_Engine/Create/AbioticDepletionMineralsAndMetalsMetric.cs

Lines changed: 2 additions & 2 deletions
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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -145,4 +145,4 @@ public static AbioticDepletionMineralsAndMetalsMetric AbioticDepletionMineralsAn
145145

146146
/***************************************************/
147147
}
148-
}
148+
}

LifeCycleAssessment_Engine/Create/AcidificationMetric.cs

Lines changed: 2 additions & 2 deletions
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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -145,4 +145,4 @@ public static AcidificationMetric AcidificationMetric(
145145

146146
/***************************************************/
147147
}
148-
}
148+
}

LifeCycleAssessment_Engine/Create/ClimateChangeBiogenicMetric.cs

Lines changed: 2 additions & 2 deletions
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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -145,4 +145,4 @@ public static ClimateChangeBiogenicMetric ClimateChangeBiogenicMetric(
145145

146146
/***************************************************/
147147
}
148-
}
148+
}

LifeCycleAssessment_Engine/Create/ClimateChangeFossilMetric.cs

Lines changed: 2 additions & 2 deletions
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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -145,4 +145,4 @@ public static ClimateChangeFossilMetric ClimateChangeFossilMetric(
145145

146146
/***************************************************/
147147
}
148-
}
148+
}

LifeCycleAssessment_Engine/Create/ClimateChangeLandUseMetric.cs

Lines changed: 2 additions & 2 deletions
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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -145,4 +145,4 @@ public static ClimateChangeLandUseMetric ClimateChangeLandUseMetric(
145145

146146
/***************************************************/
147147
}
148-
}
148+
}

LifeCycleAssessment_Engine/Create/ClimateChangeTotalMetric.cs

Lines changed: 2 additions & 2 deletions
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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -145,4 +145,4 @@ public static ClimateChangeTotalMetric ClimateChangeTotalMetric(
145145

146146
/***************************************************/
147147
}
148-
}
148+
}

LifeCycleAssessment_Engine/Create/ClimateChangeTotalNoBiogenicMetric.cs

Lines changed: 2 additions & 2 deletions
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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -145,4 +145,4 @@ public static ClimateChangeTotalNoBiogenicMetric ClimateChangeTotalNoBiogenicMet
145145

146146
/***************************************************/
147147
}
148-
}
148+
}

LifeCycleAssessment_Engine/Create/EutrophicationAquaticFreshwaterMetric.cs

Lines changed: 2 additions & 2 deletions
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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -145,4 +145,4 @@ public static EutrophicationAquaticFreshwaterMetric EutrophicationAquaticFreshwa
145145

146146
/***************************************************/
147147
}
148-
}
148+
}

LifeCycleAssessment_Engine/Create/EutrophicationAquaticMarineMetric.cs

Lines changed: 2 additions & 2 deletions
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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -145,4 +145,4 @@ public static EutrophicationAquaticMarineMetric EutrophicationAquaticMarineMetri
145145

146146
/***************************************************/
147147
}
148-
}
148+
}

LifeCycleAssessment_Engine/Create/EutrophicationCMLMetric.cs

Lines changed: 2 additions & 2 deletions
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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -145,4 +145,4 @@ public static EutrophicationCMLMetric EutrophicationCMLMetric(
145145

146146
/***************************************************/
147147
}
148-
}
148+
}

LifeCycleAssessment_Engine/Create/EutrophicationTRACIMetric.cs

Lines changed: 2 additions & 2 deletions
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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -145,4 +145,4 @@ public static EutrophicationTRACIMetric EutrophicationTRACIMetric(
145145

146146
/***************************************************/
147147
}
148-
}
148+
}

LifeCycleAssessment_Engine/Create/EutrophicationTerrestrialMetric.cs

Lines changed: 2 additions & 2 deletions
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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -145,4 +145,4 @@ public static EutrophicationTerrestrialMetric EutrophicationTerrestrialMetric(
145145

146146
/***************************************************/
147147
}
148-
}
148+
}

LifeCycleAssessment_Engine/Create/IElementResult/IElementResults.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
1+
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -197,3 +197,4 @@ private static Type ElementResultTypeFromMetric(Type metricType)
197197
/***************************************************/
198198
}
199199
}
200+

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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -96,3 +96,4 @@ public static LifeCycleAssessmentScope LifeCycleAssessmentScope(
9696

9797

9898

99+

LifeCycleAssessment_Engine/Create/MaterialResult.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
1+
/*
22
* This file is part of the Buildings and Habitats object Model (BHoM)
3-
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -142,3 +142,4 @@ private static Type MaterialResultTypeFromMetric(Type metricType)
142142
/***************************************************/
143143
}
144144
}
145+

LifeCycleAssessment_Engine/Create/OzoneDepletionMetric.cs

Lines changed: 2 additions & 2 deletions
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 - 2023, the respective contributors. All rights reserved.
3+
* Copyright (c) 2015 - 2024, 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.
@@ -145,4 +145,4 @@ public static OzoneDepletionMetric OzoneDepletionMetric(
145145

146146
/***************************************************/
147147
}
148-
}
148+
}

0 commit comments

Comments
 (0)