Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ILRepack from 2.0.23 to 2.0.25 #327

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

Bumps ILRepack from 2.0.23 to 2.0.25.

Release notes

Sourced from ILRepack's releases.

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

Changelog

Sourced from ILRepack's changelog.

IL Repack changelog

2.0.24

Added

  • ILRepack is now deterministic - running it on the same inputs will produce byte-for-byte identical output
  • SourceLink entries are now merged and preserved
  • feature: added step for merging ILLink.*.xml files

Fixed

  • Xaml source not from primary or reference assembly
  • 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

Added

  • 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

Fixed

  • Updated to the latest Mono.Cecil
  • 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

2.0.20

Added

  • Option /skipconfig can be now used to skip merging the assemblies config files
  • Recognize RepackExcludeInternalizeAttribute to exclude a type from internalizing (#307)
  • Update the NuGet package information with structured license information

Fixed

  • Don't strong name sign for delay signing (#330)

2.0.18

Fixed

  • Fix issue when repacking multiple results of /renameInternalized-previously repacked

2.0.17

Fixed

  • Usage of netstandard2 support layer for .NET 4.6.1-4.7.1
  • WPF merging now handles properly libraries built with the new .NET project formats

... (truncated)

Commits

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)

Bumps [ILRepack](https://github.com/gluck/il-repack) from 2.0.23 to 2.0.25.
- [Release notes](https://github.com/gluck/il-repack/releases)
- [Changelog](https://github.com/gluck/il-repack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gluck/il-repack/commits/2.0.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 8, 2024
@robertcoltheart robertcoltheart merged commit 68b82ae into master Jan 8, 2024
1 check passed
@robertcoltheart robertcoltheart deleted the dependabot/nuget/ILRepack-2.0.25 branch January 8, 2024 19:51
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant