filebot/installer/chocolatey/filebot.nuspec

27 lines
1.2 KiB
Plaintext
Raw Normal View History

2012-11-23 04:27:54 +00:00
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>filebot</id>
<title>FileBot</title>
<version>@{version}</version>
<authors>Reinhard Pointner</authors>
<owners>rednoah</owners>
<summary>The ultimate TV and Movie Renamer / Subtitle Downloader</summary>
<description>FileBot is the ultimate tool for renaming your movies, tv shows or anime and even downloading subtitles. It's smart, streamlined for simplicity and just works. Putting the super-efficient UI aside, it's also got a full-featured command-line interface and scripting engine for all sorts of automation. Anything is possible.</description>
<projectUrl>http://www.filebot.net/</projectUrl>
2012-11-23 04:27:54 +00:00
<tags>rename, subtitles, sfv</tags>
<copyright></copyright>
<licenseUrl>http://www.gnu.org/licenses/gpl-2.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>http://www.filebot.net/images/filebot.logo.png</iconUrl>
<!--
2012-11-23 04:27:54 +00:00
<dependencies>
<dependency id="javaruntime" version="" />
</dependencies>
-->
2012-11-23 04:27:54 +00:00
<releaseNotes></releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>