Release Notes for Search on .NET in March (#1093)

This commit is contained in:
tg-msft 2020-03-12 09:22:30 -07:00 коммит произвёл GitHub
Родитель 1900749be9
Коммит 2955278bfe
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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 %}