File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sdk/textanalytics/Azure.AI.TextAnalytics Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.0.0-preview.4 (Unreleased )
3+ ## 1.0.0-preview.4 (2020-04-07 )
44### Breaking changes
55- Replaced ` TextAnalyticsApiKeyCredential ` with ` AzureKeyCredential ` .
66- Renamed all input parameters ` inputText ` to ` document ` , and ` inputs ` to ` documents ` .
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Azure Cognitive Services Text Analytics is a cloud service that provides advance
1414Install the Azure Text Analytics client library for .NET with [ NuGet] [ nuget ] :
1515
1616``` PowerShell
17- dotnet add package Azure.AI.TextAnalytics -Version 1.0.0-preview.3
17+ dotnet add package Azure.AI.TextAnalytics --version 1.0.0-preview.4
1818```
1919
2020### Prerequisites
You can’t perform that action at this time.
0 commit comments