Skip to content

Commit f26ae80

Browse files
authored
Increment version for communication releases (Azure#24047)
Increment package version after release of Azure.Communication.Chat
1 parent 4fdb9ba commit f26ae80

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

sdk/communication/Azure.Communication.Chat/CHANGELOG.md

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

3+
## 1.2.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.1.0 (2021-09-15)
414
Updated `Azure.Communication.Chat` version.
515

sdk/communication/Azure.Communication.Chat/src/Azure.Communication.Chat.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
Microsoft Azure Communication Chat quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/chat/get-started?pivots=programming-language-csharp
88
</Description>
99
<AssemblyTitle>Azure Communication Chat Service</AssemblyTitle>
10-
<Version>1.1.0</Version>
10+
<Version>1.2.0-beta.1</Version>
1111
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
12-
<ApiCompatVersion>1.0.1</ApiCompatVersion>
12+
<ApiCompatVersion>1.1.0</ApiCompatVersion>
1313
<PackageTags>Microsoft Azure Communication Chat Service;Microsoft;Azure;Azure Communication Service;Azure Communication Chat Service;Chat;Communication;$(PackageCommonTags)</PackageTags>
1414
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
1515
</PropertyGroup>

0 commit comments

Comments
 (0)