18,182
Downloads
2,759
Downloads of v 2.13.0307
2013-03-07
Last update
ILMerge
2.13.0307
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.
To install ILMerge, run the following command in the Package Manager Console
PM> Install-Package ilmerge
Owners
Authors
Copyright
Microsoft Corporation
Dependencies
This package has no dependencies.
Version History
| Version | Downloads | Last updated |
|---|---|---|
| ILMerge 2.13.0307 | 2759 | Thursday, March 07 2013 |
| ILMerge 2.12.0803 | 14432 | Friday, August 17 2012 |
| ILMerge 2.11.1103 | 337 | Sunday, November 20 2011 |