NEST by Martijn Laarman and contributors

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

.NET API 668,672 bytes

 NEST 0.11.2

Elasticsearch client, focuses on a strongly typed interface to elasticsearch but works well with dynamic use cases too.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>NEST</id>
    <version>0.11.2.0</version>
    <title>NEST - Elasticsearch Client</title>
    <authors>Martijn Laarman and contributors</authors>
    <owners>Martijn Laarman</owners>
    <licenseUrl>http://mpdreamz.mit-license.org/</licenseUrl>
    <projectUrl>https://github.com/Mpdreamz/NEST</projectUrl>
    <iconUrl>http://nest.azurewebsites.net/images/nuget-icon.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Elasticsearch client, focuses on a strongly typed interface to elasticsearch but works well with dynamic use cases too.</description>
    <summary>Elasticsearch client, focuses on a strongly typed interface to elasticsearch but works well with dynamic use cases too.</summary>
    <tags>elasticsearch elastic search lucene nest</tags>
    <dependencies>
      <dependency id="Newtonsoft.Json" />
    </dependencies>
  </metadata>
</package>