-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTools.InnoSetup.nuspec
37 lines (33 loc) · 1.41 KB
/
Tools.InnoSetup.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
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Tools.InnoSetup</id>
<version>6.3.1</version>
<title>Inno Setup tools</title>
<authors>Vaclav Slavik, Jordan Russell</authors>
<license type="file">license.txt</license>
<projectUrl>https://github.com/vslavik/nuget-tools-innosetup</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Inno Setup tools packaged for NuGet.</summary>
<description>Inno Setup tools packaged for NuGet.
This is an unofficial package of the Inno Setup installer, intended for use as
a NuGet dependency.
This package is kept up to date and with upstream IS releases and includes the
following:
- Unicode build of Inno Setup
- Inno Setup Preprocessor
- encryption support
- official translations of Inno Setup
</description>
<copyright>Jordan Russell {http://www.jrsoftware.org/}</copyright>
<language>en-US</language>
<tags>installer inno innosetup</tags>
</metadata>
<files>
<file src="license.txt" target="" />
<file src="README.md" target="" />
<file src="Tools.InnoSetup.props" target="build" />
<file src="inst\*.*" exclude="unins000.*" target="tools" />
<file src="inst\Languages\*.isl" target="tools\Languages" />
</files>
</package>