OpenSearch.Client by OpenSearch and contributors

<PackageReference Include="OpenSearch.Client" Version="1.1.0" />

.NET API 3,505,832 bytes

 OpenSearch.Client 1.1.0

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

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>OpenSearch.Client</id>
    <version>1.1.0</version>
    <title>High-level OpenSearch client for .NET</title>
    <authors>OpenSearch and contributors</authors>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <icon>nuget-icon.png</icon>
    <projectUrl>https://github.com/opensearch-project/opensearch-net</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/opensearch-project/opensearch-net/main/build/nuget-icon.png</iconUrl>
    <description>Strongly typed interface to OpenSearch. Fluent and classic object initializer mappings of requests and 
      responses. Uses and exposes OpenSearch.Net.</description>
    <releaseNotes>See https://github.com/opensearch-project/opensearch-net/releases</releaseNotes>
    <copyright>OpenSearch BV</copyright>
    <tags>opensearch search lucene client opensearch.client</tags>
    <repository type="Git" url="https://github.com/opensearch-project/opensearch-net" commit="c3614e4298b15f7b9f79257f04f36095f380bcea" />
    <dependencies>
      <group targetFramework=".NETFramework4.6.1">
        <dependency id="OpenSearch.Net" version="1.1.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="OpenSearch.Net" version="1.1.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>