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

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
knah committed Jul 7, 2021
1 parent caa1fd7 commit fc4d786
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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>
<TargetFrameworks>net4.7.2;net5.0;netstandard2.1</TargetFrameworks>
<Nullable>enable</Nullable>
<Version>0.4.15.2</Version>
<Version>0.4.15.3</Version>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand Down
8 changes: 4 additions & 4 deletions ReleaseChangelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is a small bugfix update. Generated assemblies should be mostly compatible with those generated by 0.4.15.1.
Changes:
* Added `ClassInjectionAssemblyTargetAttribute` (contributed by @ds5678 in #49)
* Fixed crashes on Unity 2020.1.x and later
This is a small bugfix update. Generated assemblies should be mostly compatible with those generated by 0.4.15.2.
Changes (contributed by @ds5678):
* Improved support for various Unity versions
* Base types of injected types are automatically injected if necessary

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 @@
<TargetFrameworks>net4.7.2;netstandard2.1</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<Version>0.4.15.2</Version>
<Version>0.4.15.3</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit fc4d786

Please sign in to comment.