-
Notifications
You must be signed in to change notification settings - Fork 217
/
ILRepack.nuspec
29 lines (29 loc) · 1.39 KB
/
ILRepack.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ILRepack</id>
<version>2.0.19</version>
<developmentDependency>true</developmentDependency>
<title>ILRepack - Open-source alternative to ILMerge</title>
<authors>Francois Valdy</authors>
<owners>Francois Valdy, Kirill Osenkov</owners>
<language>en-US</language>
<license type="expression">Apache-2.0</license>
<projectUrl>https://github.com/gluck/il-repack</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<readme>README.md</readme>
<description>ILRepack is meant at replacing ILMerge / Mono.Merge.
The former being closed-source, impossible to customize, slow, resource consuming and many more. The later being deprecated, unsupported, and based on an old version of Mono.Cecil.</description>
<summary>ILRepack is a utility that can be used to merge multiple .NET assemblies into a single assembly</summary>
<tags>ILRepack ILMerge dotnet IL</tags>
<copyright>Copyright Francois Valdy 2011-2015</copyright>
<icon>ILRepack.png</icon>
</metadata>
<files>
<file src="ILRepack.props" target="build" />
<file src="Repacked\ILRepack.exe" target="tools" />
<file src="ILRepack.runtimeconfig.json" target="tools" />
<file src="README.md" />
<file src="ILRepack.png" />
</files>
</package>