Skip to content

Commit

Permalink
Fix ILRepackVersion version
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Jan 16, 2025
1 parent c607579 commit 3150751
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ricaun.ILRepack/ricaun.ILRepack.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<ILRepackVersion>2.0.34</ILRepackVersion>
<ILRepackVersion>2.0.36</ILRepackVersion>
<ILRepack Condition="'$(ILRepack)' == ''">$(NuGetPackageRoot)ilrepack\$(ILRepackVersion)\tools\ILRepack.exe</ILRepack>
</PropertyGroup>

Expand Down

0 comments on commit 3150751

Please sign in to comment.