contentful.csharp by Contentful

<PackageReference Include="contentful.csharp" Version="6.0.9" />

 contentful.csharp 6.0.9

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>6.0.9</version>
    <authors>Contentful</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</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="https://github.com/contentful/contentful.net" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.CSharp" version="4.6.0" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="12.0.2" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>