Emby.XmlTv.nuspec 846 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>Emby.XmlTv</id>
  5. <version>1.0.19</version>
  6. <title>Emby.XmlTv</title>
  7. <authors>Emby Team</authors>
  8. <owners>ebr,Luke,scottisafool</owners>
  9. <projectUrl>https://github.com/MediaBrowser/Emby.XmlTv</projectUrl>
  10. <iconUrl>http://www.mb3admin.com/images/mb3icons1-1.png</iconUrl>
  11. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  12. <description>An XmlTv parsing library.</description>
  13. <copyright>Copyright © Emby 2013</copyright>
  14. <dependencies>
  15. </dependencies>
  16. </metadata>
  17. <files>
  18. <file src="dlls\Emby.XmlTv.dll" target="lib\portable-net45+netstandard2.0+win8\Emby.XmlTv.dll" />
  19. </files>
  20. </package>