-
Notifications
You must be signed in to change notification settings - Fork 7
/
BrokenEvent.ILStrip.CLI.nuspec
25 lines (25 loc) · 1.24 KB
/
BrokenEvent.ILStrip.CLI.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Brokenevent.ILStrip.CLI</id>
<title>BrokenEvent.ILStrip.CLI</title>
<version>1.1.4</version>
<description>Commandline tool and MSBuild task for C# assembly classes/references/resources cleaner.</description>
<authors>BrokenEvent</authors>
<owners>BrokenEvent</owners>
<projectUrl>https://brokenevent.com/projects/ilstrip</projectUrl>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>©2016-2020 Broken Event. All rights reserved.</copyright>
<language>en-US</language>
<repository type="git" url="https://github.com/BrokenEvent/ILStrip.git"/>
<tags>ilmerge ilrepack assembly cil cleanup msbuild</tags>
</metadata>
<files>
<file src="BrokenEvent.ILStrip.CLI\bin\Release\*.dll" target="tools" />
<file src="BrokenEvent.ILStrip.CLI\bin\Release\*.exe" target="tools" />
<file src="BrokenEvent.ILStrip.CLI\*.props*" target="build" />
<file src="BrokenEvent.ILStrip.CLI\*.targets*" target="build" />
<file src="BrokenEvent.ILStrip.CLI\readme.txt" target="." />
</files>
</package>