Skip to content

Bump ILRepack from 2.0.18 to 2.0.44#643

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/src/OfficeEntry.Plugins/ILRepack-2.0.44
Closed

Bump ILRepack from 2.0.18 to 2.0.44#643
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/src/OfficeEntry.Plugins/ILRepack-2.0.44

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Jan 21, 2026

Updated ILRepack from 2.0.18 to 2.0.44.

Release notes

Sourced from ILRepack's releases.

2.0.44

What's Changed

Full Changelog: gluck/il-repack@2.0.42...2.0.44

2.0.42

What's Changed

Full Changelog: gluck/il-repack@2.0.41...2.0.42

2.0.41

Fix TypeReferences in ScopeDebugInformation.Constants

Full Changelog: gluck/il-repack@2.0.40...2.0.41

2.0.40

What's Changed

Full Changelog: gluck/il-repack@2.0.39...2.0.40

2.0.39

What's Changed

New Contributors

Full Changelog: gluck/il-repack@2.0.38...2.0.39

2.0.38

What's Changed

New Contributors

Full Changelog: gluck/il-repack@2.0.37...2.0.38

2.0.37

What's Changed

New Contributors

Full Changelog: gluck/il-repack@2.0.36...2.0.37

2.0.36

What's Changed

New Contributors

Full Changelog: gluck/il-repack@2.0.35...2.0.36

2.0.35

What's Changed

New Contributors

Full Changelog: gluck/il-repack@2.0.34...2.0.35

2.0.34

Fixed gluck/il-repack#359
Fixed gluck/il-repack#347

Full Changelog: gluck/il-repack@2.0.33...2.0.34

2.0.33

Fix #​362

https://www.nuget.org/packages/ILRepack/2.0.33
https://www.nuget.org/packages/ILRepack.Lib/2.0.33

2.0.32

Fixes for #​345 and #​361

Full Changelog: gluck/il-repack@2.0.31...2.0.32

2.0.31

Thanks to @​DavidHess-ITS for fixing #​319 with KirillOsenkov/cecil#1

Full Changelog: gluck/il-repack@2.0.30...2.0.31

Published

2.0.30

  • 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: gluck/il-repack@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: gluck/il-repack@2.0.28...2.0.29

2.0.28

What's Changed

New Contributors

Full Changelog: gluck/il-repack@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: gluck/il-repack@2.0.24...2.0.25

2.0.24

https://www.nuget.org/packages/ILRepack/2.0.24
https://www.nuget.org/packages/ILRepack.Lib/2.0.24

What's Changed

New Contributors

Full Changelog: gluck/il-repack@2.0.22...2.0.24

  • More resilience for invalid inputs
  • Documented more command line arguments
  • Fixes for using ILRepack as an API
  • Support .dll extension in internalize exclude file entries
  • Don't internalize or rename some well-known types, such as attributes generated by the C# compiler
  • Misc bug fixes

2.0.22

What's Changed

Full Changelog: gluck/il-repack@2.0.20...2.0.22

  • Updated to the very latest Mono.Cecil
  • Support for legacy, portable and embedded PDBs
  • Debug info support, sequence points, scopes, locals, custom debug info
  • Unix support now working, either via dotnet ILRepack.exe or mono ILRepack.exe
  • Removed Mono.Posix dependency, shelling out to stat and chmod to set permissions
  • shipping ILRepack.runtimeconfig.json in the NuGet package so that dotnet ILRepack.exe works
  • repacking .NET Core WinForms resources now works (fixed #​277)
  • resolving assemblies from .NET Core runtime
  • writing to a temp directory first, allows repacking the primary assembly in-place
  • deleted gradle from the build system, using plain MSBuild now
  • less output without /verbose argument
  • misc bug fixes

2.0.20

New versions have been published to nuget.org:

What's Changed

New Contributors

Some improvements in the repo source code.

  • Projects have been converted to SDK-style.
  • Updated to NUnit 3
  • Ensured build, test and pack run on AppVeyor without Gradle, uploads *.nupkg and msbuild.binlog as artifact
  • Generate NuGet packages after building ILRepack.csproj Release

Next steps:

  • update to latest Cecil and remove the Cecil submodule
  • add support for modern .NET
  • publish a .NET global tool
  • PDB/symbols/debug information improvements
  • consolidate fixes from various forks back into the primary fork
  • go through PRs and bugs
  • misc maintenance

Huge, enormous thanks to @​gluck and @​timotei for this project and everything it means for the ecosystem. Also huge thanks to folks who forked and continued to make PRs, improvements and modernizations.

Full Changelog: gluck/il-repack@2.0.18...2.0.20

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: ILRepack
  dependency-version: 2.0.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Jan 21, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 1, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/src/OfficeEntry.Plugins/ILRepack-2.0.44 branch March 1, 2026 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Getting "Method reference is used with definition return type / parameter." / Due to TypeForwardedTo type Error merging VB app in 2.0.27

1 participant