AzureCommunicationCalling 2.6.0-beta.1

This commit is contained in:
Xu Mo 2023-07-20 15:43:01 -07:00
Родитель c998c8b2fc
Коммит 249e73653f
3 изменённых файлов: 13 добавлений и 4 удалений

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

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

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

@ -1,5 +1,14 @@
# Release History
## 2.6.0-beta.1 (2023-07-20)
### Features Added
* Added support for simulators on M1 machines.
* Added support for Background Blur Video Effect for local video streams.
* Added support for Raw Outgoing Video.
* Added support for Raw Audio.
* Various miscellaneous updates.
## 2.5.1 (2023-07-14)
### Features Added