forked from Squirrel/Squirrel.Windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSquirrel.nuspec
42 lines (40 loc) · 2.13 KB
/
Squirrel.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
38
39
40
41
42
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>1.8.0</version>
<authors>GitHub</authors>
<owners>Paul Betts</owners>
<licenseUrl>https://github.com/squirrel/Squirrel.Windows/blob/master/COPYING</licenseUrl>
<projectUrl>https://github.com/squirrel/Squirrel.Windows</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Squirrel/Squirrel.Windows/master/docs/artwork/Squirrel-Logo-Square.png</iconUrl>
<dependencies>
<dependency id="DeltaCompressionDotNet" version="[1.1,2.0)" />
<dependency id="Splat" version="1.6.2" />
<dependency id="Mono.Cecil" version="0.9.6.1" />
<dependency id="SharpCompress" version="0.17.1" />
</dependencies>
<id>squirrel.windows</id>
<title>Squirrel for Windows</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An installation and update framework for Windows applications</description>
<copyright>Copyright GitHub© 2017</copyright>
</metadata>
<files>
<file src="Squirrel\bin\Release\Squirrel.*" target="lib\Net45" />
<file src="Squirrel\bin\Release\NuGet.Squirrel.*" target="lib\Net45" />
<file src="Squirrel\bin\Release\ICSharpCode.*" target="lib\Net45" />
<file src="Squirrel.props" target="build" />
<file src="Squirrel.targets" target="build" />
<file src="Setup\bin\Release\Setup.exe" target="tools" />
<file src="WriteZipToSetup\bin\Release\WriteZipToSetup.exe" target="tools" />
<file src="StubExecutable\bin\Release\StubExecutable.exe" target="tools" />
<file src="Update\bin\Release\Update.exe" target="tools\Squirrel.exe" />
<file src="Update\bin\Release\Update-Mono.exe" target="tools\Squirrel-Mono.exe" />
<file src="Update\bin\Release\Update.com" target="tools\Squirrel.com" />
<file src="SyncReleases\bin\Release\SyncReleases.exe" target="tools" />
<file src="Update\signtool.exe" target="tools\signtool.exe" />
<file src="Update\rcedit.exe" target="tools\rcedit.exe" />
<file src="..\vendor\wix\*" target="tools" />
<file src="..\vendor\7zip\*" target="tools" />
</files>
</package>