2018-06-22 11:24:06 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
|
|
<metadata>
|
|
|
|
<id>@{package.name}</id>
|
|
|
|
<title>@{application.name}</title>
|
|
|
|
<version>@{application.version}</version>
|
|
|
|
<authors>@{package.developer}</authors>
|
|
|
|
<owners>@{package.maintainer}</owners>
|
|
|
|
<summary>@{package.synopsis}</summary>
|
|
|
|
<description>@{package.description}</description>
|
2018-08-22 06:13:39 -04:00
|
|
|
<tags>filebot renamer plex kodi emby checksum crc32 md5 sha256 utility license admin</tags>
|
2018-06-22 11:24:06 -04:00
|
|
|
<iconUrl>@{link.image.logo}</iconUrl>
|
|
|
|
<projectUrl>@{package.homepage}</projectUrl>
|
2019-05-21 08:24:05 -04:00
|
|
|
<licenseUrl>https://www.filebot.net/eula.html</licenseUrl>
|
2018-06-22 11:24:06 -04:00
|
|
|
<docsUrl>@{link.intro}</docsUrl>
|
|
|
|
<mailingListUrl>@{link.forums}</mailingListUrl>
|
|
|
|
<bugTrackerUrl>@{link.bugs}</bugTrackerUrl>
|
2019-05-21 08:24:05 -04:00
|
|
|
<releaseNotes>https://www.filebot.net/notes.html</releaseNotes>
|
2018-06-22 11:24:06 -04:00
|
|
|
<copyright>@{tstamp.year} @{package.developer}</copyright>
|
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
|
</metadata>
|
|
|
|
<files>
|
|
|
|
<file src="tools\**" target="tools" />
|
|
|
|
</files>
|
|
|
|
</package>
|