Skip to content

Start of milestone changes for 8.0 #609

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

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/XML_Adapter_Tests/XML_Adapter_Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

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

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

View check run for this annotation

BHoMBot-CI / project-compliance

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

Assembly Version should be set to 7.0.0.0
<Description>https://github.com/BHoM/XML_Toolkit</Description>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand All @@ -12,7 +12,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Tests.Adapter.XML</RootNamespace>
<FileVersion>7.3.0.0</FileVersion>
<FileVersion>8.0.0.0</FileVersion>

Check failure on line 15 in .ci/unit-tests/XML_Adapter_Tests/XML_Adapter_Tests.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

.ci/unit-tests/XML_Adapter_Tests/XML_Adapter_Tests.csproj#L15

Assembly File Version should be set to 7.3.0.0
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions XML_Adapter/XML_Adapter.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<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 4 in XML_Adapter/XML_Adapter.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

XML_Adapter/XML_Adapter.csproj#L4

Assembly Version should be set to 7.0.0.0
<Description>https://github.com/BHoM/XML_Toolkit</Description>
<Version>6.0.0</Version>
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.oM.Adapters.XML</RootNamespace>
<FileVersion>7.3.0.0</FileVersion>
<FileVersion>8.0.0.0</FileVersion>

Check failure on line 10 in XML_Adapter/XML_Adapter.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

XML_Adapter/XML_Adapter.csproj#L10

Assembly File Version should be set to 7.3.0.0
<OutputPath>..\Build\</OutputPath>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions XML_Engine/XML_Engine.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<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 4 in XML_Engine/XML_Engine.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

XML_Engine/XML_Engine.csproj#L4

Assembly Version should be set to 7.0.0.0
<Description>https://github.com/BHoM/XML_Toolkit</Description>
<Version>6.0.0</Version>
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Engine.Adapters.XML</RootNamespace>
<FileVersion>7.3.0.0</FileVersion>
<FileVersion>8.0.0.0</FileVersion>

Check failure on line 10 in XML_Engine/XML_Engine.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

XML_Engine/XML_Engine.csproj#L10

Assembly File Version should be set to 7.3.0.0
<OutputPath>..\Build\</OutputPath>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions XML_oM/XML_oM.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<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 4 in XML_oM/XML_oM.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

XML_oM/XML_oM.csproj#L4

Assembly Version should be set to 7.0.0.0
<Description>https://github.com/BHoM/XML_Toolkit</Description>
<Version>6.0.0</Version>
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.oM.Adapters.XML</RootNamespace>
<FileVersion>7.3.0.0</FileVersion>
<FileVersion>8.0.0.0</FileVersion>

Check failure on line 10 in XML_oM/XML_oM.csproj

View check run for this annotation

BHoMBot-CI / project-compliance

XML_oM/XML_oM.csproj#L10

Assembly File Version should be set to 7.3.0.0
<OutputPath>..\Build\</OutputPath>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>
Expand Down