Skip to content

Commit

Permalink
Azure Communication Calling 2.12.0-beta.2 (#1833)
Browse files Browse the repository at this point in the history
* Updating 2.12.0-beta.2 version

* update change log

---------

Co-authored-by: Bob Gao <gaobob@microsoft.com>
Co-authored-by: Xu Mo <xumo1@microsoft.com>
  • Loading branch information
3 people authored Jul 11, 2024
1 parent 2af9e7d commit 653d94f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AzureCommunicationCalling",
"version": "2.12.0-beta.1",
"version": "2.12.0-beta.2",
"summary": "Azure Communication Calling Service client library for iOS",
"description": "This package contains the Calling client library for Azure Communication\nServices.",
"homepage": "https://github.com/Azure/azure-sdk-for-ios",
Expand All @@ -17,7 +17,7 @@
},
"swift_versions": "5.0",
"source": {
"http": "https://github.com/Azure/Communication/releases/download/v2.12.0-beta.1/AzureCommunicationCalling-2.12.0-beta.1.zip"
"http": "https://github.com/Azure/Communication/releases/download/v2.12.0-beta.2/AzureCommunicationCalling-2.12.0-beta.2.zip"
},
"source_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",
"public_header_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = "2.12.0-beta.1";
MARKETING_VERSION = "2.12.0-beta.2";
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -300,7 +300,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = "2.12.0-beta.1";
MARKETING_VERSION = "2.12.0-beta.2";
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
5 changes: 5 additions & 0 deletions sdk/communication/AzureCommunicationCalling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Release History

## 2.12.0-beta.2 (2024-07-11)
## Features Added
* Added delegates to various call options.

## 2.12.0-beta.1 (2024-06-27)
## Features Added
* Added `CallSurvey`.
Expand Down

0 comments on commit 653d94f

Please sign in to comment.