NEST by Elastic and contributors

<PackageReference Include="NEST" Version="6.8.9" />

.NET API 5,346,304 bytes

 NEST 6.8.9

Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and responses. Uses and exposes Elasticsearch.Net

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>NEST</id>
    <version>6.8.9</version>
    <title>NEST - Elasticsearch .NET high level client</title>
    <authors>Elastic and contributors</authors>
    <owners>Elastic</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="file">license.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>images\nuget-icon.png</icon>
    <projectUrl>https://github.com/elastic/elasticsearch-net</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/elastic/elasticsearch-net/master/build/nuget-icon.png</iconUrl>
    <description>Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and responses. Uses and exposes Elasticsearch.Net</description>
    <summary>Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and responses. Uses and exposes Elasticsearch.Net</summary>
    <releaseNotes>https://github.com/elastic/elasticsearch-net/releases/tag/6.8.9</releaseNotes>
    <copyright>2014-2021 Elasticsearch BV</copyright>
    <tags>elasticsearch,elastic,search,lucene,nest</tags>
    <repository type="git" url="https://github.com/elastic/elasticsearch-net.git" branch="6.x" commit="7b52d6cc23b22430ba93a082ed187d6ccd9b483d" />
    <dependencies>
      <group targetFramework=".NETFramework4.6.1">
        <dependency id="Elasticsearch.Net" version="[6.8.9, 7.0.0)" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Elasticsearch.Net" version="[6.8.9, 7.0.0)" />
      </group>
    </dependencies>
  </metadata>
</package>