Skip to content

Commit ec9a6b2

Browse files
authored
Preparing for TA preview4 release (Azure#11010)
* prepare for release preview4 * add date to changelog
1 parent 01c6802 commit ec9a6b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/textanalytics/Azure.AI.TextAnalytics/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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`.

sdk/textanalytics/Azure.AI.TextAnalytics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Azure Cognitive Services Text Analytics is a cloud service that provides advance
1414
Install 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

0 commit comments

Comments
 (0)