Releases: gluck/il-repack
Releases · gluck/il-repack
Add /preservetimestamp option
What's Changed
- docs(README): Update with dotnet tool installation instructions by @fourpastmidnight in #377
- Add /preservetimestamp command line option by @myhomeiot in #381
New Contributors
- @fourpastmidnight made their first contribution in #377
- @myhomeiot made their first contribution in #381
Full Changelog: 2.0.35...2.0.36
2.0.35
What's Changed
- Provide a dotnet global tool version of ilrepack by @kzu in #364
- Assembly strong name Linux compatibility by @iskiselev in #366
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #370
New Contributors
- @iskiselev made their first contribution in #366
Full Changelog: 2.0.34...2.0.35
2.0.34
Full Changelog: 2.0.33...2.0.34
2.0.33
2.0.32: allow multiple attributes in /repackdrop:A,B
Full Changelog: 2.0.31...2.0.32
2.0.31: support some obfuscated binaries
Thanks to @DavidHess-ITS for fixing #319 with KirillOsenkov/cecil#1
Full Changelog: 2.0.30...2.0.31
Published
2.0.30: Fix -- regression and reduce public API surface
- 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
Full Changelog: 2.0.29...2.0.30
2.0.29
- Fix #355 - properly rewrite parameter types for
calli
instructions, fixes invalid tokens and runtime exceptions - Fix #356 - Do not emit source server warning on Unix
Full Changelog: 2.0.28...2.0.29
2.0.28 - Ability to internalize specific assemblies
What's Changed
- ability to internalize specific assemblies via one or more
/internalizeassembly:System.Foo
./internalize
is not required when these are specified. - include missing arg in README.md by @johnterickson in #351
New Contributors
- @johnterickson made their first contribution in #351
Full Changelog: 2.0.25...2.0.28
2.0.25
https://www.nuget.org/packages/ILRepack/2.0.25
https://www.nuget.org/packages/ILRepack.Lib/2.0.25
Minor updates to command-line arguments help
Full Changelog: 2.0.24...2.0.25