Skip to content

Commit

Permalink
Updating 2.10.0 version (#1755)
Browse files Browse the repository at this point in the history
Co-authored-by: Skype BuildSystems Build Agent <[email protected]>
  • Loading branch information
jsaurezlee-msft and Skype BuildSystems Build Agent authored Apr 11, 2024
1 parent c1f438a commit 6a78f2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AzureCommunicationCalling",
"version": "2.10.0-beta.1",
"version": "2.10.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",
Expand All @@ -17,7 +17,7 @@
},
"swift_versions": "5.0",
"source": {
"http": "https://github.com/Azure/Communication/releases/download/v2.10.0-beta.1/AzureCommunicationCalling-2.10.0-beta.1.zip"
"http": "https://github.com/Azure/Communication/releases/download/v2.10.0/AzureCommunicationCalling-2.10.0.zip"
},
"source_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",
"public_header_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = "2.10.0-beta.1";
MARKETING_VERSION = "2.10.0";
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -300,7 +300,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = "2.10.0-beta.1";
MARKETING_VERSION = "2.10.0";
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 6a78f2f

Please sign in to comment.