MediaBrowser.Common.Internal.nuspec 1.2 KB

123456789101112131415161718192021222324
  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.Internal</id>
  5. <version>3.0.681</version>
  6. <title>Emby.Common.Internal</title>
  7. <authors>Luke</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 components shared by Emby Theater and Emby Server. Not intended for plugin developer consumption.</description>
  13. <copyright>Copyright © Emby 2013</copyright>
  14. <dependencies>
  15. <dependency id="MediaBrowser.Common" version="3.0.680" />
  16. <dependency id="NLog" version="4.3.8" />
  17. <dependency id="SimpleInjector" version="3.2.2" />
  18. </dependencies>
  19. </metadata>
  20. <files>
  21. <file src="dlls\MediaBrowser.Common.Implementations.dll" target="lib\net45\MediaBrowser.Common.Implementations.dll" />
  22. <file src="..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll" target="lib\net45\ServiceStack.Text.dll" />
  23. </files>
  24. </package>