From fc4d786eac140e54a5763ad1e9d9a382b146dc1e Mon Sep 17 00:00:00 2001 From: Nikolay Kuznetsov Date: Wed, 7 Jul 2021 18:51:21 +0200 Subject: [PATCH] Bump version, update changelog --- AssemblyUnhollower/AssemblyUnhollower.csproj | 2 +- ReleaseChangelog.md | 8 ++++---- UnhollowerBaseLib/UnhollowerBaseLib.csproj | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AssemblyUnhollower/AssemblyUnhollower.csproj b/AssemblyUnhollower/AssemblyUnhollower.csproj index 257100d..a2e09ec 100644 --- a/AssemblyUnhollower/AssemblyUnhollower.csproj +++ b/AssemblyUnhollower/AssemblyUnhollower.csproj @@ -4,7 +4,7 @@ Exe net4.7.2;net5.0;netstandard2.1 enable - 0.4.15.2 + 0.4.15.3 latest true diff --git a/ReleaseChangelog.md b/ReleaseChangelog.md index 8a2a8e9..a5b2c47 100644 --- a/ReleaseChangelog.md +++ b/ReleaseChangelog.md @@ -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 \ No newline at end of file diff --git a/UnhollowerBaseLib/UnhollowerBaseLib.csproj b/UnhollowerBaseLib/UnhollowerBaseLib.csproj index 552fb0f..ec334da 100644 --- a/UnhollowerBaseLib/UnhollowerBaseLib.csproj +++ b/UnhollowerBaseLib/UnhollowerBaseLib.csproj @@ -4,7 +4,7 @@ net4.7.2;netstandard2.1 true latest - 0.4.15.2 + 0.4.15.3