Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Post-release version bump to 2.0.35
  • Loading branch information
KirillOsenkov committed Jun 10, 2024
1 parent 795708a commit 7abb7fa
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.34
### Fixed
* Fix #347 - Error merging VB app
* Fix #359 - fix TypeForwardedTo

## 2.0.33
### Fixed
* Fix #362 - Fix TypeReferences in MethodDebugInformation
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.34</Version>
<Version>2.0.35</Version>
<AssemblyVersion>$(Version).0</AssemblyVersion>
<FileVersion>$(Version).0</FileVersion>
<DebugType>embedded</DebugType>
Expand Down

0 comments on commit 7abb7fa

Please sign in to comment.