Skip to content

Commit

Permalink
Post-release version bump to 2.0.31 and add 2.0.30 info to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Apr 5, 2024
1 parent ef6fc15 commit 2289551
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# IL Repack changelog

## 2.0.30
### Fixed
* Fix #357 - fix regression when parsing command line arguments with --
* Fix #358 - made Cecil types internal in the repacked ILRepack.exe/dll, reduced public API

## 2.0.29
### Fixed
* Fix #355 - properly rewrite parameter types for calli instructions, fixes invalid tokens and runtime exceptions
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.30</Version>
<Version>2.0.31</Version>
<AssemblyVersion>$(Version).0</AssemblyVersion>
<FileVersion>$(Version).0</FileVersion>
<DebugType>embedded</DebugType>
Expand Down

0 comments on commit 2289551

Please sign in to comment.