Azure Communication Calling 2.9.0-beta.1
This commit is contained in:
Родитель
8762528ef2
Коммит
14dfdb108a
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "AzureCommunicationCalling",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.1",
|
||||
"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.8.0/AzureCommunicationCalling-2.8.0.zip"
|
||||
"http": "https://github.com/Azure/Communication/releases/download/v2.9.0-beta.1/AzureCommunicationCalling-2.9.0-beta.1.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.8.0";
|
||||
MARKETING_VERSION = "2.9.0-beta.1";
|
||||
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.8.0";
|
||||
MARKETING_VERSION = "2.9.0-beta.1";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
|
||||
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
||||
SKIP_INSTALL = YES;
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
# Release History
|
||||
|
||||
## 2.9.0-beta.1 (2024-02-22)
|
||||
|
||||
### Features Added
|
||||
* Updated Media Statistics feature.
|
||||
|
||||
## 2.8.0 (2024-01-23)
|
||||
|
||||
### Features Added
|
||||
|
|
Загрузка…
Ссылка в новой задаче