diff options
Diffstat (limited to 'Emby.XmlTv/Nuget/Emby.XmlTv.nuspec')
| -rw-r--r-- | Emby.XmlTv/Nuget/Emby.XmlTv.nuspec | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Emby.XmlTv/Nuget/Emby.XmlTv.nuspec b/Emby.XmlTv/Nuget/Emby.XmlTv.nuspec new file mode 100644 index 0000000000..06d2905487 --- /dev/null +++ b/Emby.XmlTv/Nuget/Emby.XmlTv.nuspec @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> + <metadata> + <id>Emby.XmlTv</id> + <version>1.0.19</version> + <title>Emby.XmlTv</title> + <authors>Emby Team</authors> + <owners>ebr,Luke,scottisafool</owners> + <projectUrl>https://github.com/MediaBrowser/Emby.XmlTv</projectUrl> + <iconUrl>http://www.mb3admin.com/images/mb3icons1-1.png</iconUrl> + <requireLicenseAcceptance>false</requireLicenseAcceptance> + <description>An XmlTv parsing library.</description> + <copyright>Copyright © Emby 2013</copyright> + <dependencies> + </dependencies> + </metadata> + <files> + <file src="dlls\Emby.XmlTv.dll" target="lib\portable-net45+netstandard2.0+win8\Emby.XmlTv.dll" /> + </files> +</package>
\ No newline at end of file |
