summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/HandBrake.Interop.nuspec
diff options
context:
space:
mode:
authorsr55 <[email protected]>2018-06-05 21:52:23 +0100
committersr55 <[email protected]>2018-06-05 21:52:23 +0100
commit5c5b4d7773126d3f4852deb01856c905d2398b5e (patch)
tree54eaf4d35c86d71372e16b5f4536a8f3ca851f09 /win/CS/HandBrake.Interop/HandBrake.Interop.nuspec
parent5445592f20e5e645dce0df077afe7ecc2617b95f (diff)
WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's moving back to being more of an libhb interop/abstraction library only.
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrake.Interop.nuspec')
-rw-r--r--win/CS/HandBrake.Interop/HandBrake.Interop.nuspec25
1 files changed, 25 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrake.Interop.nuspec b/win/CS/HandBrake.Interop/HandBrake.Interop.nuspec
new file mode 100644
index 000000000..42a383f9f
--- /dev/null
+++ b/win/CS/HandBrake.Interop/HandBrake.Interop.nuspec
@@ -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.Interop.pdb" target="lib\net471" />
+ </files>
+</package> \ No newline at end of file