Skip to content

Commit

Permalink
Post-release version bump to 2.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed May 10, 2024
1 parent d531b63 commit 01e0d95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# IL Repack changelog

## 2.0.33
### Fixed
* Fix #362 - Fix TypeReferences in MethodDebugInformation

## 2.0.32
### Fixed
* Fix #361 - fix ArgumentOutOfRange in RepackAssemblyResolver.cs:line 203 (in InitializeDotnetRuntimeDirectories())
Expand Down
2 changes: 1 addition & 1 deletion ILRepack/ILRepack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net472</TargetFramework>
<Product>ILRepack</Product>
<Copyright>Copyright © Francois Valdy 2011</Copyright>
<Version>2.0.33</Version>
<Version>2.0.34</Version>
<AssemblyVersion>$(Version).0</AssemblyVersion>
<FileVersion>$(Version).0</FileVersion>
<DebugType>embedded</DebugType>
Expand Down

0 comments on commit 01e0d95

Please sign in to comment.