Skip to content

Commit 916624f

Browse files
authored
Increment package version after release of Azure.AI.TextAnalytics (Azure#12965)
1 parent cf1c799 commit 916624f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 1.1.0-preview.1 (Unreleased)
4+
5+
36
## 1.0.1 (2020-06-23)
47

58
### Fixes

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>This is the Microsoft Azure Cognitive Services Text Analytics Service client library</Description>
44
<AssemblyTitle>Microsoft Azure.AI.TextAnalytics client library</AssemblyTitle>
5-
<Version>1.0.1</Version>
6-
<ApiCompatVersion>1.0.0</ApiCompatVersion>
5+
<Version>1.1.0-preview.1</Version>
6+
<ApiCompatVersion>1.0.1</ApiCompatVersion>
77
<PackageTags>Microsoft Azure Text Analytics</PackageTags>
88
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
99
<NoWarn>$(NoWarn);3021</NoWarn>

0 commit comments

Comments
 (0)