NElasticsearch by Itamar Syn-Hershko

<PackageReference Include="NElasticsearch" Version="1.0.0.1" />

 NElasticsearch 1.0.0.1

An alternative Elasticsearch client for .NET, built on-the-go while working on real-world projects

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>NElasticsearch</id>
    <version>1.0.0.1</version>
    <title>NElasticsearch</title>
    <authors>Itamar Syn-Hershko</authors>
    <owners>Itamar Syn-Hershko</owners>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
    <projectUrl>http://code972.com</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>An alternative Elasticsearch client for .NET, built on-the-go while working on real-world projects</description>
    <releaseNotes />
    <copyright>Copyright 2014</copyright>
    <tags>Elasticsearch Search Lucene</tags>
    <dependencies>
      <dependency id="RestSharp" version="104.4.0" />
    </dependencies>
  </metadata>
</package>