ILMerge.Tools 2.14.1208

dotnet add package ILMerge.Tools --version 2.14.1208
NuGet\Install-Package ILMerge.Tools -Version 2.14.1208
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" Version="2.14.1208" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ILMerge.Tools --version 2.14.1208
#r "nuget: ILMerge.Tools, 2.14.1208"
#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 as a Cake Addin
#addin nuget:?package=ILMerge.Tools&version=2.14.1208

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

ILMerge.Tools repackages Microsoft's ILMerge into a NuGet package that includes the original files in the tools directory instead of as content. The files included in this package are the identical files that are included in the official ILMerge NuGet package of the same version.

ILMerge is a utility that can be used to merge multiple .NET assemblies into a single assembly. ILMerge takes a set of input assemblies and merges them into one target assembly. The first assembly in the list of input assemblies is the primary assembly. When the primary assembly is an executable, then the target assembly is created as an executable with the same entry point as the primary assembly. Also, if the primary assembly has a strong name, and a .snk file is provided, then the target assembly is re-signed with the specified key so that it also has a strong name.

ILMerge is packaged as a console application. But all of its functionality is also available programmatically.

There are several options that control the behavior of ILMerge. See the documentation that comes with the tool for details.

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 (1)

Showing the top 1 popular GitHub repositories that depend on ILMerge.Tools:

Repository Stars
2gis/Winium.Desktop
Winium.Desktop is Selenium Remote WebDriver implementation for automated testing of Windows application based on WinFroms and WPF platforms.
Version Downloads Last updated
2.14.1208 107,751 12/29/2014
2.14.1203 3,034 12/6/2014

ILMerge 2.14.1208