Skip to content

Releases: emerbrito/ILMerge-MSBuild-Task

v1.0.7

18 Jun 14:37
e436b3c
Compare
Choose a tag to compare
  • Option to delete input assemblies (clear target dir) after merge.

v1.0.6

13 May 13:02
1856b3c
Compare
Choose a tag to compare
  • Support to .NET 4.8

v1.0.5

15 Jan 17:20
Compare
Choose a tag to compare
  • Enhance the way ILMerge executable is located (preventing not found error).
  • Added support to nuget's PackageReference format

v1.0.4

21 Nov 21:26
Compare
Choose a tag to compare
  • Changed log level on some messages to reduce number of warning in output.
  • Updated nuget package description.

v1.0.3

03 Apr 04:56
Compare
Choose a tag to compare
  • Bug fixes
  • Support to .net 4.7 builds.
  • Sorted search directories in serialized config.json (output).

1.0.2

28 Mar 17:02
Compare
Choose a tag to compare
  • 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 ilmerge SearchDirectories so it is no longer required to enter a path when using custom configuration and InputAssemblies are expected to be in output directory.