diff options
| author | ScottIsAFool <scottisafool@live.co.uk> | 2013-02-22 20:11:17 +0000 |
|---|---|---|
| committer | ScottIsAFool <scottisafool@live.co.uk> | 2013-02-22 20:12:57 +0000 |
| commit | 46b48c8982ae47d4424c86c48846d4d0d5f82af6 (patch) | |
| tree | 2fe8f6118c2d68b4e3d32fdb35bc1d31fffcabb9 /Nuget/MediaBrowser.ApiClient.nuspec | |
| parent | 10559f2b7dddc8bb6aa2c124616b640620de2960 (diff) | |
Created ApiClient nuget package.
Diffstat (limited to 'Nuget/MediaBrowser.ApiClient.nuspec')
| -rw-r--r-- | Nuget/MediaBrowser.ApiClient.nuspec | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Nuget/MediaBrowser.ApiClient.nuspec b/Nuget/MediaBrowser.ApiClient.nuspec new file mode 100644 index 000000000..2ee732d8a --- /dev/null +++ b/Nuget/MediaBrowser.ApiClient.nuspec @@ -0,0 +1,30 @@ +<?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.0-beta</version> + <title>MediaBrowser.ApiInteraction</title> + <authors>Media Browser Team</authors> + <owners>Luke</owners> + <requireLicenseAcceptance>false</requireLicenseAcceptance> + <description>Description</description> + <copyright>Copyright © 2012</copyright> + <dependencies> + <group> + <dependency id="protobuf-net" version="2.0.0.621" /> + </group> + <group targetFramework=".NETFramework4.5"> + <dependency id="ServiceStack.Text" version="3.9.37" /> + </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" /> + </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>
\ No newline at end of file |
