Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start of milestone changes for 8.0 #392

Merged
merged 1 commit into from
Sep 23, 2024
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/BHoM_Adapter_Tests/BHoM_Adapter_Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<FileVersion>7.3.0.0</FileVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<FileVersion>8.0.0.0</FileVersion>

Check failure on line 5 in .ci/unit-tests/BHoM_Adapter_Tests/BHoM_Adapter_Tests.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

.ci/unit-tests/BHoM_Adapter_Tests/BHoM_Adapter_Tests.csproj#L5

Assembly File Version should be set to 7.3.0.0
<AssemblyVersion>8.0.0.0</AssemblyVersion>

Check failure on line 6 in .ci/unit-tests/BHoM_Adapter_Tests/BHoM_Adapter_Tests.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

.ci/unit-tests/BHoM_Adapter_Tests/BHoM_Adapter_Tests.csproj#L6

Assembly Version should be set to 7.0.0.0
<Description>https://github.com/BHoM/BHoM_Adapter</Description>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
4 changes: 2 additions & 2 deletions Adapter_Engine/Adapter_Engine.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>

Check failure on line 5 in Adapter_Engine/Adapter_Engine.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

Adapter_Engine/Adapter_Engine.csproj#L5

Assembly Version should be set to 7.0.0.0
<Description>https://github.com/BHoM/BHoM_Adapter</Description>
<Version>5.0.0</Version>
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Engine.Adapter</RootNamespace>
<FileVersion>7.3.0.0</FileVersion>
<FileVersion>8.0.0.0</FileVersion>

Check failure on line 11 in Adapter_Engine/Adapter_Engine.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

Adapter_Engine/Adapter_Engine.csproj#L11

Assembly File Version should be set to 7.3.0.0
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Adapter_oM/Adapter_oM.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>

Check failure on line 5 in Adapter_oM/Adapter_oM.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

Adapter_oM/Adapter_oM.csproj#L5

Assembly Version should be set to 7.0.0.0
<Description>https://github.com/BHoM/BHoM_Adapter</Description>
<Version>5.0.0</Version>
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.oM.Adapter</RootNamespace>
<FileVersion>7.3.0.0</FileVersion>
<FileVersion>8.0.0.0</FileVersion>

Check failure on line 11 in Adapter_oM/Adapter_oM.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

Adapter_oM/Adapter_oM.csproj#L11

Assembly File Version should be set to 7.3.0.0
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions BHoM_Adapter/BHoM_Adapter.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>

Check failure on line 5 in BHoM_Adapter/BHoM_Adapter.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

BHoM_Adapter/BHoM_Adapter.csproj#L5

Assembly Version should be set to 7.0.0.0
<Description>https://github.com/BHoM/BHoM_Adapter</Description>
<Version>5.0.0</Version>
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Adapter</RootNamespace>
<FileVersion>7.3.0.0</FileVersion>
<FileVersion>8.0.0.0</FileVersion>

Check failure on line 11 in BHoM_Adapter/BHoM_Adapter.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

BHoM_Adapter/BHoM_Adapter.csproj#L11

Assembly File Version should be set to 7.3.0.0
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Structure_AdapterModules/Structure_AdapterModules.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>

Check failure on line 5 in Structure_AdapterModules/Structure_AdapterModules.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

Structure_AdapterModules/Structure_AdapterModules.csproj#L5

Assembly Version should be set to 7.0.0.0
<Description>https://github.com/BHoM/BHoM_Adapter</Description>
<Version>5.0.0</Version>
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Adapter.Modules.Structure</RootNamespace>
<FileVersion>7.3.0.0</FileVersion>
<FileVersion>8.0.0.0</FileVersion>

Check failure on line 11 in Structure_AdapterModules/Structure_AdapterModules.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

Structure_AdapterModules/Structure_AdapterModules.csproj#L11

Assembly File Version should be set to 7.3.0.0
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>

Expand Down