1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
- <metadata>
- <id>MediaBrowser.ApiClient</id>
- <version>3.0.0.6-beta</version>
- <title>MediaBrowser.ApiClient</title>
- <authors>Media Browser Team</authors>
- <owners>scottisafool,Luke</owners>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>ApiClient allows .NET clients to easily access the Media Browser 3 web API</description>
- <copyright>Copyright © Media Browser 2013</copyright>
- <dependencies>
- <group targetFramework=".NETFramework4.5">
- <dependency id="ServiceStack.Text" version="3.9.37" />
- <dependency id="protobuf-net" version="2.0.0.621" />
- </group>
- <group targetFramework=".NETPortable0.0-net45+sl4+wp71+win8">
- <dependency id="Newtonsoft.Json" version="4.5.11" />
- <dependency id="Microsoft.Bcl.Async" version="1.0.14-rc" />
- <dependency id="Microsoft.Net.Http" version="2.1.3-beta" />
- <dependency id="protobuf-net" version="2.0.0.621" />
- </group>
- </dependencies>
- </metadata>
- <files>
- <file src="dlls\MediaBrowser.ApiInteraction.dll" target="lib\net45\MediaBrowser.ApiInteraction.dll" />
- <file src="dlls\MediaBrowser.ApiInteraction.Portable.dll" target="lib\portable-net45+sl4+wp71+win8\MediaBrowser.ApiInteraction.Portable.dll" />
- </files>
- </package>
|