filebot/installer/chocolatey/filebot.nuspec

25 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<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>
<tags>rename, batch rename, media, music, tv show, movie, subtitle, htpc, kodi, xbmc, plex, OpenSubtitles</tags>
<copyright>2015 Reinhard Pointner</copyright>
<licenseUrl>http://www.gnu.org/licenses/gpl-2.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>http://app.filebot.net/icon.png</iconUrl>
<dependencies>
<dependency id="jre8" />
</dependencies>
<releaseNotes></releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>