gluck/il-repack (ILRepack)
### [`v2.0.20`](https://togithub.com/gluck/il-repack/releases/tag/2.0.20)
[Compare Source](https://togithub.com/gluck/il-repack/compare/2.0.19...2.0.20)
New versions have been published to nuget.org:
- https://www.nuget.org/packages/ILRepack/2.0.20
- https://www.nuget.org/packages/ILRepack.Lib/2.0.20
##### What's Changed
- update internalize description by [@vspanov](https://togithub.com/vspanov) in [https://github.com/gluck/il-repack/pull/267](https://togithub.com/gluck/il-repack/pull/267)
- Update gradle builds by [@ngyukman](https://togithub.com/ngyukman) in [https://github.com/gluck/il-repack/pull/281](https://togithub.com/gluck/il-repack/pull/281)
- Add NuGet license information to .nuspec by [@jonpryor](https://togithub.com/jonpryor) in [https://github.com/gluck/il-repack/pull/310](https://togithub.com/gluck/il-repack/pull/310)
- Adds an option to skip merging config files by [@wmjordan](https://togithub.com/wmjordan) in [https://github.com/gluck/il-repack/pull/291](https://togithub.com/gluck/il-repack/pull/291)
- Bump SharpZipLib from 0.86.0 to 1.3.3 in /ILRepack.IntegrationTests by [@dependabot](https://togithub.com/dependabot) in [https://github.com/gluck/il-repack/pull/308](https://togithub.com/gluck/il-repack/pull/308)
- Don't strong name sign for delay signing by [@arturfilar](https://togithub.com/arturfilar) in [https://github.com/gluck/il-repack/pull/330](https://togithub.com/gluck/il-repack/pull/330)
- Add a binlog by [@KirillOsenkov](https://togithub.com/KirillOsenkov) in [https://github.com/gluck/il-repack/pull/332](https://togithub.com/gluck/il-repack/pull/332)
- Update RepackImporter.cs by [@i00](https://togithub.com/i00) in [https://github.com/gluck/il-repack/pull/307](https://togithub.com/gluck/il-repack/pull/307)
##### New Contributors
- [@vspanov](https://togithub.com/vspanov) made their first contribution in [https://github.com/gluck/il-repack/pull/267](https://togithub.com/gluck/il-repack/pull/267)
- [@ngyukman](https://togithub.com/ngyukman) made their first contribution in [https://github.com/gluck/il-repack/pull/281](https://togithub.com/gluck/il-repack/pull/281)
- [@jonpryor](https://togithub.com/jonpryor) made their first contribution in [https://github.com/gluck/il-repack/pull/310](https://togithub.com/gluck/il-repack/pull/310)
- [@dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/gluck/il-repack/pull/308](https://togithub.com/gluck/il-repack/pull/308)
- [@arturfilar](https://togithub.com/arturfilar) made their first contribution in [https://github.com/gluck/il-repack/pull/330](https://togithub.com/gluck/il-repack/pull/330)
- [@KirillOsenkov](https://togithub.com/KirillOsenkov) made their first contribution in [https://github.com/gluck/il-repack/pull/332](https://togithub.com/gluck/il-repack/pull/332)
- [@i00](https://togithub.com/i00) made their first contribution in [https://github.com/gluck/il-repack/pull/307](https://togithub.com/gluck/il-repack/pull/307)
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](https://togithub.com/gluck) and [@timotei](https://togithub.com/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**: https://github.com/gluck/il-repack/compare/2.0.18...2.0.20
### [`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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
2.0.18
->2.0.20
Release Notes
gluck/il-repack (ILRepack)
### [`v2.0.20`](https://togithub.com/gluck/il-repack/releases/tag/2.0.20) [Compare Source](https://togithub.com/gluck/il-repack/compare/2.0.19...2.0.20) New versions have been published to nuget.org: - https://www.nuget.org/packages/ILRepack/2.0.20 - https://www.nuget.org/packages/ILRepack.Lib/2.0.20 ##### What's Changed - update internalize description by [@vspanov](https://togithub.com/vspanov) in [https://github.com/gluck/il-repack/pull/267](https://togithub.com/gluck/il-repack/pull/267) - Update gradle builds by [@ngyukman](https://togithub.com/ngyukman) in [https://github.com/gluck/il-repack/pull/281](https://togithub.com/gluck/il-repack/pull/281) - Add NuGet license information to .nuspec by [@jonpryor](https://togithub.com/jonpryor) in [https://github.com/gluck/il-repack/pull/310](https://togithub.com/gluck/il-repack/pull/310) - Adds an option to skip merging config files by [@wmjordan](https://togithub.com/wmjordan) in [https://github.com/gluck/il-repack/pull/291](https://togithub.com/gluck/il-repack/pull/291) - Bump SharpZipLib from 0.86.0 to 1.3.3 in /ILRepack.IntegrationTests by [@dependabot](https://togithub.com/dependabot) in [https://github.com/gluck/il-repack/pull/308](https://togithub.com/gluck/il-repack/pull/308) - Don't strong name sign for delay signing by [@arturfilar](https://togithub.com/arturfilar) in [https://github.com/gluck/il-repack/pull/330](https://togithub.com/gluck/il-repack/pull/330) - Add a binlog by [@KirillOsenkov](https://togithub.com/KirillOsenkov) in [https://github.com/gluck/il-repack/pull/332](https://togithub.com/gluck/il-repack/pull/332) - Update RepackImporter.cs by [@i00](https://togithub.com/i00) in [https://github.com/gluck/il-repack/pull/307](https://togithub.com/gluck/il-repack/pull/307) ##### New Contributors - [@vspanov](https://togithub.com/vspanov) made their first contribution in [https://github.com/gluck/il-repack/pull/267](https://togithub.com/gluck/il-repack/pull/267) - [@ngyukman](https://togithub.com/ngyukman) made their first contribution in [https://github.com/gluck/il-repack/pull/281](https://togithub.com/gluck/il-repack/pull/281) - [@jonpryor](https://togithub.com/jonpryor) made their first contribution in [https://github.com/gluck/il-repack/pull/310](https://togithub.com/gluck/il-repack/pull/310) - [@dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/gluck/il-repack/pull/308](https://togithub.com/gluck/il-repack/pull/308) - [@arturfilar](https://togithub.com/arturfilar) made their first contribution in [https://github.com/gluck/il-repack/pull/330](https://togithub.com/gluck/il-repack/pull/330) - [@KirillOsenkov](https://togithub.com/KirillOsenkov) made their first contribution in [https://github.com/gluck/il-repack/pull/332](https://togithub.com/gluck/il-repack/pull/332) - [@i00](https://togithub.com/i00) made their first contribution in [https://github.com/gluck/il-repack/pull/307](https://togithub.com/gluck/il-repack/pull/307) 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](https://togithub.com/gluck) and [@timotei](https://togithub.com/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**: https://github.com/gluck/il-repack/compare/2.0.18...2.0.20 ### [`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.