MediaBrowser.Common.nuspec 977 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>MediaBrowser.Common</id>
  5. <version>3.0.748</version>
  6. <title>Emby.Common</title>
  7. <authors>Emby Team</authors>
  8. <owners>ebr,Luke,scottisafool</owners>
  9. <projectUrl>https://github.com/MediaBrowser/Emby</projectUrl>
  10. <iconUrl>http://www.mb3admin.com/images/mb3icons1-1.png</iconUrl>
  11. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  12. <description>Contains common model objects and interfaces used by all Emby solutions.</description>
  13. <copyright>Copyright © Emby 2013</copyright>
  14. </metadata>
  15. <files>
  16. <file src="dlls\MediaBrowser.Common.dll" target="lib\portable-net45+win8+wpa81\MediaBrowser.Common.dll" />
  17. <file src="dlls\MediaBrowser.Model.dll" target="lib\portable-net45+win8+wpa81\MediaBrowser.Model.dll" />
  18. </files>
  19. </package>