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

Commit

Permalink
Update versions for release, fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
knah committed Jun 13, 2020
1 parent 43464a2 commit 608c140
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.4.5.0</Version>
<Version>0.4.6.0</Version>
<LangVersion>latest</LangVersion>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Before certain features can be used (namely class injection and delegate convers
* in/out/ref parameters on generic parameter types (like `out T` in `Dictionary.TryGetValue`) are currently broken
* Unity unstripping currently doesn't restore types (except for enums), and certain methods can't be unstripped still
* Unstripped methods with array operations inside contain invalid bytecode
* Unstripped methods with cases inside will likely throw invalid cast exceptions or produce nulls
* Unstripped methods with casts inside will likely throw invalid cast exceptions or produce nulls
* Some unstripped methods are stubbed with `NotSupportedException` in cases where rewrite failed

## Generated assemblies caveats
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.4.5.0</Version>
<Version>0.4.6.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.4.5.0</Version>
<Version>0.4.6.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 608c140

Please sign in to comment.