diff --git a/Units_Engine/Convert/Acceleration/Acceleration.cs b/Units_Engine/Convert/Acceleration/Acceleration.cs
index 827c7b4..cd31c61 100644
--- a/Units_Engine/Convert/Acceleration/Acceleration.cs
+++ b/Units_Engine/Convert/Acceleration/Acceleration.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -147,3 +147,4 @@ public static double ToAcceleration(this double metresPerSecondSquared, object u
+
diff --git a/Units_Engine/Convert/Acceleration/FootPerSecondSquared.cs b/Units_Engine/Convert/Acceleration/FootPerSecondSquared.cs
index a2b4f1f..055ad2e 100644
--- a/Units_Engine/Convert/Acceleration/FootPerSecondSquared.cs
+++ b/Units_Engine/Convert/Acceleration/FootPerSecondSquared.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromFootPerSecondSquared(this double feetPerSecondSquared)
+
diff --git a/Units_Engine/Convert/Acceleration/InchPerSecondSquared.cs b/Units_Engine/Convert/Acceleration/InchPerSecondSquared.cs
index 55cfcfc..0f24f3e 100644
--- a/Units_Engine/Convert/Acceleration/InchPerSecondSquared.cs
+++ b/Units_Engine/Convert/Acceleration/InchPerSecondSquared.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromInchPerSecondSquared(this double inchesPerSecondSquared
+
diff --git a/Units_Engine/Convert/Acceleration/StandardGravity.cs b/Units_Engine/Convert/Acceleration/StandardGravity.cs
index 9b50f8b..d0d10f4 100644
--- a/Units_Engine/Convert/Acceleration/StandardGravity.cs
+++ b/Units_Engine/Convert/Acceleration/StandardGravity.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromStandardGravity(this double standardGravities)
+
diff --git a/Units_Engine/Convert/Angle/Angle.cs b/Units_Engine/Convert/Angle/Angle.cs
index eee2459..a92b70e 100644
--- a/Units_Engine/Convert/Angle/Angle.cs
+++ b/Units_Engine/Convert/Angle/Angle.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -159,3 +159,4 @@ public static double ToAngle(this double radian, object unit)
+
diff --git a/Units_Engine/Convert/Angle/Arcminute.cs b/Units_Engine/Convert/Angle/Arcminute.cs
index 8a29773..a166d56 100644
--- a/Units_Engine/Convert/Angle/Arcminute.cs
+++ b/Units_Engine/Convert/Angle/Arcminute.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromArcminute(this double arcminutes)
+
diff --git a/Units_Engine/Convert/Angle/Arcsecond.cs b/Units_Engine/Convert/Angle/Arcsecond.cs
index 0cf3bb1..2c8ed31 100644
--- a/Units_Engine/Convert/Angle/Arcsecond.cs
+++ b/Units_Engine/Convert/Angle/Arcsecond.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromArcsecond(this double arcseconds)
+
diff --git a/Units_Engine/Convert/Angle/Degree.cs b/Units_Engine/Convert/Angle/Degree.cs
index 49e202c..8b5bd2f 100644
--- a/Units_Engine/Convert/Angle/Degree.cs
+++ b/Units_Engine/Convert/Angle/Degree.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromDegree(this double degrees)
+
diff --git a/Units_Engine/Convert/Area/Acre.cs b/Units_Engine/Convert/Area/Acre.cs
index a3fbae4..e3c9d70 100644
--- a/Units_Engine/Convert/Area/Acre.cs
+++ b/Units_Engine/Convert/Area/Acre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromAcre(this double acres)
+
diff --git a/Units_Engine/Convert/Area/Area.cs b/Units_Engine/Convert/Area/Area.cs
index 5147972..1918da1 100644
--- a/Units_Engine/Convert/Area/Area.cs
+++ b/Units_Engine/Convert/Area/Area.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -149,3 +149,4 @@ public static double ToArea(this double squareMetres, object unit)
+
diff --git a/Units_Engine/Convert/Area/Hectare.cs b/Units_Engine/Convert/Area/Hectare.cs
index 465c30a..9a9ef3a 100644
--- a/Units_Engine/Convert/Area/Hectare.cs
+++ b/Units_Engine/Convert/Area/Hectare.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromHectare(this double hectares)
+
diff --git a/Units_Engine/Convert/Area/SquareCentimetre.cs b/Units_Engine/Convert/Area/SquareCentimetre.cs
index 6517553..d2e3fc2 100644
--- a/Units_Engine/Convert/Area/SquareCentimetre.cs
+++ b/Units_Engine/Convert/Area/SquareCentimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromSquareCentimetre(this double squareCentimetres)
+
diff --git a/Units_Engine/Convert/Area/SquareFoot.cs b/Units_Engine/Convert/Area/SquareFoot.cs
index 4a1a051..5734a68 100644
--- a/Units_Engine/Convert/Area/SquareFoot.cs
+++ b/Units_Engine/Convert/Area/SquareFoot.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromSquareFoot(this double squareFeet)
+
diff --git a/Units_Engine/Convert/Area/SquareInch.cs b/Units_Engine/Convert/Area/SquareInch.cs
index bea3244..7823f00 100644
--- a/Units_Engine/Convert/Area/SquareInch.cs
+++ b/Units_Engine/Convert/Area/SquareInch.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromSquareInch(this double squareInches)
+
diff --git a/Units_Engine/Convert/Area/SquareKilometre.cs b/Units_Engine/Convert/Area/SquareKilometre.cs
index 4e78831..d75b212 100644
--- a/Units_Engine/Convert/Area/SquareKilometre.cs
+++ b/Units_Engine/Convert/Area/SquareKilometre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromSquareKilometre(this double squareKilometres)
+
diff --git a/Units_Engine/Convert/Area/SquareMile.cs b/Units_Engine/Convert/Area/SquareMile.cs
index 4f9e34d..374f742 100644
--- a/Units_Engine/Convert/Area/SquareMile.cs
+++ b/Units_Engine/Convert/Area/SquareMile.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromSquareMile(this double squareMiles)
+
diff --git a/Units_Engine/Convert/Area/SquareMillimetre.cs b/Units_Engine/Convert/Area/SquareMillimetre.cs
index dadd52f..93a938d 100644
--- a/Units_Engine/Convert/Area/SquareMillimetre.cs
+++ b/Units_Engine/Convert/Area/SquareMillimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromSquareMillimetre(this double squareMillimetres)
+
diff --git a/Units_Engine/Convert/Area/SquareNauticalMile.cs b/Units_Engine/Convert/Area/SquareNauticalMile.cs
index 25641c6..98b788e 100644
--- a/Units_Engine/Convert/Area/SquareNauticalMile.cs
+++ b/Units_Engine/Convert/Area/SquareNauticalMile.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromSquareNauticalMile(this double squareNauticalMiles)
+
diff --git a/Units_Engine/Convert/Area/SquareYard.cs b/Units_Engine/Convert/Area/SquareYard.cs
index 18cd50c..20baf53 100644
--- a/Units_Engine/Convert/Area/SquareYard.cs
+++ b/Units_Engine/Convert/Area/SquareYard.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromSquareYard(this double squareYards)
+
diff --git a/Units_Engine/Convert/AreaMomentOfInertia/AreaMomentOfInertia.cs b/Units_Engine/Convert/AreaMomentOfInertia/AreaMomentOfInertia.cs
index 5c3ae8d..a678f76 100644
--- a/Units_Engine/Convert/AreaMomentOfInertia/AreaMomentOfInertia.cs
+++ b/Units_Engine/Convert/AreaMomentOfInertia/AreaMomentOfInertia.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -133,3 +133,4 @@ public static double ToAreaMomentOfInertia(this double metresToTheFourth, object
+
diff --git a/Units_Engine/Convert/AreaMomentOfInertia/CentimetreToTheFourth.cs b/Units_Engine/Convert/AreaMomentOfInertia/CentimetreToTheFourth.cs
index b465199..899ff0e 100644
--- a/Units_Engine/Convert/AreaMomentOfInertia/CentimetreToTheFourth.cs
+++ b/Units_Engine/Convert/AreaMomentOfInertia/CentimetreToTheFourth.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromCentimetreToTheFourth(this double centimetresToTheFourt
+
diff --git a/Units_Engine/Convert/AreaMomentOfInertia/FootToTheFourth.cs b/Units_Engine/Convert/AreaMomentOfInertia/FootToTheFourth.cs
index 7ba92c1..39d9b0b 100644
--- a/Units_Engine/Convert/AreaMomentOfInertia/FootToTheFourth.cs
+++ b/Units_Engine/Convert/AreaMomentOfInertia/FootToTheFourth.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromFootToTheFourth(this double feetToTheFourth)
+
diff --git a/Units_Engine/Convert/AreaMomentOfInertia/InchToTheFourth.cs b/Units_Engine/Convert/AreaMomentOfInertia/InchToTheFourth.cs
index 37343fa..96dfbdc 100644
--- a/Units_Engine/Convert/AreaMomentOfInertia/InchToTheFourth.cs
+++ b/Units_Engine/Convert/AreaMomentOfInertia/InchToTheFourth.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromInchToTheFourth(this double inchesToTheFourth)
+
diff --git a/Units_Engine/Convert/AreaMomentOfInertia/MillimetreToTheFourth.cs b/Units_Engine/Convert/AreaMomentOfInertia/MillimetreToTheFourth.cs
index 9e582c8..604b5c6 100644
--- a/Units_Engine/Convert/AreaMomentOfInertia/MillimetreToTheFourth.cs
+++ b/Units_Engine/Convert/AreaMomentOfInertia/MillimetreToTheFourth.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromMillimetreToTheFourth(this double millimetresToTheFourt
+
diff --git a/Units_Engine/Convert/CoefficientOfThermalExpansion/CoefficientOfThermalExpansion.cs b/Units_Engine/Convert/CoefficientOfThermalExpansion/CoefficientOfThermalExpansion.cs
index 13a25d8..ed861ef 100644
--- a/Units_Engine/Convert/CoefficientOfThermalExpansion/CoefficientOfThermalExpansion.cs
+++ b/Units_Engine/Convert/CoefficientOfThermalExpansion/CoefficientOfThermalExpansion.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -128,3 +128,4 @@ public static double ToCoefficientOfThermalExpansion(this double inverseDeltaKel
+
diff --git a/Units_Engine/Convert/CoefficientOfThermalExpansion/InverseDeltaDegreeCelsius.cs b/Units_Engine/Convert/CoefficientOfThermalExpansion/InverseDeltaDegreeCelsius.cs
index f3d5568..0f3109d 100644
--- a/Units_Engine/Convert/CoefficientOfThermalExpansion/InverseDeltaDegreeCelsius.cs
+++ b/Units_Engine/Convert/CoefficientOfThermalExpansion/InverseDeltaDegreeCelsius.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromInverseDeltaDegreeCelsius(this double inverseDeltaDegre
+
diff --git a/Units_Engine/Convert/CoefficientOfThermalExpansion/InverseDeltaDegreeFahrenheit.cs b/Units_Engine/Convert/CoefficientOfThermalExpansion/InverseDeltaDegreeFahrenheit.cs
index c8ef1f5..7ff24d5 100644
--- a/Units_Engine/Convert/CoefficientOfThermalExpansion/InverseDeltaDegreeFahrenheit.cs
+++ b/Units_Engine/Convert/CoefficientOfThermalExpansion/InverseDeltaDegreeFahrenheit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromInverseDeltaDegreeFahrenheit(this double inverseDeltaDe
+
diff --git a/Units_Engine/Convert/Density/Density.cs b/Units_Engine/Convert/Density/Density.cs
index 387e827..7fc854d 100644
--- a/Units_Engine/Convert/Density/Density.cs
+++ b/Units_Engine/Convert/Density/Density.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -205,3 +205,4 @@ public static double ToDensity(this double kilogramPerCubicMetres, object unit)
+
diff --git a/Units_Engine/Convert/Density/GramPerCubicCentimetre.cs b/Units_Engine/Convert/Density/GramPerCubicCentimetre.cs
index fb830c2..81f2d91 100644
--- a/Units_Engine/Convert/Density/GramPerCubicCentimetre.cs
+++ b/Units_Engine/Convert/Density/GramPerCubicCentimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromGramPerCubicCentimetre(this double gramsPerCubicCentime
+
diff --git a/Units_Engine/Convert/Density/GramPerCubicMetre.cs b/Units_Engine/Convert/Density/GramPerCubicMetre.cs
index 4e25795..a47fe10 100644
--- a/Units_Engine/Convert/Density/GramPerCubicMetre.cs
+++ b/Units_Engine/Convert/Density/GramPerCubicMetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromGramPerCubicMetre(this double gramsPerCubicMetre)
+
diff --git a/Units_Engine/Convert/Density/GramPerCubicMillimetre.cs b/Units_Engine/Convert/Density/GramPerCubicMillimetre.cs
index aa419ba..0e97f96 100644
--- a/Units_Engine/Convert/Density/GramPerCubicMillimetre.cs
+++ b/Units_Engine/Convert/Density/GramPerCubicMillimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromGramPerCubicMillimetre(this double gramsPerCubicMillime
+
diff --git a/Units_Engine/Convert/Density/GramPerLitre.cs b/Units_Engine/Convert/Density/GramPerLitre.cs
index f6d35cb..5477a6e 100644
--- a/Units_Engine/Convert/Density/GramPerLitre.cs
+++ b/Units_Engine/Convert/Density/GramPerLitre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromGramPerLitre(this double gramsPerLitre)
+
diff --git a/Units_Engine/Convert/Density/GramPerMillilitre.cs b/Units_Engine/Convert/Density/GramPerMillilitre.cs
index 4d7019e..4b1d9e0 100644
--- a/Units_Engine/Convert/Density/GramPerMillilitre.cs
+++ b/Units_Engine/Convert/Density/GramPerMillilitre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromGramPerMillilitre(this double gramsPerMillilitre)
+
diff --git a/Units_Engine/Convert/Density/KilogramPerCubicCentimetre.cs b/Units_Engine/Convert/Density/KilogramPerCubicCentimetre.cs
index eba171f..b897272 100644
--- a/Units_Engine/Convert/Density/KilogramPerCubicCentimetre.cs
+++ b/Units_Engine/Convert/Density/KilogramPerCubicCentimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilogramPerCubicCentimetre(this double kilogramsPerCubi
+
diff --git a/Units_Engine/Convert/Density/KilogramPerCubicMillimetre.cs b/Units_Engine/Convert/Density/KilogramPerCubicMillimetre.cs
index 82b1b34..001af4a 100644
--- a/Units_Engine/Convert/Density/KilogramPerCubicMillimetre.cs
+++ b/Units_Engine/Convert/Density/KilogramPerCubicMillimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilogramPerCubicMillimetre(this double kilogramsPerCubi
+
diff --git a/Units_Engine/Convert/Density/KilogramPerLitre.cs b/Units_Engine/Convert/Density/KilogramPerLitre.cs
index 14cfe3c..abd41af 100644
--- a/Units_Engine/Convert/Density/KilogramPerLitre.cs
+++ b/Units_Engine/Convert/Density/KilogramPerLitre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilogramPerLitre(this double kilogramsPerLitre)
+
diff --git a/Units_Engine/Convert/Density/MicrogramPerLitre.cs b/Units_Engine/Convert/Density/MicrogramPerLitre.cs
index 9901ef8..6ce7dc1 100644
--- a/Units_Engine/Convert/Density/MicrogramPerLitre.cs
+++ b/Units_Engine/Convert/Density/MicrogramPerLitre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -54,3 +54,4 @@ public static double FromMicrogramPerLitre(this double microgramsPerLitre)
}
}
+
diff --git a/Units_Engine/Convert/Density/MilligramPerLitre.cs b/Units_Engine/Convert/Density/MilligramPerLitre.cs
index f715175..041dd7c 100644
--- a/Units_Engine/Convert/Density/MilligramPerLitre.cs
+++ b/Units_Engine/Convert/Density/MilligramPerLitre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -54,3 +54,4 @@ public static double FromMilligramPerLitre(this double milligramsPerLitre)
}
}
+
diff --git a/Units_Engine/Convert/Density/PoundPerCubicFoot.cs b/Units_Engine/Convert/Density/PoundPerCubicFoot.cs
index 6b97b4f..a1c8c47 100644
--- a/Units_Engine/Convert/Density/PoundPerCubicFoot.cs
+++ b/Units_Engine/Convert/Density/PoundPerCubicFoot.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromPoundPerCubicFoot(this double poundsPerCubicFoot)
+
diff --git a/Units_Engine/Convert/Density/PoundPerCubicInch.cs b/Units_Engine/Convert/Density/PoundPerCubicInch.cs
index 099ff7d..3bc58fe 100644
--- a/Units_Engine/Convert/Density/PoundPerCubicInch.cs
+++ b/Units_Engine/Convert/Density/PoundPerCubicInch.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromPoundPerCubicInch(this double poundsPerCubicInch)
+
diff --git a/Units_Engine/Convert/Density/PoundPerImperialGallon.cs b/Units_Engine/Convert/Density/PoundPerImperialGallon.cs
index edc1e48..b6a5c7a 100644
--- a/Units_Engine/Convert/Density/PoundPerImperialGallon.cs
+++ b/Units_Engine/Convert/Density/PoundPerImperialGallon.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromPoundPerImperialGallon(this double poundsPerImperialGal
+
diff --git a/Units_Engine/Convert/Density/PoundPerUSGallon.cs b/Units_Engine/Convert/Density/PoundPerUSGallon.cs
index 09d988b..4d9ec29 100644
--- a/Units_Engine/Convert/Density/PoundPerUSGallon.cs
+++ b/Units_Engine/Convert/Density/PoundPerUSGallon.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromPoundPerUSGallon(this double poundsPerUSGallon)
+
diff --git a/Units_Engine/Convert/Density/TonnePerCubicCentimetre.cs b/Units_Engine/Convert/Density/TonnePerCubicCentimetre.cs
index 300fe82..b5690cd 100644
--- a/Units_Engine/Convert/Density/TonnePerCubicCentimetre.cs
+++ b/Units_Engine/Convert/Density/TonnePerCubicCentimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromTonnePerCubicCentimetre(this double tonnesPerCubicCenti
+
diff --git a/Units_Engine/Convert/Density/TonnePerCubicMetre.cs b/Units_Engine/Convert/Density/TonnePerCubicMetre.cs
index 35f47fb..845bcf3 100644
--- a/Units_Engine/Convert/Density/TonnePerCubicMetre.cs
+++ b/Units_Engine/Convert/Density/TonnePerCubicMetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromTonnePerCubicMetre(this double tonnesPerCubicMetre)
+
diff --git a/Units_Engine/Convert/Density/TonnePerCubicMillimetre.cs b/Units_Engine/Convert/Density/TonnePerCubicMillimetre.cs
index fb5fcd4..5120cc5 100644
--- a/Units_Engine/Convert/Density/TonnePerCubicMillimetre.cs
+++ b/Units_Engine/Convert/Density/TonnePerCubicMillimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromTonnePerCubicMillimetre(this double tonnesPerCubicMilli
+
diff --git a/Units_Engine/Convert/Duration/Duration.cs b/Units_Engine/Convert/Duration/Duration.cs
index 0e04058..3bf32d2 100644
--- a/Units_Engine/Convert/Duration/Duration.cs
+++ b/Units_Engine/Convert/Duration/Duration.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -121,3 +121,4 @@ public static double ToDuration(this double seconds, object unit)
}
}
+
diff --git a/Units_Engine/Convert/Duration/Hour.cs b/Units_Engine/Convert/Duration/Hour.cs
index 5a3881d..014ccd2 100644
--- a/Units_Engine/Convert/Duration/Hour.cs
+++ b/Units_Engine/Convert/Duration/Hour.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -57,3 +57,4 @@ public static double FromHour(this double hours)
}
}
+
diff --git a/Units_Engine/Convert/Duration/Millisecond.cs b/Units_Engine/Convert/Duration/Millisecond.cs
index 2b85a35..77e72a0 100644
--- a/Units_Engine/Convert/Duration/Millisecond.cs
+++ b/Units_Engine/Convert/Duration/Millisecond.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -55,3 +55,4 @@ public static double FromMillisecond(this double milliseconds)
}
}
+
diff --git a/Units_Engine/Convert/Duration/Minute.cs b/Units_Engine/Convert/Duration/Minute.cs
index 8b80b19..a2cbd8d 100644
--- a/Units_Engine/Convert/Duration/Minute.cs
+++ b/Units_Engine/Convert/Duration/Minute.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -55,3 +55,4 @@ public static double FromMinute(this double minutes)
}
}
+
diff --git a/Units_Engine/Convert/ElectricConductivity/ElectricConductivity.cs b/Units_Engine/Convert/ElectricConductivity/ElectricConductivity.cs
index b811c43..3966281 100644
--- a/Units_Engine/Convert/ElectricConductivity/ElectricConductivity.cs
+++ b/Units_Engine/Convert/ElectricConductivity/ElectricConductivity.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -130,3 +130,4 @@ public static double ToElectricConductivity(this double siemensPerMetre, object
+
diff --git a/Units_Engine/Convert/ElectricConductivity/SiemensPerCentimetre.cs b/Units_Engine/Convert/ElectricConductivity/SiemensPerCentimetre.cs
index 5fa92da..bbd791e 100644
--- a/Units_Engine/Convert/ElectricConductivity/SiemensPerCentimetre.cs
+++ b/Units_Engine/Convert/ElectricConductivity/SiemensPerCentimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromSiemensPerCentimetre(this double siemensPerCentimetre)
+
diff --git a/Units_Engine/Convert/ElectricConductivity/SiemensPerFoot.cs b/Units_Engine/Convert/ElectricConductivity/SiemensPerFoot.cs
index eb19911..645b42b 100644
--- a/Units_Engine/Convert/ElectricConductivity/SiemensPerFoot.cs
+++ b/Units_Engine/Convert/ElectricConductivity/SiemensPerFoot.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromSiemensPerFoot(this double siemensPerFoot)
+
diff --git a/Units_Engine/Convert/ElectricConductivity/SiemensPerInch.cs b/Units_Engine/Convert/ElectricConductivity/SiemensPerInch.cs
index 7e9e5f8..1636a05 100644
--- a/Units_Engine/Convert/ElectricConductivity/SiemensPerInch.cs
+++ b/Units_Engine/Convert/ElectricConductivity/SiemensPerInch.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromSiemensPerInch(this double siemensPerInch)
+
diff --git a/Units_Engine/Convert/Energy/BritishThermalUnit.cs b/Units_Engine/Convert/Energy/BritishThermalUnit.cs
index 2ef1363..2d7f14c 100644
--- a/Units_Engine/Convert/Energy/BritishThermalUnit.cs
+++ b/Units_Engine/Convert/Energy/BritishThermalUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -59,3 +59,4 @@ public static double FromBritishThermalUnit(this double britishThermalUnits)
}
+
diff --git a/Units_Engine/Convert/Energy/Energy.cs b/Units_Engine/Convert/Energy/Energy.cs
index 4d443a1..16200c3 100644
--- a/Units_Engine/Convert/Energy/Energy.cs
+++ b/Units_Engine/Convert/Energy/Energy.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -146,3 +146,4 @@ public static double ToEnergy(this double joule, object unit)
}
+
diff --git a/Units_Engine/Convert/Energy/KilowattHour.cs b/Units_Engine/Convert/Energy/KilowattHour.cs
index e43f746..cab1778 100644
--- a/Units_Engine/Convert/Energy/KilowattHour.cs
+++ b/Units_Engine/Convert/Energy/KilowattHour.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -51,3 +51,4 @@ public static double FromKilowattHour(this double kilowattHours)
}
+
diff --git a/Units_Engine/Convert/Energy/MegaBritishThermalUnit.cs b/Units_Engine/Convert/Energy/MegaBritishThermalUnit.cs
index aecf796..0f6f682 100644
--- a/Units_Engine/Convert/Energy/MegaBritishThermalUnit.cs
+++ b/Units_Engine/Convert/Energy/MegaBritishThermalUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -59,3 +59,4 @@ public static double FromMegaBritishThermalUnit(this double megaBritishThermalUn
}
+
diff --git a/Units_Engine/Convert/Force/Force.cs b/Units_Engine/Convert/Force/Force.cs
index aac27f3..64a9191 100644
--- a/Units_Engine/Convert/Force/Force.cs
+++ b/Units_Engine/Convert/Force/Force.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -154,3 +154,4 @@ public static double ToForce(this double newtons, object unit)
+
diff --git a/Units_Engine/Convert/Force/KiloPoundForce.cs b/Units_Engine/Convert/Force/KiloPoundForce.cs
index f26e9e2..7e51c57 100644
--- a/Units_Engine/Convert/Force/KiloPoundForce.cs
+++ b/Units_Engine/Convert/Force/KiloPoundForce.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilopoundForce(this double kilopoundsForce)
+
diff --git a/Units_Engine/Convert/Force/KilogramForce.cs b/Units_Engine/Convert/Force/KilogramForce.cs
index 4b2c171..026bba4 100644
--- a/Units_Engine/Convert/Force/KilogramForce.cs
+++ b/Units_Engine/Convert/Force/KilogramForce.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilogramForce(this double kilogramsForce)
+
diff --git a/Units_Engine/Convert/Force/Kilonewton.cs b/Units_Engine/Convert/Force/Kilonewton.cs
index 102c7ac..42e33a2 100644
--- a/Units_Engine/Convert/Force/Kilonewton.cs
+++ b/Units_Engine/Convert/Force/Kilonewton.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilonewton(this double kilonewtons)
+
diff --git a/Units_Engine/Convert/Force/Meganewton.cs b/Units_Engine/Convert/Force/Meganewton.cs
index 1e4e205..de153c2 100644
--- a/Units_Engine/Convert/Force/Meganewton.cs
+++ b/Units_Engine/Convert/Force/Meganewton.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromMeganewton(this double meganewtons)
+
diff --git a/Units_Engine/Convert/Force/OunceForce.cs b/Units_Engine/Convert/Force/OunceForce.cs
index b06f465..9a2acc9 100644
--- a/Units_Engine/Convert/Force/OunceForce.cs
+++ b/Units_Engine/Convert/Force/OunceForce.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromOunceForce(this double ouncesForce)
+
diff --git a/Units_Engine/Convert/Force/PoundForce.cs b/Units_Engine/Convert/Force/PoundForce.cs
index 02a148c..7553409 100644
--- a/Units_Engine/Convert/Force/PoundForce.cs
+++ b/Units_Engine/Convert/Force/PoundForce.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromPoundForce(this double poundsForce)
+
diff --git a/Units_Engine/Convert/Force/TonneForce.cs b/Units_Engine/Convert/Force/TonneForce.cs
index ee33555..83ac389 100644
--- a/Units_Engine/Convert/Force/TonneForce.cs
+++ b/Units_Engine/Convert/Force/TonneForce.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromTonneForce(this double tonnesForce)
+
diff --git a/Units_Engine/Convert/ForcePerLength/ForcePerLength.cs b/Units_Engine/Convert/ForcePerLength/ForcePerLength.cs
index ed227f7..b236741 100644
--- a/Units_Engine/Convert/ForcePerLength/ForcePerLength.cs
+++ b/Units_Engine/Convert/ForcePerLength/ForcePerLength.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -197,3 +197,4 @@ public static double ToForcePerLength(this double newtonPerMetre, object unit)
+
diff --git a/Units_Engine/Convert/ForcePerLength/KilogramForcePerCentimetre.cs b/Units_Engine/Convert/ForcePerLength/KilogramForcePerCentimetre.cs
index d3cc70e..8693dde 100644
--- a/Units_Engine/Convert/ForcePerLength/KilogramForcePerCentimetre.cs
+++ b/Units_Engine/Convert/ForcePerLength/KilogramForcePerCentimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilogramForcePerCentimetre(this double kilogramsForcePe
+
diff --git a/Units_Engine/Convert/ForcePerLength/KilogramForcePerMetre.cs b/Units_Engine/Convert/ForcePerLength/KilogramForcePerMetre.cs
index 1c47621..71ce21e 100644
--- a/Units_Engine/Convert/ForcePerLength/KilogramForcePerMetre.cs
+++ b/Units_Engine/Convert/ForcePerLength/KilogramForcePerMetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilogramForcePerMetre(this double kilogramsForcePerMetr
+
diff --git a/Units_Engine/Convert/ForcePerLength/KilogramForcePerMillimetre.cs b/Units_Engine/Convert/ForcePerLength/KilogramForcePerMillimetre.cs
index f1c0f97..1e96788 100644
--- a/Units_Engine/Convert/ForcePerLength/KilogramForcePerMillimetre.cs
+++ b/Units_Engine/Convert/ForcePerLength/KilogramForcePerMillimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilogramForcePerMillimetre(this double kilogramsForcePe
+
diff --git a/Units_Engine/Convert/ForcePerLength/KilonewtonPerCentimetre.cs b/Units_Engine/Convert/ForcePerLength/KilonewtonPerCentimetre.cs
index e67f4db..e974195 100644
--- a/Units_Engine/Convert/ForcePerLength/KilonewtonPerCentimetre.cs
+++ b/Units_Engine/Convert/ForcePerLength/KilonewtonPerCentimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilonewtonPerCentimetre(this double kilonewtonsPerCenti
+
diff --git a/Units_Engine/Convert/ForcePerLength/KilonewtonPerMetre.cs b/Units_Engine/Convert/ForcePerLength/KilonewtonPerMetre.cs
index 4be059e..bd1b739 100644
--- a/Units_Engine/Convert/ForcePerLength/KilonewtonPerMetre.cs
+++ b/Units_Engine/Convert/ForcePerLength/KilonewtonPerMetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilonewtonPerMetre(this double kilonewtonsPerMetre)
+
diff --git a/Units_Engine/Convert/ForcePerLength/KilonewtonPerMillimetre.cs b/Units_Engine/Convert/ForcePerLength/KilonewtonPerMillimetre.cs
index 8f8722e..b6db40b 100644
--- a/Units_Engine/Convert/ForcePerLength/KilonewtonPerMillimetre.cs
+++ b/Units_Engine/Convert/ForcePerLength/KilonewtonPerMillimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilonewtonPerMillimetre(this double kilonewtonsPerMilli
+
diff --git a/Units_Engine/Convert/ForcePerLength/KilopoundForcePerFoot.cs b/Units_Engine/Convert/ForcePerLength/KilopoundForcePerFoot.cs
index 6b314eb..7d985f7 100644
--- a/Units_Engine/Convert/ForcePerLength/KilopoundForcePerFoot.cs
+++ b/Units_Engine/Convert/ForcePerLength/KilopoundForcePerFoot.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilopoundForcePerFoot(this double kilopoundsForcePerFoo
+
diff --git a/Units_Engine/Convert/ForcePerLength/KilopoundForcePerInch.cs b/Units_Engine/Convert/ForcePerLength/KilopoundForcePerInch.cs
index a0aebc6..7665612 100644
--- a/Units_Engine/Convert/ForcePerLength/KilopoundForcePerInch.cs
+++ b/Units_Engine/Convert/ForcePerLength/KilopoundForcePerInch.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilopoundForcePerInch(this double kilopoundsForcePerInc
+
diff --git a/Units_Engine/Convert/ForcePerLength/NewtonPerCentimetre.cs b/Units_Engine/Convert/ForcePerLength/NewtonPerCentimetre.cs
index 67b6780..d6f33b3 100644
--- a/Units_Engine/Convert/ForcePerLength/NewtonPerCentimetre.cs
+++ b/Units_Engine/Convert/ForcePerLength/NewtonPerCentimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromNewtonPerCentimetre(this double newtonsPerCentimetre)
+
diff --git a/Units_Engine/Convert/ForcePerLength/NewtonPerMillimetre.cs b/Units_Engine/Convert/ForcePerLength/NewtonPerMillimetre.cs
index c74ec30..e98479a 100644
--- a/Units_Engine/Convert/ForcePerLength/NewtonPerMillimetre.cs
+++ b/Units_Engine/Convert/ForcePerLength/NewtonPerMillimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromNewtonPerMillimetre(this double newtonsPerMillimetre)
+
diff --git a/Units_Engine/Convert/ForcePerLength/PoundForcePerFoot.cs b/Units_Engine/Convert/ForcePerLength/PoundForcePerFoot.cs
index a1f6bce..eaa5374 100644
--- a/Units_Engine/Convert/ForcePerLength/PoundForcePerFoot.cs
+++ b/Units_Engine/Convert/ForcePerLength/PoundForcePerFoot.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromPoundForcePerFoot(this double poundsForcePerFoot)
+
diff --git a/Units_Engine/Convert/ForcePerLength/PoundForcePerInch.cs b/Units_Engine/Convert/ForcePerLength/PoundForcePerInch.cs
index 1bd9a87..b6950a6 100644
--- a/Units_Engine/Convert/ForcePerLength/PoundForcePerInch.cs
+++ b/Units_Engine/Convert/ForcePerLength/PoundForcePerInch.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromPoundForcePerInch(this double poundsForcePerInch)
+
diff --git a/Units_Engine/Convert/ForcePerLength/PoundForcePerYard.cs b/Units_Engine/Convert/ForcePerLength/PoundForcePerYard.cs
index 34a1cb6..fafafea 100644
--- a/Units_Engine/Convert/ForcePerLength/PoundForcePerYard.cs
+++ b/Units_Engine/Convert/ForcePerLength/PoundForcePerYard.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromPoundForcePerYard(this double poundsForcePerYard)
+
diff --git a/Units_Engine/Convert/ForcePerLength/TonneForcePerCentimetre.cs b/Units_Engine/Convert/ForcePerLength/TonneForcePerCentimetre.cs
index b1e4425..f135dd6 100644
--- a/Units_Engine/Convert/ForcePerLength/TonneForcePerCentimetre.cs
+++ b/Units_Engine/Convert/ForcePerLength/TonneForcePerCentimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromTonneForcePerCentimetre(this double tonnesForcePerCenti
+
diff --git a/Units_Engine/Convert/ForcePerLength/TonneForcePerMetre.cs b/Units_Engine/Convert/ForcePerLength/TonneForcePerMetre.cs
index f7fc861..974f9c7 100644
--- a/Units_Engine/Convert/ForcePerLength/TonneForcePerMetre.cs
+++ b/Units_Engine/Convert/ForcePerLength/TonneForcePerMetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromTonneForcePerMetre(this double tonnesForcePerMetre)
+
diff --git a/Units_Engine/Convert/ForcePerLength/TonneForcePerMillimetre.cs b/Units_Engine/Convert/ForcePerLength/TonneForcePerMillimetre.cs
index d7a18f4..e1c198f 100644
--- a/Units_Engine/Convert/ForcePerLength/TonneForcePerMillimetre.cs
+++ b/Units_Engine/Convert/ForcePerLength/TonneForcePerMillimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromTonneForcePerMillimetre(this double tonnesForcePerMilli
+
diff --git a/Units_Engine/Convert/Length/Angstrom.cs b/Units_Engine/Convert/Length/Angstrom.cs
index 1059818..7f14fbc 100644
--- a/Units_Engine/Convert/Length/Angstrom.cs
+++ b/Units_Engine/Convert/Length/Angstrom.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -59,3 +59,4 @@ public static double ToAngstroms(this double metres)
+
diff --git a/Units_Engine/Convert/Length/Centimetre.cs b/Units_Engine/Convert/Length/Centimetre.cs
index 9f9934c..7065588 100644
--- a/Units_Engine/Convert/Length/Centimetre.cs
+++ b/Units_Engine/Convert/Length/Centimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromCentimetre(this double centimetres)
+
diff --git a/Units_Engine/Convert/Length/Foot.cs b/Units_Engine/Convert/Length/Foot.cs
index df9bfdb..7d5c2ed 100644
--- a/Units_Engine/Convert/Length/Foot.cs
+++ b/Units_Engine/Convert/Length/Foot.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromFoot(this double feet)
+
diff --git a/Units_Engine/Convert/Length/Inch.cs b/Units_Engine/Convert/Length/Inch.cs
index d2f1b2a..1fb5e1a 100644
--- a/Units_Engine/Convert/Length/Inch.cs
+++ b/Units_Engine/Convert/Length/Inch.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromInch(this double inches)
+
diff --git a/Units_Engine/Convert/Length/Kilometre.cs b/Units_Engine/Convert/Length/Kilometre.cs
index 5d8fd15..9876fae 100644
--- a/Units_Engine/Convert/Length/Kilometre.cs
+++ b/Units_Engine/Convert/Length/Kilometre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilometre(this double kilometres)
+
diff --git a/Units_Engine/Convert/Length/Length.cs b/Units_Engine/Convert/Length/Length.cs
index f9b50e4..8d574c1 100644
--- a/Units_Engine/Convert/Length/Length.cs
+++ b/Units_Engine/Convert/Length/Length.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -164,3 +164,4 @@ public static double ToLength(this double metres, object unit)
+
diff --git a/Units_Engine/Convert/Length/Micrometre.cs b/Units_Engine/Convert/Length/Micrometre.cs
index 07f24cd..34830b3 100644
--- a/Units_Engine/Convert/Length/Micrometre.cs
+++ b/Units_Engine/Convert/Length/Micrometre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromMicrometre(this double micrometres)
+
diff --git a/Units_Engine/Convert/Length/Mile.cs b/Units_Engine/Convert/Length/Mile.cs
index 74e4cb2..b36057c 100644
--- a/Units_Engine/Convert/Length/Mile.cs
+++ b/Units_Engine/Convert/Length/Mile.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromMile(this double miles)
+
diff --git a/Units_Engine/Convert/Length/Millimetre.cs b/Units_Engine/Convert/Length/Millimetre.cs
index 224eb22..4001233 100644
--- a/Units_Engine/Convert/Length/Millimetre.cs
+++ b/Units_Engine/Convert/Length/Millimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromMillimetre(this double millimetres)
+
diff --git a/Units_Engine/Convert/Length/Nanometre.cs b/Units_Engine/Convert/Length/Nanometre.cs
index 3bb3c27..e3abc3f 100644
--- a/Units_Engine/Convert/Length/Nanometre.cs
+++ b/Units_Engine/Convert/Length/Nanometre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromNanometre(this double nanometres)
+
diff --git a/Units_Engine/Convert/Length/NauticalMile.cs b/Units_Engine/Convert/Length/NauticalMile.cs
index b83f65f..9ceba55 100644
--- a/Units_Engine/Convert/Length/NauticalMile.cs
+++ b/Units_Engine/Convert/Length/NauticalMile.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromNauticalMile(this double nauticalMiles)
+
diff --git a/Units_Engine/Convert/Length/Yard.cs b/Units_Engine/Convert/Length/Yard.cs
index 5990332..d0f2ead 100644
--- a/Units_Engine/Convert/Length/Yard.cs
+++ b/Units_Engine/Convert/Length/Yard.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromYard(this double yards)
+
diff --git a/Units_Engine/Convert/Mass/Gram.cs b/Units_Engine/Convert/Mass/Gram.cs
index cd3c289..29b057f 100644
--- a/Units_Engine/Convert/Mass/Gram.cs
+++ b/Units_Engine/Convert/Mass/Gram.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -59,3 +59,4 @@ public static double FromGram(this double grams)
}
+
diff --git a/Units_Engine/Convert/Mass/LongTon.cs b/Units_Engine/Convert/Mass/LongTon.cs
index 9b27f8c..2411a35 100644
--- a/Units_Engine/Convert/Mass/LongTon.cs
+++ b/Units_Engine/Convert/Mass/LongTon.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -59,3 +59,4 @@ public static double FromLongTon(this double longTons)
}
+
diff --git a/Units_Engine/Convert/Mass/Mass.cs b/Units_Engine/Convert/Mass/Mass.cs
index 8bcd2cd..3a9d919 100644
--- a/Units_Engine/Convert/Mass/Mass.cs
+++ b/Units_Engine/Convert/Mass/Mass.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -142,3 +142,4 @@ public static double ToMass(this double kilogram, object unit)
}
+
diff --git a/Units_Engine/Convert/Mass/Pound.cs b/Units_Engine/Convert/Mass/Pound.cs
index 1e239c5..d97cb04 100644
--- a/Units_Engine/Convert/Mass/Pound.cs
+++ b/Units_Engine/Convert/Mass/Pound.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -59,3 +59,4 @@ public static double FromPound(this double pounds)
}
+
diff --git a/Units_Engine/Convert/Mass/ShortTon.cs b/Units_Engine/Convert/Mass/ShortTon.cs
index b846868..9a80c59 100644
--- a/Units_Engine/Convert/Mass/ShortTon.cs
+++ b/Units_Engine/Convert/Mass/ShortTon.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -59,3 +59,4 @@ public static double FromShortTon(this double shortTons)
}
+
diff --git a/Units_Engine/Convert/MassFraction/CentigramPerKilogram.cs b/Units_Engine/Convert/MassFraction/CentigramPerKilogram.cs
index aa9b306..79d7d66 100644
--- a/Units_Engine/Convert/MassFraction/CentigramPerKilogram.cs
+++ b/Units_Engine/Convert/MassFraction/CentigramPerKilogram.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -54,3 +54,4 @@ public static double FromCentigramPerKilogram(this double centigramsPerKilogram)
}
}
+
diff --git a/Units_Engine/Convert/MassFraction/DecigramPerKilogram.cs b/Units_Engine/Convert/MassFraction/DecigramPerKilogram.cs
index 87013f9..3b63b47 100644
--- a/Units_Engine/Convert/MassFraction/DecigramPerKilogram.cs
+++ b/Units_Engine/Convert/MassFraction/DecigramPerKilogram.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -54,3 +54,4 @@ public static double FromDecigramPerKilogram(this double decigramsPerKilogram)
}
}
+
diff --git a/Units_Engine/Convert/MassFraction/GramPerKilogram.cs b/Units_Engine/Convert/MassFraction/GramPerKilogram.cs
index e9b7ada..9cbfa15 100644
--- a/Units_Engine/Convert/MassFraction/GramPerKilogram.cs
+++ b/Units_Engine/Convert/MassFraction/GramPerKilogram.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -54,3 +54,4 @@ public static double FromGramPerKilogram(this double gramsPerKilogram)
}
}
+
diff --git a/Units_Engine/Convert/MassFraction/MassFraction.cs b/Units_Engine/Convert/MassFraction/MassFraction.cs
index 2530900..6fd599d 100644
--- a/Units_Engine/Convert/MassFraction/MassFraction.cs
+++ b/Units_Engine/Convert/MassFraction/MassFraction.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -124,3 +124,4 @@ public static double ToMassFraction(this double kilogramsPerKilogram, object uni
}
}
+
diff --git a/Units_Engine/Convert/MassFraction/MicrogramPerKilogram.cs b/Units_Engine/Convert/MassFraction/MicrogramPerKilogram.cs
index 2ebde0f..88c0232 100644
--- a/Units_Engine/Convert/MassFraction/MicrogramPerKilogram.cs
+++ b/Units_Engine/Convert/MassFraction/MicrogramPerKilogram.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -54,3 +54,4 @@ public static double FromMicrogramPerKilogram(this double microgramsPerKilogram)
}
}
+
diff --git a/Units_Engine/Convert/MassFraction/MilligramPerKilogram.cs b/Units_Engine/Convert/MassFraction/MilligramPerKilogram.cs
index a2bbf41..ee3d412 100644
--- a/Units_Engine/Convert/MassFraction/MilligramPerKilogram.cs
+++ b/Units_Engine/Convert/MassFraction/MilligramPerKilogram.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -56,3 +56,4 @@ public static double FromMilligramPerKilogram(this double milligramsPerKilogram)
}
}
+
diff --git a/Units_Engine/Convert/MassFraction/NanogramPerKilogram.cs b/Units_Engine/Convert/MassFraction/NanogramPerKilogram.cs
index bb74c71..37f45ff 100644
--- a/Units_Engine/Convert/MassFraction/NanogramPerKilogram.cs
+++ b/Units_Engine/Convert/MassFraction/NanogramPerKilogram.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -54,3 +54,4 @@ public static double FromNanogramPerKilogram(this double nanogramsPerKilogram)
}
}
+
diff --git a/Units_Engine/Convert/Molality/MillimolePerKilogram.cs b/Units_Engine/Convert/Molality/MillimolePerKilogram.cs
index 72d205c..ecaed86 100644
--- a/Units_Engine/Convert/Molality/MillimolePerKilogram.cs
+++ b/Units_Engine/Convert/Molality/MillimolePerKilogram.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -55,3 +55,4 @@ public static double FromMillimolePerKilogram(this double millimolePerKilograms)
}
}
}
+
diff --git a/Units_Engine/Convert/Molality/Molality.cs b/Units_Engine/Convert/Molality/Molality.cs
index 340c5db..05660f1 100644
--- a/Units_Engine/Convert/Molality/Molality.cs
+++ b/Units_Engine/Convert/Molality/Molality.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -119,3 +119,4 @@ public static double ToMolality(this double molePerKilograms, object unit)
}
}
+
diff --git a/Units_Engine/Convert/Molality/MolePerGram.cs b/Units_Engine/Convert/Molality/MolePerGram.cs
index 39414be..48e2be9 100644
--- a/Units_Engine/Convert/Molality/MolePerGram.cs
+++ b/Units_Engine/Convert/Molality/MolePerGram.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -56,3 +56,4 @@ public static double FromMolePerGram(this double molePerGrams)
}
}
+
diff --git a/Units_Engine/Convert/MomentPerLength/KilogramForceMetrePerMetre.cs b/Units_Engine/Convert/MomentPerLength/KilogramForceMetrePerMetre.cs
index 1e0d704..ea20fe1 100644
--- a/Units_Engine/Convert/MomentPerLength/KilogramForceMetrePerMetre.cs
+++ b/Units_Engine/Convert/MomentPerLength/KilogramForceMetrePerMetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromKilogramForceMetrePerMetre(this double kilogramForceMet
+
diff --git a/Units_Engine/Convert/MomentPerLength/KilonewtonMetrePerMetre.cs b/Units_Engine/Convert/MomentPerLength/KilonewtonMetrePerMetre.cs
index ee74eca..3cc9be1 100644
--- a/Units_Engine/Convert/MomentPerLength/KilonewtonMetrePerMetre.cs
+++ b/Units_Engine/Convert/MomentPerLength/KilonewtonMetrePerMetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromKilonewtonMetrePerMetre(this double kilonewtonMetresPer
+
diff --git a/Units_Engine/Convert/MomentPerLength/KilopoundForceFootPerFoot.cs b/Units_Engine/Convert/MomentPerLength/KilopoundForceFootPerFoot.cs
index ad42ebd..51ae3b6 100644
--- a/Units_Engine/Convert/MomentPerLength/KilopoundForceFootPerFoot.cs
+++ b/Units_Engine/Convert/MomentPerLength/KilopoundForceFootPerFoot.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromKilopoundForceFootPerFoot(this double kilopoundForceFee
+
diff --git a/Units_Engine/Convert/MomentPerLength/MomentPerLength.cs b/Units_Engine/Convert/MomentPerLength/MomentPerLength.cs
index 2cbb895..ed71c9e 100644
--- a/Units_Engine/Convert/MomentPerLength/MomentPerLength.cs
+++ b/Units_Engine/Convert/MomentPerLength/MomentPerLength.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -163,3 +163,4 @@ public static double ToMomentPerLength(this double newtonMeterPerMeter, object u
+
diff --git a/Units_Engine/Convert/MomentPerLength/NewtonCentimetrePerMetre.cs b/Units_Engine/Convert/MomentPerLength/NewtonCentimetrePerMetre.cs
index 180b624..93dfa58 100644
--- a/Units_Engine/Convert/MomentPerLength/NewtonCentimetrePerMetre.cs
+++ b/Units_Engine/Convert/MomentPerLength/NewtonCentimetrePerMetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromNewtonCentimetrePerMetre(this double newtonCentimetresP
+
diff --git a/Units_Engine/Convert/MomentPerLength/NewtonMillimetrePerMetre.cs b/Units_Engine/Convert/MomentPerLength/NewtonMillimetrePerMetre.cs
index 2fdde04..d2074d8 100644
--- a/Units_Engine/Convert/MomentPerLength/NewtonMillimetrePerMetre.cs
+++ b/Units_Engine/Convert/MomentPerLength/NewtonMillimetrePerMetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromNewtonMillimetrePerMetre(this double newtonMillimetresP
+
diff --git a/Units_Engine/Convert/MomentPerLength/PoundForceFootPerFoot.cs b/Units_Engine/Convert/MomentPerLength/PoundForceFootPerFoot.cs
index 904ca70..f5c1f5e 100644
--- a/Units_Engine/Convert/MomentPerLength/PoundForceFootPerFoot.cs
+++ b/Units_Engine/Convert/MomentPerLength/PoundForceFootPerFoot.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromPoundForceFootPerFoot(this double poundForceFeetPerFoot
+
diff --git a/Units_Engine/Convert/MomentPerLength/TonneForceMetrePerMetre.cs b/Units_Engine/Convert/MomentPerLength/TonneForceMetrePerMetre.cs
index 7dd0364..0cdc87b 100644
--- a/Units_Engine/Convert/MomentPerLength/TonneForceMetrePerMetre.cs
+++ b/Units_Engine/Convert/MomentPerLength/TonneForceMetrePerMetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromTonneForceMetrePerMetre(this double tonneForceMetresPer
+
diff --git a/Units_Engine/Convert/Pressure/Atmosphere.cs b/Units_Engine/Convert/Pressure/Atmosphere.cs
index e4c21dd..e4b218e 100644
--- a/Units_Engine/Convert/Pressure/Atmosphere.cs
+++ b/Units_Engine/Convert/Pressure/Atmosphere.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromAtmosphere(this double atmospheres)
+
diff --git a/Units_Engine/Convert/Pressure/Bar.cs b/Units_Engine/Convert/Pressure/Bar.cs
index 39f071b..f87ccf3 100644
--- a/Units_Engine/Convert/Pressure/Bar.cs
+++ b/Units_Engine/Convert/Pressure/Bar.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromBar(this double bars)
+
diff --git a/Units_Engine/Convert/Pressure/KilogramForcePerSquareCentimetre.cs b/Units_Engine/Convert/Pressure/KilogramForcePerSquareCentimetre.cs
index ccd4b46..4135083 100644
--- a/Units_Engine/Convert/Pressure/KilogramForcePerSquareCentimetre.cs
+++ b/Units_Engine/Convert/Pressure/KilogramForcePerSquareCentimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilogramForcePerSquareCentimetre(this double kilogramsF
+
diff --git a/Units_Engine/Convert/Pressure/KilogramForcePerSquareMetre.cs b/Units_Engine/Convert/Pressure/KilogramForcePerSquareMetre.cs
index e7325ac..66169a3 100644
--- a/Units_Engine/Convert/Pressure/KilogramForcePerSquareMetre.cs
+++ b/Units_Engine/Convert/Pressure/KilogramForcePerSquareMetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilogramForcePerSquareMetre(this double kilogramsForceP
+
diff --git a/Units_Engine/Convert/Pressure/KilogramForcePerSquareMillimetre.cs b/Units_Engine/Convert/Pressure/KilogramForcePerSquareMillimetre.cs
index b9d9492..e590ef4 100644
--- a/Units_Engine/Convert/Pressure/KilogramForcePerSquareMillimetre.cs
+++ b/Units_Engine/Convert/Pressure/KilogramForcePerSquareMillimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilogramForcePerSquareMillimetre(this double kilogramsF
+
diff --git a/Units_Engine/Convert/Pressure/KilonewtonPerSquareCentimetre.cs b/Units_Engine/Convert/Pressure/KilonewtonPerSquareCentimetre.cs
index a803d0c..237d845 100644
--- a/Units_Engine/Convert/Pressure/KilonewtonPerSquareCentimetre.cs
+++ b/Units_Engine/Convert/Pressure/KilonewtonPerSquareCentimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilonewtonPerSquareCentimetre(this double kilonewtonsPe
+
diff --git a/Units_Engine/Convert/Pressure/KilonewtonPerSquareMetre.cs b/Units_Engine/Convert/Pressure/KilonewtonPerSquareMetre.cs
index 4d3ec32..67b1640 100644
--- a/Units_Engine/Convert/Pressure/KilonewtonPerSquareMetre.cs
+++ b/Units_Engine/Convert/Pressure/KilonewtonPerSquareMetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilonewtonPerSquareMetre(this double kilonewtonsPerSqua
+
diff --git a/Units_Engine/Convert/Pressure/KilonewtonPerSquareMillimetre.cs b/Units_Engine/Convert/Pressure/KilonewtonPerSquareMillimetre.cs
index 54a229e..42ca96b 100644
--- a/Units_Engine/Convert/Pressure/KilonewtonPerSquareMillimetre.cs
+++ b/Units_Engine/Convert/Pressure/KilonewtonPerSquareMillimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilonewtonPerSquareMillimetre(this double kilonewtonsPe
+
diff --git a/Units_Engine/Convert/Pressure/KilopoundForcePerSquareFoot.cs b/Units_Engine/Convert/Pressure/KilopoundForcePerSquareFoot.cs
index ea2ed4c..0831303 100644
--- a/Units_Engine/Convert/Pressure/KilopoundForcePerSquareFoot.cs
+++ b/Units_Engine/Convert/Pressure/KilopoundForcePerSquareFoot.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilopoundForcePerSquareFoot(this double kilopoundsForce
+
diff --git a/Units_Engine/Convert/Pressure/KilopoundForcePerSquareInch.cs b/Units_Engine/Convert/Pressure/KilopoundForcePerSquareInch.cs
index 3092669..bf3d24f 100644
--- a/Units_Engine/Convert/Pressure/KilopoundForcePerSquareInch.cs
+++ b/Units_Engine/Convert/Pressure/KilopoundForcePerSquareInch.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromKilopoundForcePerSquareInch(this double kilopoundsForce
+
diff --git a/Units_Engine/Convert/Pressure/NewtonPerSquareCentimetre.cs b/Units_Engine/Convert/Pressure/NewtonPerSquareCentimetre.cs
index 4020e87..6370757 100644
--- a/Units_Engine/Convert/Pressure/NewtonPerSquareCentimetre.cs
+++ b/Units_Engine/Convert/Pressure/NewtonPerSquareCentimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromNewtonPerSquareCentimetre(this double newtonsPerSquareC
+
diff --git a/Units_Engine/Convert/Pressure/NewtonPerSquareMillimetre.cs b/Units_Engine/Convert/Pressure/NewtonPerSquareMillimetre.cs
index 353fb8e..a25f859 100644
--- a/Units_Engine/Convert/Pressure/NewtonPerSquareMillimetre.cs
+++ b/Units_Engine/Convert/Pressure/NewtonPerSquareMillimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromNewtonPerSquareMillimetre(this double newtonsPerSquareM
+
diff --git a/Units_Engine/Convert/Pressure/PoundForcePerSquareFoot.cs b/Units_Engine/Convert/Pressure/PoundForcePerSquareFoot.cs
index 6e99e1c..2301ba5 100644
--- a/Units_Engine/Convert/Pressure/PoundForcePerSquareFoot.cs
+++ b/Units_Engine/Convert/Pressure/PoundForcePerSquareFoot.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromPoundForcePerSquareFoot(this double poundsForcePerSquar
+
diff --git a/Units_Engine/Convert/Pressure/PoundForcePerSquareInch.cs b/Units_Engine/Convert/Pressure/PoundForcePerSquareInch.cs
index 0b4a731..0f2593e 100644
--- a/Units_Engine/Convert/Pressure/PoundForcePerSquareInch.cs
+++ b/Units_Engine/Convert/Pressure/PoundForcePerSquareInch.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromPoundForcePerSquareInch(this double poundsForcePerSquar
+
diff --git a/Units_Engine/Convert/Pressure/Pressure.cs b/Units_Engine/Convert/Pressure/Pressure.cs
index f095bc6..2664f5b 100644
--- a/Units_Engine/Convert/Pressure/Pressure.cs
+++ b/Units_Engine/Convert/Pressure/Pressure.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -205,3 +205,4 @@ public static double ToPressure(this double pascal, object unit)
+
diff --git a/Units_Engine/Convert/Pressure/TechnicalAtmosphere.cs b/Units_Engine/Convert/Pressure/TechnicalAtmosphere.cs
index 281f1a1..2915afd 100644
--- a/Units_Engine/Convert/Pressure/TechnicalAtmosphere.cs
+++ b/Units_Engine/Convert/Pressure/TechnicalAtmosphere.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromTechnicalAtmosphere(this double technicalAtmospheres)
+
diff --git a/Units_Engine/Convert/Pressure/TonneForcePerSquareCentimetre.cs b/Units_Engine/Convert/Pressure/TonneForcePerSquareCentimetre.cs
index 5144223..c26eb94 100644
--- a/Units_Engine/Convert/Pressure/TonneForcePerSquareCentimetre.cs
+++ b/Units_Engine/Convert/Pressure/TonneForcePerSquareCentimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromTonneForcePerSquareCentimetre(this double tonnesForcePe
+
diff --git a/Units_Engine/Convert/Pressure/TonneForcePerSquareMetre.cs b/Units_Engine/Convert/Pressure/TonneForcePerSquareMetre.cs
index ba13327..40e93dd 100644
--- a/Units_Engine/Convert/Pressure/TonneForcePerSquareMetre.cs
+++ b/Units_Engine/Convert/Pressure/TonneForcePerSquareMetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromTonneForcePerSquareMetre(this double tonnesForcePerSqua
+
diff --git a/Units_Engine/Convert/Pressure/TonneForcePerSquareMillimetre.cs b/Units_Engine/Convert/Pressure/TonneForcePerSquareMillimetre.cs
index ea54186..9265e00 100644
--- a/Units_Engine/Convert/Pressure/TonneForcePerSquareMillimetre.cs
+++ b/Units_Engine/Convert/Pressure/TonneForcePerSquareMillimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromTonneForcePerSquareMillimetre(this double tonnesForcePe
+
diff --git a/Units_Engine/Convert/Speed/FootPerSecond.cs b/Units_Engine/Convert/Speed/FootPerSecond.cs
index 82df727..39c95a7 100644
--- a/Units_Engine/Convert/Speed/FootPerSecond.cs
+++ b/Units_Engine/Convert/Speed/FootPerSecond.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromFootPerSecond(this double feetPerSecond)
+
diff --git a/Units_Engine/Convert/Speed/InchPerSecond.cs b/Units_Engine/Convert/Speed/InchPerSecond.cs
index 5f4a35c..350b4ff 100644
--- a/Units_Engine/Convert/Speed/InchPerSecond.cs
+++ b/Units_Engine/Convert/Speed/InchPerSecond.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromInchPerSecond(this double inchesPerSecond)
+
diff --git a/Units_Engine/Convert/Speed/Speed.cs b/Units_Engine/Convert/Speed/Speed.cs
index 5952bdd..2d8e37b 100644
--- a/Units_Engine/Convert/Speed/Speed.cs
+++ b/Units_Engine/Convert/Speed/Speed.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -183,3 +183,4 @@ public static double ToSpeed(this double metresPerSecond, object unit)
+
diff --git a/Units_Engine/Convert/Temperature/DegreeCelsius.cs b/Units_Engine/Convert/Temperature/DegreeCelsius.cs
index 821169e..81d403a 100644
--- a/Units_Engine/Convert/Temperature/DegreeCelsius.cs
+++ b/Units_Engine/Convert/Temperature/DegreeCelsius.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromDegreeCelsius(this double degreesCelsius)
+
diff --git a/Units_Engine/Convert/Temperature/DegreeFahrenheit.cs b/Units_Engine/Convert/Temperature/DegreeFahrenheit.cs
index 6a632fd..c1ff293 100644
--- a/Units_Engine/Convert/Temperature/DegreeFahrenheit.cs
+++ b/Units_Engine/Convert/Temperature/DegreeFahrenheit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromDegreeFahrenheit(this double degreesFahrenheit)
+
diff --git a/Units_Engine/Convert/Temperature/Temperature.cs b/Units_Engine/Convert/Temperature/Temperature.cs
index 34a97f3..5304d48 100644
--- a/Units_Engine/Convert/Temperature/Temperature.cs
+++ b/Units_Engine/Convert/Temperature/Temperature.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -149,3 +149,4 @@ public static double ToTemperature(this double celsius, object unit)
+
diff --git a/Units_Engine/Convert/TemperatureDelta/DeltaDegreeCelsius.cs b/Units_Engine/Convert/TemperatureDelta/DeltaDegreeCelsius.cs
index 5249abb..7fb73b2 100644
--- a/Units_Engine/Convert/TemperatureDelta/DeltaDegreeCelsius.cs
+++ b/Units_Engine/Convert/TemperatureDelta/DeltaDegreeCelsius.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromDeltaDegreeCelsius(this double degreesCelsius)
+
diff --git a/Units_Engine/Convert/TemperatureDelta/DeltaDegreeFahrenheit.cs b/Units_Engine/Convert/TemperatureDelta/DeltaDegreeFahrenheit.cs
index 5380d67..4110c94 100644
--- a/Units_Engine/Convert/TemperatureDelta/DeltaDegreeFahrenheit.cs
+++ b/Units_Engine/Convert/TemperatureDelta/DeltaDegreeFahrenheit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromDeltaDegreeFahrenheit(this double degreesFahrenheit)
+
diff --git a/Units_Engine/Convert/TemperatureDelta/TemperatureDelta.cs b/Units_Engine/Convert/TemperatureDelta/TemperatureDelta.cs
index 9b81264..cc25736 100644
--- a/Units_Engine/Convert/TemperatureDelta/TemperatureDelta.cs
+++ b/Units_Engine/Convert/TemperatureDelta/TemperatureDelta.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -143,3 +143,4 @@ public static double ToTemperatureDelta(this double kelvin, object unit)
+
diff --git a/Units_Engine/Convert/ThermalResistance/RValue.cs b/Units_Engine/Convert/ThermalResistance/RValue.cs
index 18e663e..a0a9730 100644
--- a/Units_Engine/Convert/ThermalResistance/RValue.cs
+++ b/Units_Engine/Convert/ThermalResistance/RValue.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromRvalue(this double rValue)
+
diff --git a/Units_Engine/Convert/ThermalResistance/UValue.cs b/Units_Engine/Convert/ThermalResistance/UValue.cs
index 16fc109..8ba7d02 100644
--- a/Units_Engine/Convert/ThermalResistance/UValue.cs
+++ b/Units_Engine/Convert/ThermalResistance/UValue.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromUvalue(this double uValue)
+
diff --git a/Units_Engine/Convert/Torque/KilogramForceCentimetre.cs b/Units_Engine/Convert/Torque/KilogramForceCentimetre.cs
index fc3f979..1b582f8 100644
--- a/Units_Engine/Convert/Torque/KilogramForceCentimetre.cs
+++ b/Units_Engine/Convert/Torque/KilogramForceCentimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromKilogramForceCentimetre(this double kilogramForceCentim
+
diff --git a/Units_Engine/Convert/Torque/KilogramForceMetre.cs b/Units_Engine/Convert/Torque/KilogramForceMetre.cs
index b7f3458..874f814 100644
--- a/Units_Engine/Convert/Torque/KilogramForceMetre.cs
+++ b/Units_Engine/Convert/Torque/KilogramForceMetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromKilogramForceMetre(this double kilogramForceMetres)
+
diff --git a/Units_Engine/Convert/Torque/KilogramForceMillimetre.cs b/Units_Engine/Convert/Torque/KilogramForceMillimetre.cs
index 3e1dd6f..9ae67ed 100644
--- a/Units_Engine/Convert/Torque/KilogramForceMillimetre.cs
+++ b/Units_Engine/Convert/Torque/KilogramForceMillimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromKilogramForceMillimetre(this double kilogramForceMillim
+
diff --git a/Units_Engine/Convert/Torque/KilonewtonCentimetre.cs b/Units_Engine/Convert/Torque/KilonewtonCentimetre.cs
index 126ba44..1b0e705 100644
--- a/Units_Engine/Convert/Torque/KilonewtonCentimetre.cs
+++ b/Units_Engine/Convert/Torque/KilonewtonCentimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromKilonewtonCentimetre(this double kilonewtonCentimetres)
+
diff --git a/Units_Engine/Convert/Torque/KilonewtonMetre.cs b/Units_Engine/Convert/Torque/KilonewtonMetre.cs
index 1a3c112..9bb6276 100644
--- a/Units_Engine/Convert/Torque/KilonewtonMetre.cs
+++ b/Units_Engine/Convert/Torque/KilonewtonMetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromKilonewtonMetre(this double kilonewtonMetres)
+
diff --git a/Units_Engine/Convert/Torque/KilonewtonMillimetre.cs b/Units_Engine/Convert/Torque/KilonewtonMillimetre.cs
index fee7de7..367e03d 100644
--- a/Units_Engine/Convert/Torque/KilonewtonMillimetre.cs
+++ b/Units_Engine/Convert/Torque/KilonewtonMillimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromKilonewtonMillimetre(this double kilonewtonMillimetres)
+
diff --git a/Units_Engine/Convert/Torque/KilopoundForceFoot.cs b/Units_Engine/Convert/Torque/KilopoundForceFoot.cs
index 4da7b5b..4797302 100644
--- a/Units_Engine/Convert/Torque/KilopoundForceFoot.cs
+++ b/Units_Engine/Convert/Torque/KilopoundForceFoot.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromKilopoundForceFoot(this double kilopoundForceFeet)
+
diff --git a/Units_Engine/Convert/Torque/KilopoundForceInch.cs b/Units_Engine/Convert/Torque/KilopoundForceInch.cs
index 26f28ce..0f6e264 100644
--- a/Units_Engine/Convert/Torque/KilopoundForceInch.cs
+++ b/Units_Engine/Convert/Torque/KilopoundForceInch.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromKilopoundForceInch(this double kilopoundForceInches)
+
diff --git a/Units_Engine/Convert/Torque/NewtonCentimetre.cs b/Units_Engine/Convert/Torque/NewtonCentimetre.cs
index ef6014d..9aebdc1 100644
--- a/Units_Engine/Convert/Torque/NewtonCentimetre.cs
+++ b/Units_Engine/Convert/Torque/NewtonCentimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromNewtonCentimetre(this double newtonCentimetres)
+
diff --git a/Units_Engine/Convert/Torque/NewtonMillimetre.cs b/Units_Engine/Convert/Torque/NewtonMillimetre.cs
index 7cd1cb3..51e20e3 100644
--- a/Units_Engine/Convert/Torque/NewtonMillimetre.cs
+++ b/Units_Engine/Convert/Torque/NewtonMillimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromNewtonMillimetre(this double newtonMillimetres)
+
diff --git a/Units_Engine/Convert/Torque/PoundForceFoot.cs b/Units_Engine/Convert/Torque/PoundForceFoot.cs
index c87c78b..53dde9f 100644
--- a/Units_Engine/Convert/Torque/PoundForceFoot.cs
+++ b/Units_Engine/Convert/Torque/PoundForceFoot.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromPoundForceFoot(this double poundForceFeet)
+
diff --git a/Units_Engine/Convert/Torque/PoundForceInch.cs b/Units_Engine/Convert/Torque/PoundForceInch.cs
index e2407a5..e2a2b06 100644
--- a/Units_Engine/Convert/Torque/PoundForceInch.cs
+++ b/Units_Engine/Convert/Torque/PoundForceInch.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromPoundForceInch(this double poundForceInches)
+
diff --git a/Units_Engine/Convert/Torque/TonneForceCentimetre.cs b/Units_Engine/Convert/Torque/TonneForceCentimetre.cs
index b7fb9e9..6ca2410 100644
--- a/Units_Engine/Convert/Torque/TonneForceCentimetre.cs
+++ b/Units_Engine/Convert/Torque/TonneForceCentimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromTonneForceCentimetre(this double tonneForceCentimetres)
+
diff --git a/Units_Engine/Convert/Torque/TonneForceMetre.cs b/Units_Engine/Convert/Torque/TonneForceMetre.cs
index b641e2c..17ad970 100644
--- a/Units_Engine/Convert/Torque/TonneForceMetre.cs
+++ b/Units_Engine/Convert/Torque/TonneForceMetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromTonneForceMetre(this double tonneForceMetres)
+
diff --git a/Units_Engine/Convert/Torque/TonneForceMillimetre.cs b/Units_Engine/Convert/Torque/TonneForceMillimetre.cs
index 5bf2be1..d604133 100644
--- a/Units_Engine/Convert/Torque/TonneForceMillimetre.cs
+++ b/Units_Engine/Convert/Torque/TonneForceMillimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -62,3 +62,4 @@ public static double FromTonneForceMillimetre(this double tonneForceMillimetres)
+
diff --git a/Units_Engine/Convert/Torque/Torque.cs b/Units_Engine/Convert/Torque/Torque.cs
index d9832b5..3d7d024 100644
--- a/Units_Engine/Convert/Torque/Torque.cs
+++ b/Units_Engine/Convert/Torque/Torque.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -164,3 +164,4 @@ public static double ToTorque(this double newtonMeter, object unit)
+
diff --git a/Units_Engine/Convert/Volume/CubicCentimetre.cs b/Units_Engine/Convert/Volume/CubicCentimetre.cs
index 73bd83c..922b4e4 100644
--- a/Units_Engine/Convert/Volume/CubicCentimetre.cs
+++ b/Units_Engine/Convert/Volume/CubicCentimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromCubicCentimetre(this double cubicCentimetres)
+
diff --git a/Units_Engine/Convert/Volume/CubicFoot.cs b/Units_Engine/Convert/Volume/CubicFoot.cs
index f823e22..c68b18c 100644
--- a/Units_Engine/Convert/Volume/CubicFoot.cs
+++ b/Units_Engine/Convert/Volume/CubicFoot.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromCubicFoot(this double cubicFeet)
+
diff --git a/Units_Engine/Convert/Volume/CubicInch.cs b/Units_Engine/Convert/Volume/CubicInch.cs
index 3bf8507..c28d132 100644
--- a/Units_Engine/Convert/Volume/CubicInch.cs
+++ b/Units_Engine/Convert/Volume/CubicInch.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromCubicInch(this double cubicInches)
+
diff --git a/Units_Engine/Convert/Volume/CubicKilometre.cs b/Units_Engine/Convert/Volume/CubicKilometre.cs
index e79698e..0329ed0 100644
--- a/Units_Engine/Convert/Volume/CubicKilometre.cs
+++ b/Units_Engine/Convert/Volume/CubicKilometre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromCubicKilometre(this double cubicKilometres)
+
diff --git a/Units_Engine/Convert/Volume/CubicMillimetre.cs b/Units_Engine/Convert/Volume/CubicMillimetre.cs
index ce0e4dd..b4a4dd9 100644
--- a/Units_Engine/Convert/Volume/CubicMillimetre.cs
+++ b/Units_Engine/Convert/Volume/CubicMillimetre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromCubicMillimetre(this double cubicMillimetres)
+
diff --git a/Units_Engine/Convert/Volume/CubicYard.cs b/Units_Engine/Convert/Volume/CubicYard.cs
index 1a2ae83..4955ab6 100644
--- a/Units_Engine/Convert/Volume/CubicYard.cs
+++ b/Units_Engine/Convert/Volume/CubicYard.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromCubicYard(this double cubicYards)
+
diff --git a/Units_Engine/Convert/Volume/ImperialGallon.cs b/Units_Engine/Convert/Volume/ImperialGallon.cs
index ac107f4..1445f97 100644
--- a/Units_Engine/Convert/Volume/ImperialGallon.cs
+++ b/Units_Engine/Convert/Volume/ImperialGallon.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromImperialGallon(this double imperialGallons)
+
diff --git a/Units_Engine/Convert/Volume/Litre.cs b/Units_Engine/Convert/Volume/Litre.cs
index 343ff69..d83bf8a 100644
--- a/Units_Engine/Convert/Volume/Litre.cs
+++ b/Units_Engine/Convert/Volume/Litre.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromLitre(this double litres)
+
diff --git a/Units_Engine/Convert/Volume/USGallon.cs b/Units_Engine/Convert/Volume/USGallon.cs
index 3645dd9..6e8762a 100644
--- a/Units_Engine/Convert/Volume/USGallon.cs
+++ b/Units_Engine/Convert/Volume/USGallon.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -61,3 +61,4 @@ public static double FromUSGallon(this double usGallons)
+
diff --git a/Units_Engine/Convert/Volume/Volume.cs b/Units_Engine/Convert/Volume/Volume.cs
index 060ea36..9fc66c0 100644
--- a/Units_Engine/Convert/Volume/Volume.cs
+++ b/Units_Engine/Convert/Volume/Volume.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -224,3 +224,4 @@ public static double ToVolume(this double cubicMeter, object unit)
+
diff --git a/Units_Engine/Units_Engine.csproj b/Units_Engine/Units_Engine.csproj
index f8bfb33..dd00169 100644
--- a/Units_Engine/Units_Engine.csproj
+++ b/Units_Engine/Units_Engine.csproj
@@ -8,7 +8,7 @@
BHoM
Copyright © https://github.com/BHoM
BH.Engine.Units
- 9.0.0.0
+ 9.1.0.0
true
diff --git a/Units_oM/Enums/AccelerationUnit.cs b/Units_oM/Enums/AccelerationUnit.cs
index 32ffc95..ba8c8dc 100644
--- a/Units_oM/Enums/AccelerationUnit.cs
+++ b/Units_oM/Enums/AccelerationUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -50,3 +50,4 @@ public enum AccelerationUnit
+
diff --git a/Units_oM/Enums/AngleUnit.cs b/Units_oM/Enums/AngleUnit.cs
index 1148471..f0957ec 100644
--- a/Units_oM/Enums/AngleUnit.cs
+++ b/Units_oM/Enums/AngleUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -51,3 +51,4 @@ public enum AngleUnit
+
diff --git a/Units_oM/Enums/AreaMomentOfInertiaUnit.cs b/Units_oM/Enums/AreaMomentOfInertiaUnit.cs
index c83d115..74d1ac0 100644
--- a/Units_oM/Enums/AreaMomentOfInertiaUnit.cs
+++ b/Units_oM/Enums/AreaMomentOfInertiaUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -43,3 +43,4 @@ public enum AreaMomentOfInertiaUnit
+
diff --git a/Units_oM/Enums/AreaUnit.cs b/Units_oM/Enums/AreaUnit.cs
index 4c21dd4..ff6f3aa 100644
--- a/Units_oM/Enums/AreaUnit.cs
+++ b/Units_oM/Enums/AreaUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -51,3 +51,4 @@ public enum AreaUnit
+
diff --git a/Units_oM/Enums/CoefficientOfThermalExpansionUnit.cs b/Units_oM/Enums/CoefficientOfThermalExpansionUnit.cs
index 5a8cd72..3b3d660 100644
--- a/Units_oM/Enums/CoefficientOfThermalExpansionUnit.cs
+++ b/Units_oM/Enums/CoefficientOfThermalExpansionUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -40,3 +40,4 @@ public enum CoefficientOfThermalExpansionUnit
+
diff --git a/Units_oM/Enums/DensityUnit.cs b/Units_oM/Enums/DensityUnit.cs
index ec9981e..a484800 100644
--- a/Units_oM/Enums/DensityUnit.cs
+++ b/Units_oM/Enums/DensityUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -77,3 +77,4 @@ public enum DensityUnit
+
diff --git a/Units_oM/Enums/DurationUnit.cs b/Units_oM/Enums/DurationUnit.cs
index b2e1c54..f651487 100644
--- a/Units_oM/Enums/DurationUnit.cs
+++ b/Units_oM/Enums/DurationUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -37,3 +37,4 @@ public enum DurationUnit
}
}
+
diff --git a/Units_oM/Enums/ElectricConductivityUnit.cs b/Units_oM/Enums/ElectricConductivityUnit.cs
index 9999d14..6b1b385 100644
--- a/Units_oM/Enums/ElectricConductivityUnit.cs
+++ b/Units_oM/Enums/ElectricConductivityUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -41,3 +41,4 @@ public enum ElectricConductivityUnit
+
diff --git a/Units_oM/Enums/EnergyUnit.cs b/Units_oM/Enums/EnergyUnit.cs
index 5b91ec3..dca9a23 100644
--- a/Units_oM/Enums/EnergyUnit.cs
+++ b/Units_oM/Enums/EnergyUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -42,3 +42,4 @@ public enum EnergyUnit
}
+
diff --git a/Units_oM/Enums/ForcePerLengthUnit.cs b/Units_oM/Enums/ForcePerLengthUnit.cs
index 712783b..27be622 100644
--- a/Units_oM/Enums/ForcePerLengthUnit.cs
+++ b/Units_oM/Enums/ForcePerLengthUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -75,3 +75,4 @@ public enum ForcePerLengthUnit
+
diff --git a/Units_oM/Enums/ForceUnit.cs b/Units_oM/Enums/ForceUnit.cs
index 453e3f5..f991dbe 100644
--- a/Units_oM/Enums/ForceUnit.cs
+++ b/Units_oM/Enums/ForceUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -51,3 +51,4 @@ public enum ForceUnit
+
diff --git a/Units_oM/Enums/LengthUnit.cs b/Units_oM/Enums/LengthUnit.cs
index 92165d2..631f970 100644
--- a/Units_oM/Enums/LengthUnit.cs
+++ b/Units_oM/Enums/LengthUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -53,3 +53,4 @@ public enum LengthUnit
+
diff --git a/Units_oM/Enums/MassFractionUnit.cs b/Units_oM/Enums/MassFractionUnit.cs
index 5eb2491..18d2726 100644
--- a/Units_oM/Enums/MassFractionUnit.cs
+++ b/Units_oM/Enums/MassFractionUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -40,3 +40,4 @@ public enum MassFractionUnit
}
}
+
diff --git a/Units_oM/Enums/MassUnit.cs b/Units_oM/Enums/MassUnit.cs
index cb1faf6..43cc555 100644
--- a/Units_oM/Enums/MassUnit.cs
+++ b/Units_oM/Enums/MassUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -41,3 +41,4 @@ public enum MassUnit
}
+
diff --git a/Units_oM/Enums/MolalityUnit.cs b/Units_oM/Enums/MolalityUnit.cs
index dfbb8a1..50c16f4 100644
--- a/Units_oM/Enums/MolalityUnit.cs
+++ b/Units_oM/Enums/MolalityUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -38,3 +38,4 @@ public enum MolalityUnit
}
+
diff --git a/Units_oM/Enums/PressureUnit.cs b/Units_oM/Enums/PressureUnit.cs
index f038c16..c8b393e 100644
--- a/Units_oM/Enums/PressureUnit.cs
+++ b/Units_oM/Enums/PressureUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -79,3 +79,4 @@ public enum PressureUnit
+
diff --git a/Units_oM/Enums/SpeedUnit.cs b/Units_oM/Enums/SpeedUnit.cs
index a943bbb..bdbfa3c 100644
--- a/Units_oM/Enums/SpeedUnit.cs
+++ b/Units_oM/Enums/SpeedUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -69,3 +69,4 @@ public enum SpeedUnit
+
diff --git a/Units_oM/Enums/TemperatureDeltaUnit.cs b/Units_oM/Enums/TemperatureDeltaUnit.cs
index 5182b82..4667418 100644
--- a/Units_oM/Enums/TemperatureDeltaUnit.cs
+++ b/Units_oM/Enums/TemperatureDeltaUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -46,3 +46,4 @@ public enum TemperatureDeltaUnit
+
diff --git a/Units_oM/Enums/TemperatureUnit.cs b/Units_oM/Enums/TemperatureUnit.cs
index 32f5035..27c7f04 100644
--- a/Units_oM/Enums/TemperatureUnit.cs
+++ b/Units_oM/Enums/TemperatureUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -47,3 +47,4 @@ public enum TemperatureUnit
+
diff --git a/Units_oM/Enums/TorquePerLengthUnit.cs b/Units_oM/Enums/TorquePerLengthUnit.cs
index 866f192..3a02249 100644
--- a/Units_oM/Enums/TorquePerLengthUnit.cs
+++ b/Units_oM/Enums/TorquePerLengthUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -58,3 +58,4 @@ public enum TorquePerLengthUnit
+
diff --git a/Units_oM/Enums/TorqueUnit.cs b/Units_oM/Enums/TorqueUnit.cs
index 32d0aff..b1ab617 100644
--- a/Units_oM/Enums/TorqueUnit.cs
+++ b/Units_oM/Enums/TorqueUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -58,3 +58,4 @@ public enum TorqueUnit
+
diff --git a/Units_oM/Enums/VolumeUnit.cs b/Units_oM/Enums/VolumeUnit.cs
index c3d8674..dab8270 100644
--- a/Units_oM/Enums/VolumeUnit.cs
+++ b/Units_oM/Enums/VolumeUnit.cs
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
- * Copyright (c) 2015 - 2025, the respective contributors. All rights reserved.
+ * Copyright (c) 2015 - 2026, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
@@ -87,3 +87,4 @@ public enum VolumeUnit
+
diff --git a/Units_oM/Units_oM.csproj b/Units_oM/Units_oM.csproj
index 66464f4..96f2b5e 100644
--- a/Units_oM/Units_oM.csproj
+++ b/Units_oM/Units_oM.csproj
@@ -8,7 +8,7 @@
BHoM
Copyright © https://github.com/BHoM
BH.oM.Units
- 9.0.0.0
+ 9.1.0.0