Skip to content

Releases: gluck/il-repack

Add /preservetimestamp option

10 Dec 01:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.35...2.0.36

2.0.35

02 Oct 03:31
Compare
Choose a tag to compare

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

Full Changelog: 2.0.34...2.0.35

2.0.34

10 Jun 23:44
Compare
Choose a tag to compare

Fixed #359
Fixed #347

Full Changelog: 2.0.33...2.0.34

2.0.33

2.0.32: allow multiple attributes in /repackdrop:A,B

06 May 01:47
Compare
Choose a tag to compare

2.0.31: support some obfuscated binaries

21 Apr 00:15
Compare
Choose a tag to compare

2.0.30: Fix -- regression and reduce public API surface

05 Apr 02:37
Compare
Choose a tag to compare
  • 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

01 Apr 02:03
Compare
Choose a tag to compare
  • 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

20 Mar 01:40
Compare
Choose a tag to compare

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

Full Changelog: 2.0.25...2.0.28

2.0.25

08 Jan 04:58
133b12f
Compare
Choose a tag to compare