filebot/installer/chocolatey/filebot.nuspec

25 lines
1.1 KiB
XML

<?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 renamer / subtitle downloader / sfv validator</summary>
<description>FileBot is the ultimate tool for renaming your movies, tv shows or anime and downloading subtitles. It's smart, streamlined for simplicity and just works. Plus there's a full-featured command-line interface for all sorts of automation.</description>
<projectUrl>http://filebot.sourceforge.net/</projectUrl>
<tags>rename, subtitles, sfv</tags>
<copyright></copyright>
<licenseUrl>http://www.gnu.org/licenses/gpl-2.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>http://filebot.sourceforge.net/images/filebot.logo.png</iconUrl>
<dependencies>
<dependency id="javaruntime" version="" />
</dependencies>
<releaseNotes></releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>