Skip to content

Commit

Permalink
Update AssemblyFileVersion to 7.3 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
adecler authored Jun 25, 2024
2 parents 8c58eca + bbeb6bb commit 92cb2a2
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/RFEM_Toolkit_Test/RFEM_Toolkit_Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<FileVersion>7.2.0.0</FileVersion>
<FileVersion>7.3.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion RFEM6_Adapter/RFEM6_Adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyName>RFEM6_Adapter</AssemblyName>
<RootNamespace>BH.Adapter.RFEM6</RootNamespace>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<FileVersion>7.2.0.0</FileVersion>
<FileVersion>7.3.0.0</FileVersion>
<BaseOutputPath>..\Build\</BaseOutputPath>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion RFEM6_Engine/RFEM6_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Version>5.0.0</Version>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Engine.Adapters.RFEM6</RootNamespace>
<FileVersion>7.2.0.0</FileVersion>
<FileVersion>7.3.0.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion RFEM6_oM/RFEM6_oM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Version>5.0.0</Version>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.oM.Adapters.RFEM6</RootNamespace>
<FileVersion>7.2.0.0</FileVersion>
<FileVersion>7.3.0.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 92cb2a2

Please sign in to comment.