Skip to content

Commit

Permalink
Update AssemblyFileVersion to 7.3 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
adecler authored Jun 25, 2024
2 parents 7ed930d + 323258b commit 4578be0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<IsPackable>false</IsPackable>
<Description>https://github.com/BHoM/File_Toolkit</Description>
<FileVersion>7.2.0.0</FileVersion>
<FileVersion>7.3.0.0</FileVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<Configurations>Debug;Release;Test</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion File_Adapter/File_Adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>https://github.com/BHoM/File_Toolkit</Description>
<FileVersion>7.2.0.0</FileVersion>
<FileVersion>7.3.0.0</FileVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<RootNamespace>BH.Adapter.File</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion File_Engine/File_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>https://github.com/BHoM/File_Toolkit</Description>
<FileVersion>7.2.0.0</FileVersion>
<FileVersion>7.3.0.0</FileVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<RootNamespace>BH.Engine.Adapters.File</RootNamespace>
<OutputPath>..\Build\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion File_oM/File_oM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>https://github.com/BHoM/File_Toolkit</Description>
<FileVersion>7.2.0.0</FileVersion>
<FileVersion>7.3.0.0</FileVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<RootNamespace>BH.oM.Adapters.File</RootNamespace>
<OutputPath>..\Build\</OutputPath>
Expand Down

0 comments on commit 4578be0

Please sign in to comment.