Skip to content

Commit d5acd65

Browse files
authored
Increment package version after release of Azure.Communication.Messages (Azure#46713)
1 parent c7ffa2c commit d5acd65

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

sdk/communication/Azure.Communication.Messages/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 (2024-10-18)
414

515
### Features Added

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Description>
55
This client library enables working with the Microsoft Azure Communication Messages service.
66
</Description>
77
<AssemblyTitle>Azure Communication Messages Service</AssemblyTitle>
8-
<Version>1.1.0</Version>
8+
<Version>1.2.0-beta.1</Version>
99
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
10-
<ApiCompatVersion>1.0.0</ApiCompatVersion>
10+
<ApiCompatVersion>1.1.0</ApiCompatVersion>
1111
<PackageTags>Microsoft Azure Communication Messages Service;Microsoft;Azure;Azure Communication Service;Azure Communication Messages Service;Messages;Communication</PackageTags>
1212
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
1313
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>

0 commit comments

Comments
 (0)