]> granicus.if.org Git - handbrake/commitdiff
WinGui: Initial NuGet nuspec file.
authorsr55 <sr55.hb@outlook.com>
Fri, 1 Jun 2018 22:26:14 +0000 (23:26 +0100)
committersr55 <sr55.hb@outlook.com>
Fri, 1 Jun 2018 22:26:14 +0000 (23:26 +0100)
win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.nuspec [new file with mode: 0644]

diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.nuspec b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.nuspec
new file mode 100644 (file)
index 0000000..4e7eb56
--- /dev/null
@@ -0,0 +1,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.ApplicationServices.pdb" target="lib\net471" />
+  </files>
+</package>
\ No newline at end of file