Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .ci/unit-tests/Example_Engine/Example_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Description>https://github.com/BHoM/Test_Toolkit</Description>
<Configurations>Debug;Release;Test</Configurations>
<FileVersion>9.3.0.0</FileVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions .ci/unit-tests/NUnit_Engine_Tests/NUnit_Engine_Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Description>https://github.com/BHoM/Test_Toolkit</Description>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<FileVersion>9.3.0.0</FileVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<IsPackable>false</IsPackable>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Description>https://github.com/BHoM/Test_Toolkit</Description>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<FileVersion>9.3.0.0</FileVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<IsPackable>false</IsPackable>

<Configurations>Debug;Release;Test</Configurations>
Expand Down
4 changes: 2 additions & 2 deletions .ci/unit-tests/Test_Engine_Tests/Test_Engine_Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Description>https://github.com/BHoM/Test_Toolkit</Description>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<FileVersion>9.3.0.0</FileVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<IsPackable>false</IsPackable>
<Configurations>Debug;Release;Test</Configurations>
<RootNamespace>BH.Test.Engine.Test</RootNamespace>
Expand Down
4 changes: 2 additions & 2 deletions CodeComplianceTest_Engine/CodeComplianceTest_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<Description>https://github.com/BHoM/Test_Toolkit</Description>
<Product>CodeComplianceTest_Engine</Product>
<Copyright>Copyright � https://github.com/BHoM</Copyright>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.3.0.0</FileVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y&#xD;&#xA;xcopy &quot;$(TargetDir)Microsoft.CodeAnalysis.dll&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y&#xD;&#xA;xcopy &quot;$(TargetDir)Microsoft.CodeAnalysis.CSharp.dll&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y&#xD;&#xA;xcopy &quot;$(TargetDir)System.Buffers.dll&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y&#xD;&#xA;xcopy &quot;$(TargetDir)System.Collections.Immutable.dll&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y&#xD;&#xA;xcopy &quot;$(TargetDir)System.Memory.dll&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y&#xD;&#xA;xcopy &quot;$(TargetDir)System.Numerics.Vectors.dll&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y&#xD;&#xA;xcopy &quot;$(TargetDir)System.Reflection.Metadata.dll&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y&#xD;&#xA;xcopy &quot;$(TargetDir)System.Runtime.CompilerServices.Unsafe.dll&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y&#xD;&#xA;xcopy &quot;$(TargetDir)System.Text.Encoding.CodePages.dll&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y&#xD;&#xA;xcopy &quot;$(TargetDir)System.Threading.Tasks.Extensions.dll&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y" />

Check warning on line 19 in CodeComplianceTest_Engine/CodeComplianceTest_Engine.csproj

View workflow job for this annotation

GitHub Actions / ci-project-compliance

CodeComplianceTest_Engine/CodeComplianceTest_Engine.csproj#L19

CodeComplianceTest_Engine/CodeComplianceTest_Engine.csproj#L19: Post Build event should be correctly set to copy the compiled DLL to the BHoM Assemblies folder - For more information see https://bhom.xyz/documentation/DevOps/Code%20Compliance%20and%20CI/Compliance%20Checks/Project-References-and-Build-Paths
</Target>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ComplianceTestBuild|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 2 additions & 2 deletions CodeComplianceTest_Engine/Query/CurrentVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static partial class Query
{
public static string CurrentAssemblyVersion()
{
return "9.0"; //Update each year - don't forget the one below!
return "10.0"; //Update each year - don't forget the one below!
}

public static string FullCurrentAssemblyVersion()
Expand All @@ -42,7 +42,7 @@ public static string FullCurrentAssemblyVersion()

public static string CurrentAssemblyFileVersion()
{
return "9.3"; //Update each milestone - don't forget the one above!
return "10.0"; //Update each milestone - don't forget the one above!
}

public static string FullCurrentAssemblyFileVersion()
Expand Down
4 changes: 2 additions & 2 deletions CodeCompliance_oM/CodeComplianceTest_oM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<Description>https://github.com/BHoM/Test_Toolkit</Description>
<Product>Test_oM</Product>
<Copyright>Copyright � https://github.com/BHoM</Copyright>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.3.0.0</FileVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
</PropertyGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;$(ProgramData)\BHoM\Assemblies&quot; /Y" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<Project DefaultTarget="Build" Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand All @@ -9,8 +9,8 @@
<Description>https://github.com/BHoM/Test_Toolkit</Description>
<Product>InteropabilityTest_Engine</Product>
<Copyright>Copyright � https://github.com/BHoM</Copyright>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.3.0.0</FileVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
</PropertyGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="C:\Windows\System32\xcopy &quot;$(SolutionDir)DataSets\*.*&quot; &quot;C:\ProgramData\BHoM\DataSets&quot; /Y /I /E&#xD;&#xA;xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y" />
Expand Down
4 changes: 2 additions & 2 deletions InteroperabilityTest_oM/InteroperabilityTest_oM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<Description>https://github.com/BHoM/Test_Toolkit</Description>
<Product>InteroperabilityTest_oM</Product>
<Copyright>Copyright � 2020</Copyright>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.3.0.0</FileVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
</PropertyGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;$(ProgramData)\BHoM\Assemblies&quot; /Y" />
Expand Down
4 changes: 2 additions & 2 deletions NUnit_Engine/NUnit_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>https://github.com/BHoM/Test_Toolkit</Description>
<FileVersion>9.3.0.0</FileVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<RootNamespace>BH.Engine.Test.NUnit</RootNamespace>
<BaseOutputPath>..\Build</BaseOutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand All @@ -12,7 +12,7 @@
</PropertyGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y&#xD;&#xA;xcopy &quot;$(TargetDir)nunit.engine.api.dll&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y&#xD;&#xA;xcopy &quot;$(TargetDir)nunit.engine.core.dll&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y&#xD;&#xA;xcopy &quot;$(TargetDir)nunit.engine.dll&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y" />

Check warning on line 15 in NUnit_Engine/NUnit_Engine.csproj

View workflow job for this annotation

GitHub Actions / ci-project-compliance

NUnit_Engine/NUnit_Engine.csproj#L15

NUnit_Engine/NUnit_Engine.csproj#L15: Post Build event should be correctly set to copy the compiled DLL to the BHoM Assemblies folder - For more information see https://bhom.xyz/documentation/DevOps/Code%20Compliance%20and%20CI/Compliance%20Checks/Project-References-and-Build-Paths
</Target>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions NUnit_oM/NUnit_oM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>https://github.com/BHoM/Test_Toolkit</Description>
<FileVersion>9.3.0.0</FileVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<RootNamespace>BH.oM.Test.NUnit</RootNamespace>
<BaseOutputPath>..\Build</BaseOutputPath>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y" />

Check warning on line 14 in NUnit_oM/NUnit_oM.csproj

View workflow job for this annotation

GitHub Actions / ci-project-compliance

NUnit_oM/NUnit_oM.csproj#L14

NUnit_oM/NUnit_oM.csproj#L14: Post Build event should be correctly set to copy the compiled DLL to the BHoM Assemblies folder - For more information see https://bhom.xyz/documentation/DevOps/Code%20Compliance%20and%20CI/Compliance%20Checks/Project-References-and-Build-Paths
</Target>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions TestRunner/TestRunner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Configurations>ComplianceTestBuild;Debug;Release</Configurations>
<Description>https://github.com/BHoM/Test_Toolkit</Description>
<Copyright>Copyright � https://github.com/BHoM</Copyright>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.3.0.0</FileVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>embedded</DebugType>
Expand Down
4 changes: 2 additions & 2 deletions Test_Engine/Test_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<Description>https://github.com/BHoM/Test_Toolkit</Description>
<Product>Test_Engine</Product>
<Copyright>Copyright � https://github.com/BHoM</Copyright>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.3.0.0</FileVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
</PropertyGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y" />

Check warning on line 16 in Test_Engine/Test_Engine.csproj

View workflow job for this annotation

GitHub Actions / ci-project-compliance

Test_Engine/Test_Engine.csproj#L16

Test_Engine/Test_Engine.csproj#L16: Post Build event should be correctly set to copy the compiled DLL to the BHoM Assemblies folder - For more information see https://bhom.xyz/documentation/DevOps/Code%20Compliance%20and%20CI/Compliance%20Checks/Project-References-and-Build-Paths
</Target>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|AnyCPU'">
<OutputPath>..\Build\</OutputPath>
Expand Down
4 changes: 2 additions & 2 deletions UnitTest_Engine/UnitTest_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<Description>https://github.com/BHoM/Test_Toolkit</Description>
<Product>UnitTest_Engine</Product>
<Copyright>Copyright � 2020</Copyright>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.3.0.0</FileVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
</PropertyGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y" />

Check warning on line 16 in UnitTest_Engine/UnitTest_Engine.csproj

View workflow job for this annotation

GitHub Actions / ci-project-compliance

UnitTest_Engine/UnitTest_Engine.csproj#L16

UnitTest_Engine/UnitTest_Engine.csproj#L16: Post Build event should be correctly set to copy the compiled DLL to the BHoM Assemblies folder - For more information see https://bhom.xyz/documentation/DevOps/Code%20Compliance%20and%20CI/Compliance%20Checks/Project-References-and-Build-Paths
</Target>
<ItemGroup>
<Reference Include="BHoM">
Expand Down
4 changes: 2 additions & 2 deletions UnitTest_oM/UnitTest_oM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<Description>https://github.com/BHoM/Test_Toolkit</Description>
<Product>UnitTest_oM</Product>
<Copyright>Copyright � https://github.com/BHoM</Copyright>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion>9.3.0.0</FileVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
<FileVersion>10.0.0.0</FileVersion>
</PropertyGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;$(ProgramData)\BHoM\Assemblies&quot; /Y" />
Expand Down
Loading