Skip to content

Commit 100d31d

Browse files
Merge pull request #492 from BHoM/BHoM-#1-Uptick8.1
Start of milestone changes for 8.1
2 parents d502d29 + 3c67842 commit 100d31d

File tree

206 files changed

+422
-221
lines changed

Some content is hidden

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

206 files changed

+422
-221
lines changed

.ci/unit-tests/Example2_Engine/Query/GetGeometry3DViaExtensionMethod.cs

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

.ci/unit-tests/Example_Engine/Example_Engine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Description>https://github.com/BHoM/Test_Toolkit</Description>
66
<Configurations>Debug;Release;Test</Configurations>
7-
<FileVersion>8.0.0.0</FileVersion>
7+
<FileVersion>8.1.0.0</FileVersion>
88
<AssemblyVersion>8.0.0.0</AssemblyVersion>
99
</PropertyGroup>
1010

.ci/unit-tests/Example_Engine/Query/GetGeometryViaExtensionMethod.cs

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

.ci/unit-tests/NUnit_Engine_Tests/CorrectlyReferencedAssemblies.cs

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

53+

.ci/unit-tests/NUnit_Engine_Tests/Example_Engine_Tests.cs

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

55+

.ci/unit-tests/NUnit_Engine_Tests/NUnit_Engine_Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>https://github.com/BHoM/Test_Toolkit</Description>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8-
<FileVersion>8.0.0.0</FileVersion>
8+
<FileVersion>8.1.0.0</FileVersion>
99
<AssemblyVersion>8.0.0.0</AssemblyVersion>
1010
<IsPackable>false</IsPackable>
1111
<Configurations>Debug;Release;Test</Configurations>

.ci/unit-tests/NUnit_Engine_WrongReferencesTests/BadlyReferencedAssemblies.cs

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

7272
}
7373

74+

.ci/unit-tests/NUnit_Engine_WrongReferencesTests/Example_Engine_Tests.cs

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

91+

.ci/unit-tests/NUnit_Engine_WrongReferencesTests/NUnit_Engine_WrongReferencesTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>https://github.com/BHoM/Test_Toolkit</Description>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8-
<FileVersion>8.0.0.0</FileVersion>
8+
<FileVersion>8.1.0.0</FileVersion>
99
<AssemblyVersion>8.0.0.0</AssemblyVersion>
1010
<IsPackable>false</IsPackable>
1111

.ci/unit-tests/NUnit_Engine_WrongReferencesTests/Objects/SampleTestClass.cs

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

3737

38+

0 commit comments

Comments
 (0)