From 057278da58b7aa932c8fed0c25d614b2ca2fd492 Mon Sep 17 00:00:00 2001 From: BHoMBot Date: Tue, 3 Jan 2023 11:45:53 +0000 Subject: [PATCH 1/2] Upgrade AssemblyFileVersion to 6.1.0.0 --- .ci/code/Engine_Test/Engine_Test.csproj | 4 ++-- .ci/code/Serialiser_Test/Serialiser_Test.csproj | 4 ++-- Acoustic_Engine/Acoustic_Engine.csproj | 4 ++-- Analytical_Engine/Analytical_Engine.csproj | 4 ++-- Architecture_Engine/Architecture_Engine.csproj | 4 ++-- BHoM_Engine/BHoM_Engine.csproj | 4 ++-- Data_Engine/Data_Engine.csproj | 4 ++-- Diffing_Engine/Diffing_Engine.csproj | 4 ++-- Environment_Engine/Environment_Engine.csproj | 4 ++-- Facade_Engine/Facade_Engine.csproj | 4 ++-- Geometry_Engine/Geometry_Engine.csproj | 4 ++-- Graphics_Engine/Graphics_Engine.csproj | 4 ++-- Humans_Engine/Humans_Engine.csproj | 4 ++-- Library_Engine/Library_Engine.csproj | 4 ++-- Lighting_Engine/Lighting_Engine.csproj | 4 ++-- MEP_Engine/MEP_Engine.csproj | 4 ++-- Matter_Engine/Matter_Engine.csproj | 4 ++-- Physical_Engine/Physical_Engine.csproj | 4 ++-- Planning_Engine/Planning_Engine.csproj | 4 ++-- Programming_Engine/Programming_Engine.csproj | 4 ++-- Reflection_Engine/Reflection_Engine.csproj | 4 ++-- Results_Engine/Results_Engine.csproj | 4 ++-- Security_Engine/Security_Engine.csproj | 4 ++-- Serialiser_Engine/Serialiser_Engine.csproj | 4 ++-- Spatial_Engine/Spatial_Engine.csproj | 4 ++-- Speech_Engine/Speech_Engine.csproj | 4 ++-- Structure_Engine/Structure_Engine.csproj | 4 ++-- Versioning_Engine/Versioning_Engine.csproj | 4 ++-- 28 files changed, 56 insertions(+), 56 deletions(-) diff --git a/.ci/code/Engine_Test/Engine_Test.csproj b/.ci/code/Engine_Test/Engine_Test.csproj index e003325ae..11834c632 100644 --- a/.ci/code/Engine_Test/Engine_Test.csproj +++ b/.ci/code/Engine_Test/Engine_Test.csproj @@ -2,9 +2,9 @@ netstandard2.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 6.0.0.0 - 6.0.0.0 + 6.1.0.0 diff --git a/.ci/code/Serialiser_Test/Serialiser_Test.csproj b/.ci/code/Serialiser_Test/Serialiser_Test.csproj index d0a15163b..02a504565 100644 --- a/.ci/code/Serialiser_Test/Serialiser_Test.csproj +++ b/.ci/code/Serialiser_Test/Serialiser_Test.csproj @@ -2,9 +2,9 @@ netstandard2.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 6.0.0.0 - 6.0.0.0 + 6.1.0.0 diff --git a/Acoustic_Engine/Acoustic_Engine.csproj b/Acoustic_Engine/Acoustic_Engine.csproj index e19e1e5d8..ec42957f2 100644 --- a/Acoustic_Engine/Acoustic_Engine.csproj +++ b/Acoustic_Engine/Acoustic_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.Acoustic - 6.0.0.0 + 6.1.0.0 diff --git a/Analytical_Engine/Analytical_Engine.csproj b/Analytical_Engine/Analytical_Engine.csproj index a65edb2b0..437e4ac5f 100644 --- a/Analytical_Engine/Analytical_Engine.csproj +++ b/Analytical_Engine/Analytical_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.Analytical - 6.0.0.0 + 6.1.0.0 diff --git a/Architecture_Engine/Architecture_Engine.csproj b/Architecture_Engine/Architecture_Engine.csproj index 126056326..e9a29a265 100644 --- a/Architecture_Engine/Architecture_Engine.csproj +++ b/Architecture_Engine/Architecture_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.Architecture - 6.0.0.0 + 6.1.0.0 diff --git a/BHoM_Engine/BHoM_Engine.csproj b/BHoM_Engine/BHoM_Engine.csproj index f6fd8b6cf..69cad4e93 100644 --- a/BHoM_Engine/BHoM_Engine.csproj +++ b/BHoM_Engine/BHoM_Engine.csproj @@ -3,14 +3,14 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine true 5.0.0 BHoM BHoM Copyright © https://github.com/BHoM BH.Engine.Base - 6.0.0.0 + 6.1.0.0 diff --git a/Data_Engine/Data_Engine.csproj b/Data_Engine/Data_Engine.csproj index 9be7f2549..f8d40f23e 100644 --- a/Data_Engine/Data_Engine.csproj +++ b/Data_Engine/Data_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.Data - 6.0.0.0 + 6.1.0.0 diff --git a/Diffing_Engine/Diffing_Engine.csproj b/Diffing_Engine/Diffing_Engine.csproj index 63fa1d2e2..76f68d64b 100644 --- a/Diffing_Engine/Diffing_Engine.csproj +++ b/Diffing_Engine/Diffing_Engine.csproj @@ -3,13 +3,13 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM true BH.Engine.Diffing - 6.0.0.0 + 6.1.0.0 diff --git a/Environment_Engine/Environment_Engine.csproj b/Environment_Engine/Environment_Engine.csproj index b79116e1a..4d61bd325 100644 --- a/Environment_Engine/Environment_Engine.csproj +++ b/Environment_Engine/Environment_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.Environment - 6.0.0.0 + 6.1.0.0 diff --git a/Facade_Engine/Facade_Engine.csproj b/Facade_Engine/Facade_Engine.csproj index 4c716b305..b1d942ba4 100644 --- a/Facade_Engine/Facade_Engine.csproj +++ b/Facade_Engine/Facade_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.Facade - 6.0.0.0 + 6.1.0.0 diff --git a/Geometry_Engine/Geometry_Engine.csproj b/Geometry_Engine/Geometry_Engine.csproj index 35f6fb71e..54aa89966 100644 --- a/Geometry_Engine/Geometry_Engine.csproj +++ b/Geometry_Engine/Geometry_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.Geometry - 6.0.0.0 + 6.1.0.0 diff --git a/Graphics_Engine/Graphics_Engine.csproj b/Graphics_Engine/Graphics_Engine.csproj index 10320caa4..007f7b896 100644 --- a/Graphics_Engine/Graphics_Engine.csproj +++ b/Graphics_Engine/Graphics_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.Graphics - 6.0.0.0 + 6.1.0.0 diff --git a/Humans_Engine/Humans_Engine.csproj b/Humans_Engine/Humans_Engine.csproj index e6b428518..dc208a259 100644 --- a/Humans_Engine/Humans_Engine.csproj +++ b/Humans_Engine/Humans_Engine.csproj @@ -3,13 +3,13 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM true BH.Engine.Humans - 6.0.0.0 + 6.1.0.0 diff --git a/Library_Engine/Library_Engine.csproj b/Library_Engine/Library_Engine.csproj index 5ad120fd2..042db7faf 100644 --- a/Library_Engine/Library_Engine.csproj +++ b/Library_Engine/Library_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.Library - 6.0.0.0 + 6.1.0.0 diff --git a/Lighting_Engine/Lighting_Engine.csproj b/Lighting_Engine/Lighting_Engine.csproj index 79944b01f..4625c3a1d 100644 --- a/Lighting_Engine/Lighting_Engine.csproj +++ b/Lighting_Engine/Lighting_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.Lighting - 6.0.0.0 + 6.1.0.0 diff --git a/MEP_Engine/MEP_Engine.csproj b/MEP_Engine/MEP_Engine.csproj index 96a213ca6..608dbb213 100644 --- a/MEP_Engine/MEP_Engine.csproj +++ b/MEP_Engine/MEP_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.MEP - 6.0.0.0 + 6.1.0.0 diff --git a/Matter_Engine/Matter_Engine.csproj b/Matter_Engine/Matter_Engine.csproj index d42336387..ec8074c70 100644 --- a/Matter_Engine/Matter_Engine.csproj +++ b/Matter_Engine/Matter_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.Matter - 6.0.0.0 + 6.1.0.0 diff --git a/Physical_Engine/Physical_Engine.csproj b/Physical_Engine/Physical_Engine.csproj index 8598b7d0a..bbb2cd0cc 100644 --- a/Physical_Engine/Physical_Engine.csproj +++ b/Physical_Engine/Physical_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.Physical - 6.0.0.0 + 6.1.0.0 diff --git a/Planning_Engine/Planning_Engine.csproj b/Planning_Engine/Planning_Engine.csproj index 69b62e051..b84c1dba6 100644 --- a/Planning_Engine/Planning_Engine.csproj +++ b/Planning_Engine/Planning_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.Planning - 6.0.0.0 + 6.1.0.0 diff --git a/Programming_Engine/Programming_Engine.csproj b/Programming_Engine/Programming_Engine.csproj index ff3fe6cb0..3e4391ee0 100644 --- a/Programming_Engine/Programming_Engine.csproj +++ b/Programming_Engine/Programming_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.Programming - 6.0.0.0 + 6.1.0.0 diff --git a/Reflection_Engine/Reflection_Engine.csproj b/Reflection_Engine/Reflection_Engine.csproj index b2dea2b1b..46cae9e97 100644 --- a/Reflection_Engine/Reflection_Engine.csproj +++ b/Reflection_Engine/Reflection_Engine.csproj @@ -3,13 +3,13 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM true BH.Engine.Reflection - 6.0.0.0 + 6.1.0.0 diff --git a/Results_Engine/Results_Engine.csproj b/Results_Engine/Results_Engine.csproj index eeebb4610..0dc52160f 100644 --- a/Results_Engine/Results_Engine.csproj +++ b/Results_Engine/Results_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.Results - 6.0.0.0 + 6.1.0.0 diff --git a/Security_Engine/Security_Engine.csproj b/Security_Engine/Security_Engine.csproj index fd6304fd6..9604125aa 100644 --- a/Security_Engine/Security_Engine.csproj +++ b/Security_Engine/Security_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.Security - 6.0.0.0 + 6.1.0.0 diff --git a/Serialiser_Engine/Serialiser_Engine.csproj b/Serialiser_Engine/Serialiser_Engine.csproj index a6c37a7ee..35799437e 100644 --- a/Serialiser_Engine/Serialiser_Engine.csproj +++ b/Serialiser_Engine/Serialiser_Engine.csproj @@ -3,13 +3,13 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM true BH.Engine.Serialiser - 6.0.0.0 + 6.1.0.0 diff --git a/Spatial_Engine/Spatial_Engine.csproj b/Spatial_Engine/Spatial_Engine.csproj index f8498e44c..bf2d7697c 100644 --- a/Spatial_Engine/Spatial_Engine.csproj +++ b/Spatial_Engine/Spatial_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.Spatial - 6.0.0.0 + 6.1.0.0 diff --git a/Speech_Engine/Speech_Engine.csproj b/Speech_Engine/Speech_Engine.csproj index f05cd5898..dc2c63bc9 100644 --- a/Speech_Engine/Speech_Engine.csproj +++ b/Speech_Engine/Speech_Engine.csproj @@ -2,9 +2,9 @@ netstandard2.0 - 6.0.0.0 + 6.1.0.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Structure_Engine/Structure_Engine.csproj b/Structure_Engine/Structure_Engine.csproj index 904b1176e..9190e5043 100644 --- a/Structure_Engine/Structure_Engine.csproj +++ b/Structure_Engine/Structure_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.Structure - 6.0.0.0 + 6.1.0.0 diff --git a/Versioning_Engine/Versioning_Engine.csproj b/Versioning_Engine/Versioning_Engine.csproj index 9e514b8d4..4f53922a1 100644 --- a/Versioning_Engine/Versioning_Engine.csproj +++ b/Versioning_Engine/Versioning_Engine.csproj @@ -3,12 +3,12 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM BH.Engine.Versioning - 6.0.0.0 + 6.1.0.0 From 0bfb29773dbbf9e108671587988a5c8821103303 Mon Sep 17 00:00:00 2001 From: Fraser Greenroyd Date: Tue, 3 Jan 2023 15:55:12 +0000 Subject: [PATCH 2/2] Apply suggestions from code review --- .ci/code/Engine_Test/Engine_Test.csproj | 2 +- .ci/code/Serialiser_Test/Serialiser_Test.csproj | 2 +- Acoustic_Engine/Acoustic_Engine.csproj | 2 +- Analytical_Engine/Analytical_Engine.csproj | 2 +- Architecture_Engine/Architecture_Engine.csproj | 2 +- BHoM_Engine/BHoM_Engine.csproj | 2 +- Data_Engine/Data_Engine.csproj | 2 +- Diffing_Engine/Diffing_Engine.csproj | 2 +- Environment_Engine/Environment_Engine.csproj | 2 +- Facade_Engine/Facade_Engine.csproj | 2 +- Geometry_Engine/Geometry_Engine.csproj | 2 +- Graphics_Engine/Graphics_Engine.csproj | 2 +- Humans_Engine/Humans_Engine.csproj | 2 +- Library_Engine/Library_Engine.csproj | 2 +- Lighting_Engine/Lighting_Engine.csproj | 2 +- MEP_Engine/MEP_Engine.csproj | 2 +- Matter_Engine/Matter_Engine.csproj | 2 +- Physical_Engine/Physical_Engine.csproj | 2 +- Planning_Engine/Planning_Engine.csproj | 2 +- Programming_Engine/Programming_Engine.csproj | 2 +- Reflection_Engine/Reflection_Engine.csproj | 2 +- Results_Engine/Results_Engine.csproj | 2 +- Security_Engine/Security_Engine.csproj | 2 +- Serialiser_Engine/Serialiser_Engine.csproj | 2 +- Spatial_Engine/Spatial_Engine.csproj | 2 +- Speech_Engine/Speech_Engine.csproj | 2 +- Structure_Engine/Structure_Engine.csproj | 2 +- Versioning_Engine/Versioning_Engine.csproj | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.ci/code/Engine_Test/Engine_Test.csproj b/.ci/code/Engine_Test/Engine_Test.csproj index 11834c632..588694400 100644 --- a/.ci/code/Engine_Test/Engine_Test.csproj +++ b/.ci/code/Engine_Test/Engine_Test.csproj @@ -2,7 +2,7 @@ netstandard2.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 6.0.0.0 6.1.0.0 diff --git a/.ci/code/Serialiser_Test/Serialiser_Test.csproj b/.ci/code/Serialiser_Test/Serialiser_Test.csproj index 02a504565..024892690 100644 --- a/.ci/code/Serialiser_Test/Serialiser_Test.csproj +++ b/.ci/code/Serialiser_Test/Serialiser_Test.csproj @@ -2,7 +2,7 @@ netstandard2.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 6.0.0.0 6.1.0.0 diff --git a/Acoustic_Engine/Acoustic_Engine.csproj b/Acoustic_Engine/Acoustic_Engine.csproj index ec42957f2..bf5bba614 100644 --- a/Acoustic_Engine/Acoustic_Engine.csproj +++ b/Acoustic_Engine/Acoustic_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Analytical_Engine/Analytical_Engine.csproj b/Analytical_Engine/Analytical_Engine.csproj index 437e4ac5f..c30dcea6f 100644 --- a/Analytical_Engine/Analytical_Engine.csproj +++ b/Analytical_Engine/Analytical_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Architecture_Engine/Architecture_Engine.csproj b/Architecture_Engine/Architecture_Engine.csproj index e9a29a265..cb6d0a6ac 100644 --- a/Architecture_Engine/Architecture_Engine.csproj +++ b/Architecture_Engine/Architecture_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/BHoM_Engine/BHoM_Engine.csproj b/BHoM_Engine/BHoM_Engine.csproj index 69cad4e93..edef7d1b3 100644 --- a/BHoM_Engine/BHoM_Engine.csproj +++ b/BHoM_Engine/BHoM_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine true 5.0.0 BHoM diff --git a/Data_Engine/Data_Engine.csproj b/Data_Engine/Data_Engine.csproj index f8d40f23e..9ac6d0931 100644 --- a/Data_Engine/Data_Engine.csproj +++ b/Data_Engine/Data_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Diffing_Engine/Diffing_Engine.csproj b/Diffing_Engine/Diffing_Engine.csproj index 76f68d64b..280f166c0 100644 --- a/Diffing_Engine/Diffing_Engine.csproj +++ b/Diffing_Engine/Diffing_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Environment_Engine/Environment_Engine.csproj b/Environment_Engine/Environment_Engine.csproj index 4d61bd325..9381c3fbf 100644 --- a/Environment_Engine/Environment_Engine.csproj +++ b/Environment_Engine/Environment_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Facade_Engine/Facade_Engine.csproj b/Facade_Engine/Facade_Engine.csproj index b1d942ba4..9337c9b72 100644 --- a/Facade_Engine/Facade_Engine.csproj +++ b/Facade_Engine/Facade_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Geometry_Engine/Geometry_Engine.csproj b/Geometry_Engine/Geometry_Engine.csproj index 54aa89966..f73fd1500 100644 --- a/Geometry_Engine/Geometry_Engine.csproj +++ b/Geometry_Engine/Geometry_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Graphics_Engine/Graphics_Engine.csproj b/Graphics_Engine/Graphics_Engine.csproj index 007f7b896..e04d6c8cb 100644 --- a/Graphics_Engine/Graphics_Engine.csproj +++ b/Graphics_Engine/Graphics_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Humans_Engine/Humans_Engine.csproj b/Humans_Engine/Humans_Engine.csproj index dc208a259..f8148aa60 100644 --- a/Humans_Engine/Humans_Engine.csproj +++ b/Humans_Engine/Humans_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Library_Engine/Library_Engine.csproj b/Library_Engine/Library_Engine.csproj index 042db7faf..ceaeacb07 100644 --- a/Library_Engine/Library_Engine.csproj +++ b/Library_Engine/Library_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Lighting_Engine/Lighting_Engine.csproj b/Lighting_Engine/Lighting_Engine.csproj index 4625c3a1d..c2b1edd07 100644 --- a/Lighting_Engine/Lighting_Engine.csproj +++ b/Lighting_Engine/Lighting_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/MEP_Engine/MEP_Engine.csproj b/MEP_Engine/MEP_Engine.csproj index 608dbb213..97029d8f7 100644 --- a/MEP_Engine/MEP_Engine.csproj +++ b/MEP_Engine/MEP_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Matter_Engine/Matter_Engine.csproj b/Matter_Engine/Matter_Engine.csproj index ec8074c70..43b323c51 100644 --- a/Matter_Engine/Matter_Engine.csproj +++ b/Matter_Engine/Matter_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Physical_Engine/Physical_Engine.csproj b/Physical_Engine/Physical_Engine.csproj index bbb2cd0cc..f2ac44388 100644 --- a/Physical_Engine/Physical_Engine.csproj +++ b/Physical_Engine/Physical_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Planning_Engine/Planning_Engine.csproj b/Planning_Engine/Planning_Engine.csproj index b84c1dba6..958dccdba 100644 --- a/Planning_Engine/Planning_Engine.csproj +++ b/Planning_Engine/Planning_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Programming_Engine/Programming_Engine.csproj b/Programming_Engine/Programming_Engine.csproj index 3e4391ee0..49f1c161f 100644 --- a/Programming_Engine/Programming_Engine.csproj +++ b/Programming_Engine/Programming_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Reflection_Engine/Reflection_Engine.csproj b/Reflection_Engine/Reflection_Engine.csproj index 46cae9e97..330c542d3 100644 --- a/Reflection_Engine/Reflection_Engine.csproj +++ b/Reflection_Engine/Reflection_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Results_Engine/Results_Engine.csproj b/Results_Engine/Results_Engine.csproj index 0dc52160f..fd5fa1f1d 100644 --- a/Results_Engine/Results_Engine.csproj +++ b/Results_Engine/Results_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Security_Engine/Security_Engine.csproj b/Security_Engine/Security_Engine.csproj index 9604125aa..3d274efae 100644 --- a/Security_Engine/Security_Engine.csproj +++ b/Security_Engine/Security_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Serialiser_Engine/Serialiser_Engine.csproj b/Serialiser_Engine/Serialiser_Engine.csproj index 35799437e..7d6cb842d 100644 --- a/Serialiser_Engine/Serialiser_Engine.csproj +++ b/Serialiser_Engine/Serialiser_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Spatial_Engine/Spatial_Engine.csproj b/Spatial_Engine/Spatial_Engine.csproj index bf2d7697c..7cc27cbb2 100644 --- a/Spatial_Engine/Spatial_Engine.csproj +++ b/Spatial_Engine/Spatial_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Speech_Engine/Speech_Engine.csproj b/Speech_Engine/Speech_Engine.csproj index dc2c63bc9..868249a8e 100644 --- a/Speech_Engine/Speech_Engine.csproj +++ b/Speech_Engine/Speech_Engine.csproj @@ -4,7 +4,7 @@ netstandard2.0 6.1.0.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Structure_Engine/Structure_Engine.csproj b/Structure_Engine/Structure_Engine.csproj index 9190e5043..bbb9682e1 100644 --- a/Structure_Engine/Structure_Engine.csproj +++ b/Structure_Engine/Structure_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM diff --git a/Versioning_Engine/Versioning_Engine.csproj b/Versioning_Engine/Versioning_Engine.csproj index 4f53922a1..16cb92d81 100644 --- a/Versioning_Engine/Versioning_Engine.csproj +++ b/Versioning_Engine/Versioning_Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0 6.0.0.0 - https://github.com/BHoM/BHoM_Engine + https://github.com/BHoM/BHoM_Engine 5.0.0 BHoM Copyright © https://github.com/BHoM