Releases: ricaun-io/ricaun.ILRepack
Releases · ricaun-io/ricaun.ILRepack
1.0.1-alpha.1
Experimental Features
ILRepackRenameEnabled
property to rename the output file to change the assembly name with revision.
Updates
- Update
ILRepackVersion
with condition.
1.0.1-alpha
Experimental Features
ILRepackRenameEnabled
property to rename the output file to change the assembly name with revision.
Updates
- Update
ILRepackVersion
with condition.
1.0.0
Features
- Support
ILRepack
version2.0.36
. - Repack all dependencies before
CopyFilesToOutputDirectory
.
Updates
- Add
ILRepack
options usingPropertyGroups
. - Add
ILRepackIgnoreReferences
to ignore references to be repack. - Add
Tests
to validate the repack. - Add
DevelopmentDependency
toNuGet
package (Fix: #1) - Update main target to use
BeforeTargets
to create output file already repacked. - Update
ILRepackDeleteTarget
to useILRepackEnabled
condition. - Update
ILRepackIgnoreReferences
to ignore all files starts with include name.
1.0.0-rc.3
- Update
ILRepack
to version2.0.36
. - Add
ILRepack
options usingPropertyGroups
. - Add
ILRepackIgnoreReferences
to ignore references to be repack. - Add
Tests
to validate the repack. - Add
DevelopmentDependency
toNuGet
package (Fix: #1) - Update main target to use
BeforeTargets
to create output file already repacked. - Update
ILRepackDeleteTarget
to useILRepackEnabled
condition. - Update
ILRepackIgnoreReferences
to ignore all files starts with include name.
1.0.0-rc.2
- Update
ILRepack
to version2.0.36
. - Add
ILRepack
options usingPropertyGroups
. - Add
ILRepackIgnoreReferences
to ignore references to be repack. - Add
Tests
to validate the repack. - Add
DevelopmentDependency
toNuGet
package (Fix: #1) - Update main target to use
BeforeTargets
to create output file already repacked. - Update
ILRepackDeleteTarget
to useILRepackEnabled
condition.
1.0.0-rc.1
- Update
ILRepack
to version2.0.36
. - Add
ILRepack
options usingPropertyGroups
. - Add
ILRepackIgnoreReferences
to ignore references to be repack. - Add
Tests
to validate the repack. - Add
DevelopmentDependency
toNuGet
package (Fix: #1) - Update main target to use
BeforeTargets
to create output file already repacked.
1.0.0-rc
- Update
ILRepack
to version2.0.36
. - Add
ILRepack
options usingPropertyGroups
. - Add
ILRepackIgnoreReferences
to ignore references to be repack. - Add
Tests
to validate the repack.
1.0.0-beta.1
- Update
ILRepack
to version2.0.36
. - Add
ILRepack
options usingPropertyGroups
. - Add
ILRepackIgnoreReferences
to ignore references to be repack. - Add
Tests
to validate the repack.
1.0.0-beta
- Add
ILRepack
options usingPropertyGroups
. - Add
ILRepackIgnoreReferences
to ignore references to be repack. - Add
Tests
to validate the repack.
1.0.0-alpha.4
- First Release
- Add
ILRepackIgnoreReferences
to ignore references to be repack.