Skip to content

Commit b01aa8f

Browse files
authored
Increment version for textanalytics releases (Azure#17096)
Increment package version after release of Azure.AI.TextAnalytics
1 parent ec71d1d commit b01aa8f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 5.1.0-beta.4 (Unreleased)
4+
5+
36
## 5.1.0-beta.3 (2020-11-19)
47
### New Features
58
- Added `HealthcareOperation` long running operation for new asynchronous `Text Analytics for health` hosted API with support for batch processing. Note this is a currently in a gated preview where AAD is not supported. More information [here](https://docs.microsoft.com/azure/cognitive-services/text-analytics/how-tos/text-analytics-for-health?tabs=ner#request-access-to-the-public-preview).

sdk/textanalytics/Azure.AI.TextAnalytics/src/Azure.AI.TextAnalytics.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Azure Cognitive Services Text Analytics is a cloud service that provides advanced natural language processing over raw text, and features like Language Detection, Sentiment Analysis, Key Phrase Extraction, Named Entity Recognition, and Linked Entity Recognition.</Description>
44
<AssemblyTitle>Microsoft Azure.AI.TextAnalytics client library</AssemblyTitle>
5-
<Version>5.1.0-beta.3</Version>
5+
<Version>5.1.0-beta.4</Version>
66
<ApiCompatVersion>5.0.0</ApiCompatVersion>
77
<PackageTags>Microsoft Azure Text Analytics</PackageTags>
88
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

0 commit comments

Comments
 (0)