Releases: emerbrito/ILMerge-MSBuild-Task
Releases · emerbrito/ILMerge-MSBuild-Task
v1.0.7
v1.0.6
v1.0.5
- Enhance the way ILMerge executable is located (preventing not found error).
- Added support to nuget's PackageReference format
v1.0.4
v1.0.3
1.0.2
- Multiple bug fixes.
- Improved search for ilmerge.exe when a custom package folder is set in nuget.config.
- Improved error messages to provide a more clear indication when task is unable to find ilmerge.exe.
- Improved serialization/deserialization of configuration file.
- Added
$(TargetDir)
to ilmergeSearchDirectories
so it is no longer required to enter a path when using custom configuration andInputAssemblies
are expected to be in output directory.