Skip to content

Commit

Permalink
Upgrade AssemblyFileVersion to 7.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BHoMBot committed Dec 22, 2023
1 parent 9fd5056 commit 3caffcd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -12,7 +12,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Tests.Adapter.XML</RootNamespace>
<FileVersion>7.0.0.0</FileVersion>
<FileVersion>7.1.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.0.0.0
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion XML_Adapter/XML_Adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.oM.Adapters.XML</RootNamespace>
<FileVersion>7.0.0.0</FileVersion>
<FileVersion>7.1.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.0.0.0
<OutputPath>..\Build\</OutputPath>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion XML_Engine/XML_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Engine.Adapters.XML</RootNamespace>
<FileVersion>7.0.0.0</FileVersion>
<FileVersion>7.1.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.0.0.0
<OutputPath>..\Build\</OutputPath>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion XML_oM/XML_oM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.oM.Adapters.XML</RootNamespace>
<FileVersion>7.0.0.0</FileVersion>
<FileVersion>7.1.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.0.0.0
<OutputPath>..\Build\</OutputPath>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>
Expand Down

0 comments on commit 3caffcd

Please sign in to comment.