Skip to content

Commit a67bc76

Browse files
authored
Increment version for communication releases (Azure#22155)
Increment package version after release of Azure.Communication.CallingServer
1 parent 78d1404 commit a67bc76

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

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

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

3+
## 1.0.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Key Bugs Fixed
10+
11+
### Fixed
12+
13+
314
## 1.0.0-beta.1 (2021-06-24)
415
This is the first release of Azure Communication Service Calling Server. For more information, please see the [README][read_me].
516

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>
44
This client library enables working with the Microsoft Azure Communication CallingServer service.
55
For this release, see notes - https://github.com/Azure/azure-sdk-for-net-pr/blob/main/sdk/communication/Azure.Communication.ServerCalling/README.md and https://github.com/Azure/azure-sdk-for-net-pr/blob/main/sdk/communication/Azure.Communication.ServerCalling/CHANGELOG.md.
66
</Description>
77
<AssemblyTitle>Azure Communication CallingServer Service</AssemblyTitle>
8-
<Version>1.0.0-beta.1</Version>
8+
<Version>1.0.0-beta.2</Version>
99
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
1010
<PackageTags>Microsoft Azure Communication CallingServer Service;Microsoft;Azure;Azure Communication Service;Azure Communication CallingServer Service;Calling;Communication;$(PackageCommonTags)</PackageTags>
1111
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

0 commit comments

Comments
 (0)