From cdf22f4f4b576bc98be722f26ec03e2e8200ea9f Mon Sep 17 00:00:00 2001 From: angellan-msft <95160885+angellan-msft@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:20:48 -0700 Subject: [PATCH] ReleaseGAVersion (#1808) Co-authored-by: NINGXIN LAN --- jazzy/AzureCommunicationChat.yml | 2 +- .../AzureCommunicationChat.podspec.json | 6 +++--- .../AzureCommunicationChat.xcodeproj/project.pbxproj | 4 ++-- sdk/communication/AzureCommunicationChat/README.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/jazzy/AzureCommunicationChat.yml b/jazzy/AzureCommunicationChat.yml index 9d9398a13..58a63cfa6 100644 --- a/jazzy/AzureCommunicationChat.yml +++ b/jazzy/AzureCommunicationChat.yml @@ -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.4 +module_version: 1.3.5 readme: ../sdk/communication/AzureCommunicationChat/README.md skip_undocumented: false hide_unlisted_documentation: false diff --git a/sdk/communication/AzureCommunicationChat/AzureCommunicationChat.podspec.json b/sdk/communication/AzureCommunicationChat/AzureCommunicationChat.podspec.json index 83de271b1..d65e72f8f 100644 --- a/sdk/communication/AzureCommunicationChat/AzureCommunicationChat.podspec.json +++ b/sdk/communication/AzureCommunicationChat/AzureCommunicationChat.podspec.json @@ -1,6 +1,6 @@ { "name": "AzureCommunicationChat", - "version": "1.3.4", + "version": "1.3.5", "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", @@ -18,7 +18,7 @@ "swift_versions": "5.0", "source": { "git": "https://github.com/Azure/azure-sdk-for-ios.git", - "tag": "AzureCommunicationChat_1.3.4" + "tag": "AzureCommunicationChat_1.3.5" }, "source_files": "sdk/communication/AzureCommunicationChat/Source/**/*.{swift,h,m}", "pod_target_xcconfig": { @@ -36,4 +36,4 @@ ] }, "swift_version": "5.0" -} +} \ No newline at end of file diff --git a/sdk/communication/AzureCommunicationChat/AzureCommunicationChat.xcodeproj/project.pbxproj b/sdk/communication/AzureCommunicationChat/AzureCommunicationChat.xcodeproj/project.pbxproj index 6aaa84e6a..0ca261c8d 100644 --- a/sdk/communication/AzureCommunicationChat/AzureCommunicationChat.xcodeproj/project.pbxproj +++ b/sdk/communication/AzureCommunicationChat/AzureCommunicationChat.xcodeproj/project.pbxproj @@ -1398,7 +1398,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.3.4; + MARKETING_VERSION = 1.3.5; NEW_SETTING = ""; PRODUCT_BUNDLE_IDENTIFIER = com.azure.communication.AzureCommunicationChat; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; @@ -1433,7 +1433,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.3.4; + MARKETING_VERSION = 1.3.5; NEW_SETTING = ""; PRODUCT_BUNDLE_IDENTIFIER = com.azure.communication.AzureCommunicationChat; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; diff --git a/sdk/communication/AzureCommunicationChat/README.md b/sdk/communication/AzureCommunicationChat/README.md index 160a95b3f..ab2c07d4b 100644 --- a/sdk/communication/AzureCommunicationChat/README.md +++ b/sdk/communication/AzureCommunicationChat/README.md @@ -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.4") + .package(name: "AzureCommunicationChat", url: "https://github.com/Azure/SwiftPM-AzureCommunicationChat.git", from: "1.3.5") ], ``` @@ -94,7 +94,7 @@ platform :ios, '13.0' use_frameworks! target 'MyTarget' do - pod 'AzureCommunicationChat', '1.3.4' + pod 'AzureCommunicationChat', '1.3.5' ... end ```