File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/search/Azure.Search.Documents Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Use the Azure.Search.Documents client library to:
3434* Create and manage analyzers for advanced text analysis or multi-lingual content.
3535* Optimize results through scoring profiles to factor in business logic or freshness.
3636
37- [ Source code] [ source ] | [ Package (NuGet)] [ package ] | [ API reference documentation] [ docs ] | [ REST API documentation] [ rest_docs ] | [ Product documentation] [ product_docs ]
37+ [ Source code] [ source ] | [ Package (NuGet)] [ package ] | [ API reference documentation] [ docs ] | [ REST API documentation] [ rest_docs ] | [ Product documentation] [ product_docs ] | [ Samples ] [ samples ]
3838
3939## Getting started
4040
@@ -43,7 +43,7 @@ Use the Azure.Search.Documents client library to:
4343Install the Azure Cognitive Search client library for .NET with [ NuGet] [ nuget ] :
4444
4545``` dotnetcli
46- dotnet add package Azure.Search.Documents --version 11.2.0-beta.1
46+ dotnet add package Azure.Search.Documents
4747```
4848
4949### Prerequisites
You can’t perform that action at this time.
0 commit comments