Release Notes for Search on .NET in March (#1093)
This commit is contained in:
Родитель
1900749be9
Коммит
2955278bfe
|
@ -22,6 +22,7 @@ The Azure SDK team is pleased to announce our March 2020 client library releases
|
|||
|
||||
- Key Vault (Certificates, Keys, Secrets)
|
||||
- Text Analytics
|
||||
- Search
|
||||
|
||||
## Installation Instructions
|
||||
|
||||
|
@ -38,6 +39,8 @@ To install any of our packages, please search for them via `Manage NuGet Package
|
|||
$> dotnet add package Azure.Messaging.EventHubs
|
||||
$> dotnet add package Azure.Messaging.EventHubs.Processor
|
||||
|
||||
$> dotnet add package Azure.Search --version 11.0.0-preview.1
|
||||
|
||||
$> dotnet add package Azure.Security.KeyVault.Certificates
|
||||
$> dotnet add package Azure.Security.KeyVault.Key
|
||||
$> dotnet add package Azure.Security.KeyVault.Secrets
|
||||
|
@ -95,6 +98,11 @@ Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here
|
|||
- New supported entity categories have been added.
|
||||
- Added `DetectLanguageInput.None` for user convenience when overriding the default behavior of `CountryHint`.
|
||||
|
||||
#### Search
|
||||
|
||||
- Initial preview of the Azure.Search client library enabling you to query and
|
||||
update documents in search indexes.
|
||||
|
||||
## Latest Releases
|
||||
|
||||
{% assign packages = site.data.releases.latest.dotnet-packages %}
|
||||
|
|
Загрузка…
Ссылка в новой задаче