forked from gluck/il-repack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ILRepack.Lib.nuspec
24 lines (24 loc) · 1.17 KB
/
ILRepack.Lib.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ILRepack.Lib</id>
<version>2.0.19</version>
<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>
</metadata>
<files>
<file src="Repacked\ILRepack.dll" target="lib\net472" />
<file src="README.md" />
</files>
</package>