Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Bump assembly versions for a minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
knah committed Apr 30, 2020
1 parent 4e1f64b commit e9c7322
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AssemblyUnhollower/AssemblyUnhollower.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net4.7.2</TargetFramework>
<Nullable>enable</Nullable>
<Version>0.3.0.0</Version>
<Version>0.3.1.0</Version>
<LangVersion>latest</LangVersion>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion UnhollowerBaseLib/UnhollowerBaseLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net4.7.2</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<Version>0.3.0.0</Version>
<Version>0.3.1.0</Version>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion UnhollowerRuntimeLib/UnhollowerRuntimeLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net4.7.2</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<Version>0.3.0.0</Version>
<Version>0.3.1.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e9c7322

Please sign in to comment.