ILMerge.Tools.MSBuildToolTask
2.14.1203
ILMerge.Tools.MSBuildToolTask is a simple MSBuild task that wraps the ILMerge.exe command-line tool. Unlike other ILMerge MSBuild tasks,ILMerge.Tools.MSBuildToolTask is decoupled from the ILMerge assembly which means it does not reference it nor does it load it in-process. Instead, it executes ILMerge from the command-line. This allows the ILMerge.Tools.MSBuildToolTask to be used with multiple versions of ILMerge without having to recompile or rebind ILMerge.
All features of ILMerge command-line interface are supported as a pass-through from this MSBuild task.
See the version list below for details.
Install-Package ILMerge.Tools.MSBuildToolTask -Version 2.14.1203
dotnet add package ILMerge.Tools.MSBuildToolTask --version 2.14.1203
<PackageReference Include="ILMerge.Tools.MSBuildToolTask" Version="2.14.1203" />
paket add ILMerge.Tools.MSBuildToolTask --version 2.14.1203
Release Notes
The version of the ILMerge.Tools.MSBuildToolTask assembly and NuGet package reflects the latest version of ILMerge for which is was tested against, but this does not mean that you must only use it with that version of ILMerge. As long as the ocmmand-line interface of the version of ILMerge you are using is compatible with ILMerge.Tools.MSBuildToolTask and the options you choose to configure, it should work fine, even against future versions barring any breaking command-line interface changes or future options.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2.14.1208.49 | 7,094 | 12/30/2014 |
2.14.1208 | 635 | 12/29/2014 |
2.14.1203 | 627 | 12/8/2014 |