contentful.csharp by Contentful

<PackageReference Include="contentful.csharp" Version="0.10.9-beta" />

 contentful.csharp 0.10.9-beta

Official .NET SDK for the Contentful Content Delivery and Management API.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>contentful.csharp</id>
    <version>0.10.9-beta</version>
    <authors>Contentful</authors>
    <owners>Contentful</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/contentful/contentful.net/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/contentful/contentful.net</projectUrl>
    <iconUrl>https://d21buns5ku92am.cloudfront.net/41748/images/[email protected]</iconUrl>
    <description>Official .NET SDK for the Contentful Content Delivery and Management API.</description>
    <copyright>Contentful GmbH.</copyright>
    <tags>contentful CMS</tags>
    <repository type="git" url="git://github.com/contentful/contentful.net" />
    <dependencies>
      <group targetFramework=".NETStandard1.4">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Options" version="1.1.1" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="10.0.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>