Skip to content

Commit 4e31abd

Browse files
xumo-95Xu Mo
andauthored
AzureCommunicationCalling 2.8.0-beta.2 (#1669)
Co-authored-by: Xu Mo <xumo1@microsoft.com>
1 parent 3aa6bee commit 4e31abd

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AzureCommunicationCalling",
3-
"version": "2.8.0-beta.1",
3+
"version": "2.8.0-beta.2",
44
"summary": "Azure Communication Calling Service client library for iOS",
55
"description": "This package contains the Calling client library for Azure Communication\nServices.",
66
"homepage": "https://github.com/Azure/azure-sdk-for-ios",
@@ -17,7 +17,7 @@
1717
},
1818
"swift_versions": "5.0",
1919
"source": {
20-
"http": "https://github.com/Azure/Communication/releases/download/v2.8.0-beta.1/AzureCommunicationCalling-2.8.0-beta.1.zip"
20+
"http": "https://github.com/Azure/Communication/releases/download/v2.8.0-beta.2/AzureCommunicationCalling-2.8.0-beta.2.zip"
2121
},
2222
"source_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",
2323
"public_header_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",

sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
"@executable_path/Frameworks",
276276
"@loader_path/Frameworks",
277277
);
278-
MARKETING_VERSION = "2.8.0-beta.1";
278+
MARKETING_VERSION = "2.8.0-beta.2";
279279
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
280280
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
281281
SKIP_INSTALL = YES;
@@ -300,7 +300,7 @@
300300
"@executable_path/Frameworks",
301301
"@loader_path/Frameworks",
302302
);
303-
MARKETING_VERSION = "2.8.0-beta.1";
303+
MARKETING_VERSION = "2.8.0-beta.2";
304304
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
305305
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
306306
SKIP_INSTALL = YES;

sdk/communication/AzureCommunicationCalling/CHANGELOG.md

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

3+
## 2.8.0-beta.2 (2023-12-20)
4+
5+
### Features Added
6+
* Renamed `CallNetworkOptions` with `CallNetworkConfigurationOptions`.
7+
* Renamed `IceServerInfo` with `IceServerOptions`.
8+
* Renamed `CallBase` with `CommonCall`.
9+
310
## 2.8.0-beta.1 (2023-12-12)
411

512
### Features Added

0 commit comments

Comments
 (0)