Skip to content

Commit

Permalink
Add notice about pre-release (#3428)
Browse files Browse the repository at this point in the history
Adding notice to docs per suggestion in opensearch-project/opensearch-net#166
  • Loading branch information
turacma authored and vagimeli committed May 26, 2023
1 parent af42598 commit c11c07a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _clients/OpenSearch-dot-net.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ OpenSearch.Net is a low-level .NET client that provides the foundational layer o

This getting started guide illustrates how to connect to OpenSearch, index documents, and run queries. For the client source code, see the [opensearch-net repo](https://github.com/opensearch-project/opensearch-net).

## Stable Release

This documentation reflects the latest updates available in the [GitHub repository](https://github.com/opensearch-project/opensearch-net) and may include changes unavailable in the current stable release. The current stable release in NuGet is [1.2.0](https://www.nuget.org/packages/OpenSearch.Net.Auth.AwsSigV4/1.2.0).

## Example

The following example illustrates connecting to OpenSearch, indexing documents, and sending queries on the data. It uses the Student class to represent one student, which is equivalent to one document in the index.
Expand Down Expand Up @@ -467,4 +471,4 @@ internal class Program
}
}
```
{% include copy.html %}
{% include copy.html %}

0 comments on commit c11c07a

Please sign in to comment.