Skip to content

Commit 5159656

Browse files
authored
Increment package version after release of Azure.Communication.Chat (Azure#46076)
1 parent abdd203 commit 5159656

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.4.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.3.1 (2024-09-19)
414

515
### Bugs Fixed

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.3.1</Version>
10+
<Version>1.4.0-beta.1</Version>
1111
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
12-
<ApiCompatVersion>1.3.0</ApiCompatVersion>
12+
<ApiCompatVersion>1.3.1</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
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>

0 commit comments

Comments
 (0)