Skip to content

Commit

Permalink
7.2 Deployment (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-fisher authored Jun 20, 2024
2 parents ee56774 + 0a13742 commit 00b2e21
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<FileVersion>7.1.0.0</FileVersion>
<FileVersion>7.2.0.0</FileVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<Description>https://github.com/BHoM/BHoM_Adapter</Description>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
2 changes: 1 addition & 1 deletion Adapter_Engine/Adapter_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Engine.Adapter</RootNamespace>
<FileVersion>7.1.0.0</FileVersion>
<FileVersion>7.2.0.0</FileVersion>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Adapter_oM/Adapter_oM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.oM.Adapter</RootNamespace>
<FileVersion>7.1.0.0</FileVersion>
<FileVersion>7.2.0.0</FileVersion>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion BHoM_Adapter/BHoM_Adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Adapter</RootNamespace>
<FileVersion>7.1.0.0</FileVersion>
<FileVersion>7.2.0.0</FileVersion>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Structure_AdapterModules/Structure_AdapterModules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>BHoM</Authors>
<Copyright>Copyright © https://github.com/BHoM</Copyright>
<RootNamespace>BH.Adapter.Modules.Structure</RootNamespace>
<FileVersion>7.1.0.0</FileVersion>
<FileVersion>7.2.0.0</FileVersion>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>

Expand Down

0 comments on commit 00b2e21

Please sign in to comment.