diff options
author | sr55 <[email protected]> | 2018-06-01 23:26:14 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-06-01 23:26:14 +0100 |
commit | 93f17742bc7edfd42de4a001168bb1df95d95cc8 (patch) | |
tree | b1c93092221befd294595823b9e0867e0d267a1f | |
parent | e1dddfebf0976245f6c9295fa5fef07c8a695db9 (diff) |
WinGui: Initial NuGet nuspec file.
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.nuspec | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.nuspec b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.nuspec new file mode 100644 index 000000000..4e7eb56f7 --- /dev/null +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.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.ApplicationServices.pdb" target="lib\net471" /> + </files> +</package>
\ No newline at end of file |