Skip to content

Commit

Permalink
ChatNewVersionRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
NINGXIN LAN authored and NINGXIN LAN committed Oct 16, 2024
1 parent 877f8d2 commit 6b64f17
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jazzy/AzureCommunicationChat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ author: Microsoft
author_url: https://azure.github.io/azure-sdk/
github_url: https://github.com/Azure/azure-sdk-for-ios
module: AzureCommunicationChat
module_version: 1.3.5
module_version: 1.3.6
readme: ../sdk/communication/AzureCommunicationChat/README.md
skip_undocumented: false
hide_unlisted_documentation: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AzureCommunicationChat",
"version": "1.3.5",
"version": "1.3.6",
"summary": "Azure Communication Chat Service client library for iOS",
"description": "This package contains the Chat client library for Azure Communication\nServices.",
"homepage": "https://github.com/Azure/azure-sdk-for-ios/tree/main/sdk/communication/AzureCommunicationChat",
Expand All @@ -18,7 +18,7 @@
"swift_versions": "5.0",
"source": {
"git": "https://github.com/Azure/azure-sdk-for-ios.git",
"tag": "AzureCommunicationChat_1.3.5"
"tag": "AzureCommunicationChat_1.3.6"
},
"source_files": "sdk/communication/AzureCommunicationChat/Source/**/*.{swift,h,m}",
"pod_target_xcconfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.3.5;
MARKETING_VERSION = 1.3.6;
NEW_SETTING = "";
PRODUCT_BUNDLE_IDENTIFIER = com.azure.communication.AzureCommunicationChat;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -1441,7 +1441,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.3.5;
MARKETING_VERSION = 1.3.6;
NEW_SETTING = "";
PRODUCT_BUNDLE_IDENTIFIER = com.azure.communication.AzureCommunicationChat;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down
4 changes: 4 additions & 0 deletions sdk/communication/AzureCommunicationChat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 1.3.6 (2024-10-16)
### Feature Added
- Retrieved the real-time notification configuration from chat backend service rather than hardcode it in SDK.

## 1.3.5 (2024-06-13)
Updated AzureCommunicationCommon package version to 1.2.0.

Expand Down
4 changes: 2 additions & 2 deletions sdk/communication/AzureCommunicationChat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ specifying the clone URL of this repository and the version specifier you wish t
// swift-tools-version:5.3
dependencies: [
...
.package(name: "AzureCommunicationChat", url: "https://github.com/Azure/SwiftPM-AzureCommunicationChat.git", from: "1.3.5")
.package(name: "AzureCommunicationChat", url: "https://github.com/Azure/SwiftPM-AzureCommunicationChat.git", from: "1.3.6")
],
```

Expand Down Expand Up @@ -94,7 +94,7 @@ platform :ios, '13.0'
use_frameworks!

target 'MyTarget' do
pod 'AzureCommunicationChat', '1.3.5'
pod 'AzureCommunicationChat', '1.3.6'
...
end
```
Expand Down

0 comments on commit 6b64f17

Please sign in to comment.