Simple.OData.V3.Client by Vagif Abilov

<PackageReference Include="Simple.OData.V3.Client" Version="4.3.1" />

 Simple.OData.V3.Client 4.3.1

Simple.OData.V3.Client is a multiplatform OData client library supporting .NET 4.x, Windows Store, Windows Phone 8, Silverlight 5, iOS and Android. The adapter provides a great alternative to WCF Data Services client. It does not require generation of context or entity classes and fits RESTful nature of OData services. The package Simple.OData.V3.Client contains libraries that can work with OData feeds that implement V1-3 OData protocol. To access V4 OData feeds use Simple.OData.V4.Client or Simple.OData.Client that can consume OData feeds of any version.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Simple.OData.V3.Client</id>
    <version>4.3.1</version>
    <authors>Vagif Abilov</authors>
    <owners>Vagif Abilov</owners>
    <licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
    <projectUrl>https://github.com/object/Simple.OData.Client</projectUrl>
    <iconUrl>http://www.odata.org/wp-content/uploads/2014/05/ODataLogo-96.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Simple.OData.V3.Client is a multiplatform OData client library supporting .NET 4.x, Windows Store, Windows Phone 8, Silverlight 5, iOS and Android. The adapter provides a great alternative to WCF Data Services client. It does not require generation of context or entity classes and fits RESTful nature of OData services.
      The package Simple.OData.V3.Client contains libraries that can work with OData feeds that implement V1-3 OData protocol.
      To access V4 OData feeds use Simple.OData.V4.Client or Simple.OData.Client that can consume OData feeds of any version.</description>
    <summary>Simple.OData.V3.Client is a multiplatform OData client library supporting .NET 4.x, Windows Store, Windows Phone 8, Silverlight 5, iOS and Android. The adapter provides a great alternative to WCF Data Services client. It does not require generation of context or entity classes and fits RESTful nature of OData services.
      The package Simple.OData.V3.Client contains libraries that can work with OData feeds that implement V1-3 OData protocol.
      To access V4 OData feeds use Simple.OData.V4.Client or Simple.OData.Client that can consume OData feeds of any version.</summary>
    <copyright>Copyright 2012-2015 Vagif Abilov</copyright>
    <language>en-us</language>
    <tags>odata data rest client portable pcl net40 net45 silverlight windows8 winrt win8 wp80 wpa81 mono adnroid ios touch</tags>
    <dependencies>
      <dependency id="Microsoft.Bcl.Build" version="1.0.21" />
      <dependency id="Microsoft.Bcl" version="1.1.9" />
      <dependency id="Microsoft.Bcl.Async" version="1.0.168" />
      <dependency id="Microsoft.Net.Http" version="2.2.28" />
      <dependency id="Microsoft.Data.OData" version="5.6.3" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Xml.Linq" targetFramework="Silverlight5.0" />
    </frameworkAssemblies>
  </metadata>
</package>