MediaBrowser.ApiClient.nuspec 1.5 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  3. <metadata>
  4. <id>MediaBrowser.ApiClient</id>
  5. <version>3.0.0.6-beta</version>
  6. <title>MediaBrowser.ApiClient</title>
  7. <authors>Media Browser Team</authors>
  8. <owners>scottisafool,Luke</owners>
  9. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  10. <description>ApiClient allows .NET clients to easily access the Media Browser 3 web API</description>
  11. <copyright>Copyright © Media Browser 2013</copyright>
  12. <dependencies>
  13. <group targetFramework=".NETFramework4.5">
  14. <dependency id="ServiceStack.Text" version="3.9.37" />
  15. <dependency id="protobuf-net" version="2.0.0.621" />
  16. </group>
  17. <group targetFramework=".NETPortable0.0-net45+sl4+wp71+win8">
  18. <dependency id="Newtonsoft.Json" version="4.5.11" />
  19. <dependency id="Microsoft.Bcl.Async" version="1.0.14-rc" />
  20. <dependency id="Microsoft.Net.Http" version="2.1.3-beta" />
  21. <dependency id="protobuf-net" version="2.0.0.621" />
  22. </group>
  23. </dependencies>
  24. </metadata>
  25. <files>
  26. <file src="dlls\MediaBrowser.ApiInteraction.dll" target="lib\net45\MediaBrowser.ApiInteraction.dll" />
  27. <file src="dlls\MediaBrowser.ApiInteraction.Portable.dll" target="lib\portable-net45+sl4+wp71+win8\MediaBrowser.ApiInteraction.Portable.dll" />
  28. </files>
  29. </package>