diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-28 18:47:01 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-28 18:47:01 -0500 |
| commit | 2c2f832c1a06c891bff9a95705d5fa7574c6fc9a (patch) | |
| tree | 91fe90d1ad2689dd55538b577ce5fea66679ce2b /Nuget/MediaBrowser.ApiClient.nuspec | |
| parent | 4947db0e2a8892fb723012e5403be3142dc88f0f (diff) | |
moved apiclient to it's own repo
Diffstat (limited to 'Nuget/MediaBrowser.ApiClient.nuspec')
| -rw-r--r-- | Nuget/MediaBrowser.ApiClient.nuspec | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/Nuget/MediaBrowser.ApiClient.nuspec b/Nuget/MediaBrowser.ApiClient.nuspec deleted file mode 100644 index 7f4894713..000000000 --- a/Nuget/MediaBrowser.ApiClient.nuspec +++ /dev/null @@ -1,27 +0,0 @@ -<?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.17-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="Newtonsoft.Json" version="4.5.11" /> - </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 |
