Skip to content

Commit ff95023

Browse files
authored
Increment package version after release of Azure.Communication.CallAutomation (Azure#52232)
1 parent 6e7897b commit ff95023

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

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

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

3+
## 1.6.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.5.0 (2025-08-25)
414

515
### Features Added
@@ -125,7 +135,7 @@
125135
- CallSource has been flattened out.
126136
- CallInvite model replaces previous models for handling outbound calls.
127137

128-
## 1.0.0-beta.1 (2022-11-07) **Deprecated** - This version is no longer supported and won't receive updates.
138+
## 1.0.0-beta.1 (2022-11-07)
129139
This is a refresh of Azure Communication Service's Calling-Server library. It is now called Call Automation. Call Automation enables developers to build call workflows. Personalise customer interactions by listening to call events and take actions based on your business logic. For more information, please see the [README][read_me].
130140

131141
This is a Public Preview version, so breaking changes are possible in subsequent releases as we improve the product. To provide feedback, please submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
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 Call Automation service.
55
For this release, see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.CallAutomation/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.CallAutomation/CHANGELOG.md.
66
Microsoft Azure Communication Call Automation quickstart - https://learn.microsoft.com/azure/communication-services/quickstarts/voice-video-calling/callflows-for-customer-interactions?pivots=programming-language-csharp
77
</Description>
88
<AssemblyTitle>Azure Communication CallAutomation Service</AssemblyTitle>
9-
<Version>1.5.0</Version>
9+
<Version>1.6.0-beta.1</Version>
10+
<ApiCompatVersion>1.5.0</ApiCompatVersion>
1011
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
1112
<PackageTags>Microsoft Azure Communication CallAutomation Service;Microsoft;Azure;Azure Communication Service;Azure Communication CallAutomation Service;Calling;Communication;$(PackageCommonTags)</PackageTags>
1213
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

0 commit comments

Comments
 (0)