forked from leoniv/v8unpack
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathv8unpack.nuspec
25 lines (25 loc) · 1.13 KB
/
v8unpack.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/2015/06/nuspec.xsd">
<metadata>
<id>v8unpack</id>
<version>3.0.43</version>
<packageSourceUrl>https://github.com/e8tools/v8unpack</packageSourceUrl>
<title>v8unpack</title>
<authors>Denis Demidov, Sergey Batanov, Sergey Rudakov</authors>
<projectUrl>https://github.com/e8tools/v8unpack</projectUrl>
<licenseUrl>http://mozilla.org/MPL/2.0/</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/e8tools/v8unpack</projectSourceUrl>
<docsUrl>https://github.com/e8tools/v8unpack/wiki</docsUrl>
<bugTrackerUrl>https://github.com/e8tools/v8unpack/issues</bugTrackerUrl>
<tags>v8unpack cf epf</tags>
<summary>CF-files management tool</summary>
<description>Pack/unpack CF-files</description>
</metadata>
<files>
<!-- this section controls what actually gets packaged into the Chocolatey package -->
<file src="choco\tools\**" target="tools" />
<file src="README.md" target="." />
<file src="LICENSE*" target="." />
</files>
</package>