Azure Communication Calling 2.14.0-beta.3 (#1947)
* Updating 2.14.0-beta.3 version * Update CHANGELOG.md --------- Co-authored-by: Luciano Passos Almeida <lucianopa@microsoft.com> Co-authored-by: Luciano Almeida <100867762+lucianopa-msft@users.noreply.github.com>
This commit is contained in:
Родитель
567c1bc7ca
Коммит
6881d01a8d
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "AzureCommunicationCalling",
|
||||
"version": "2.14.0-beta.2",
|
||||
"version": "2.14.0-beta.3",
|
||||
"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",
|
||||
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"swift_versions": "5.0",
|
||||
"source": {
|
||||
"http": "https://github.com/Azure/Communication/releases/download/v2.14.0-beta.2/AzureCommunicationCalling-2.14.0-beta.2.zip"
|
||||
"http": "https://github.com/Azure/Communication/releases/download/v2.14.0-beta.3/AzureCommunicationCalling-2.14.0-beta.3.zip"
|
||||
},
|
||||
"source_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",
|
||||
"public_header_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",
|
||||
|
|
|
@ -275,7 +275,7 @@
|
|||
"@executable_path/Frameworks",
|
||||
"@loader_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = "2.14.0-beta.2";
|
||||
MARKETING_VERSION = "2.14.0-beta.3";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
|
||||
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
||||
SKIP_INSTALL = YES;
|
||||
|
@ -300,7 +300,7 @@
|
|||
"@executable_path/Frameworks",
|
||||
"@loader_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = "2.14.0-beta.2";
|
||||
MARKETING_VERSION = "2.14.0-beta.3";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
|
||||
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
||||
SKIP_INSTALL = YES;
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
# Release History
|
||||
## 2.14.0-beta.3 (2024-11-08)
|
||||
### Bugs Fixed
|
||||
* Code size improvements. Binary for distribution has now debug symbols striped.
|
||||
|
||||
## 2.14.0-beta.2 (2024-10-31)
|
||||
### Bugs Fixed
|
||||
* Fixed call state change missing events.
|
||||
|
|
Загрузка…
Ссылка в новой задаче