blob: 42a383f9f2d3c36a94339497002d37b2d69efdd5 (
plain)
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"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>$id$</id>
<version>$version$-Nightly</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://github.com/HandBrake/HandBrake/blob/master/LICENSE</licenseUrl>
<projectUrl>http://github.com/HandBrake/HandBrake</projectUrl>
<iconUrl>https://avatars1.githubusercontent.com/u/627269</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<copyright>Copyright © 2003-2018 HandBrake Team</copyright>
<tags>Open-Source Video Transcoder</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="11.0.2" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\HandBrake.Interop.pdb" target="lib\net471" />
</files>
</package>
|