reactivemarbles / PropertyChanged

A lightweight property changed/binding framework. This is a incubator which is focused on fast binding and property changes.
MIT License
60 stars 9 forks source link

chore(deps): update dependency ilrepack to v2.0.27 #299

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ILRepack 2.0.18 -> 2.0.27 age adoption passing confidence

Release Notes

gluck/il-repack (ILRepack) ### [`v2.0.25`](https://togithub.com/gluck/il-repack/releases/tag/2.0.25) [Compare Source](https://togithub.com/gluck/il-repack/compare/2.0.24...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**: https://github.com/gluck/il-repack/compare/2.0.24...2.0.25 ### [`v2.0.24`](https://togithub.com/gluck/il-repack/blob/HEAD/CHANGELOG.md#2024) ##### 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 ### [`v2.0.22`](https://togithub.com/gluck/il-repack/blob/HEAD/CHANGELOG.md#2022) ##### 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](https://togithub.com/gluck/il-repack/issues/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 ### [`v2.0.20`](https://togithub.com/gluck/il-repack/blob/HEAD/CHANGELOG.md#2020) [Compare Source](https://togithub.com/gluck/il-repack/compare/2.0.19...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](https://togithub.com/gluck/il-repack/issues/307)) - Update the NuGet package information with structured license information ##### Fixed - Don't strong name sign for delay signing ([#​330](https://togithub.com/gluck/il-repack/issues/330)) ### [`v2.0.19`](https://togithub.com/gluck/il-repack/compare/2.0.18...2.0.19) [Compare Source](https://togithub.com/gluck/il-repack/compare/2.0.18...2.0.19)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 4 months ago

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.