This commit is contained in:
jowang-msft 2024-09-23 16:39:01 -07:00 коммит произвёл GitHub
Родитель f4fad2620c
Коммит f9332c2ed2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 8 добавлений и 4 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "AzureCommunicationCalling",
"version": "2.12.1",
"version": "2.13.0",
"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.12.1/AzureCommunicationCalling-2.12.1.zip"
"http": "https://github.com/Azure/Communication/releases/download/v2.13.0/AzureCommunicationCalling-2.13.0.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.12.1";
MARKETING_VERSION = "2.13.0";
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.12.1";
MARKETING_VERSION = "2.13.0";
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;

Просмотреть файл

@ -1,5 +1,9 @@
# Release History
## 2.13.0 (2024-09-23)
### Features Added
* Added support for`Soft Mute` feature.
## 2.12.1 (2024-09-19)
### Bugs Fixed
* Fixed a crash issue to ensure compatibility with Xcode 16.