ILMerge.Tools.MSBuildToolTask 2.14.1208.49

dotnet add package ILMerge.Tools.MSBuildToolTask --version 2.14.1208.49
NuGet\Install-Package ILMerge.Tools.MSBuildToolTask -Version 2.14.1208.49
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ILMerge.Tools.MSBuildToolTask" Version="2.14.1208.49" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ILMerge.Tools.MSBuildToolTask --version 2.14.1208.49
#r "nuget: ILMerge.Tools.MSBuildToolTask, 2.14.1208.49"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ILMerge.Tools.MSBuildToolTask as a Cake Addin
#addin nuget:?package=ILMerge.Tools.MSBuildToolTask&version=2.14.1208.49

// Install ILMerge.Tools.MSBuildToolTask as a Cake Tool
#tool nuget:?package=ILMerge.Tools.MSBuildToolTask&version=2.14.1208.49

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.14.1208.49 15,658 12/30/2014
2.14.1208 1,532 12/29/2014
2.14.1203 1,478 12/8/2014

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.