Add notice about pre-release (#3428)

Adding notice to docs per suggestion in https://github.com/opensearch-project/opensearch-net/issues/166
This commit is contained in:
Bob Kinney 2023-05-17 10:56:24 -07:00 committed by GitHub
parent ee7d1efd02
commit c8b0929fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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.
@ -467,4 +471,4 @@ internal class Program
}
}
```
{% include copy.html %}
{% include copy.html %}