Skip to content

Commit

Permalink
Update AssemblyFileVersion to 7.2 (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd authored Mar 29, 2024
2 parents 5afae84 + 32dd689 commit 605d1d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/unit-tests/XML_Adapter_Tests/XML_Adapter_Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Tests.Adapter.XML</RootNamespace>
<FileVersion>7.1.0.0</FileVersion>
<FileVersion>7.2.0.0</FileVersion>
</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.1.0.0</FileVersion>
<FileVersion>7.2.0.0</FileVersion>
<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.1.0.0</FileVersion>
<FileVersion>7.2.0.0</FileVersion>
<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.1.0.0</FileVersion>
<FileVersion>7.2.0.0</FileVersion>
<OutputPath>..\Build\</OutputPath>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>
Expand Down

0 comments on commit 605d1d4

Please sign in to comment.