From 31507516ad8d5132ba9fe571d565d88192312b47 Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Thu, 16 Jan 2025 10:43:25 -0300 Subject: [PATCH] Fix `ILRepackVersion` version --- README.md | 5 +++-- ricaun.ILRepack/ricaun.ILRepack.targets | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 652125f..89ab2ba 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,9 @@ Item Group | Description ``` ## Todo -- [ ] Add option to ignore specific assembly/dependencies in the ILRepack. -- [ ] Delete dependencie debug file from the output. +- [x] Add option to ignore specific assembly/dependencies in the ILRepack. +- [ ] Add support to ignore assembly/dependencies in the ILRepack using start, Example: `Newtonsoft.*`. +- [ ] Delete dependencies debug file from the output. - [ ] Remove dependencies to be copy from the output. ## Release diff --git a/ricaun.ILRepack/ricaun.ILRepack.targets b/ricaun.ILRepack/ricaun.ILRepack.targets index bb9481f..fb7f75d 100644 --- a/ricaun.ILRepack/ricaun.ILRepack.targets +++ b/ricaun.ILRepack/ricaun.ILRepack.targets @@ -1,7 +1,7 @@ - 2.0.34 + 2.0.36 $(NuGetPackageRoot)ilrepack\$(ILRepackVersion)\tools\ILRepack.exe