From a7b80c4eac3a70cb594f61fa5b1d712db7a80449 Mon Sep 17 00:00:00 2001 From: Jinming Hu Date: Thu, 4 Aug 2022 23:54:12 +0800 Subject: [PATCH] Storage Aug GA release --- sdk/storage/azure-storage-blobs/CHANGELOG.md | 8 ++------ .../azure-storage-blobs/src/private/package_version.hpp | 2 +- sdk/storage/azure-storage-blobs/vcpkg.json | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/sdk/storage/azure-storage-blobs/CHANGELOG.md b/sdk/storage/azure-storage-blobs/CHANGELOG.md index ecaf1a8736..5cf3c6699d 100644 --- a/sdk/storage/azure-storage-blobs/CHANGELOG.md +++ b/sdk/storage/azure-storage-blobs/CHANGELOG.md @@ -1,14 +1,10 @@ # Release History -## 12.5.0-beta.3 (Unreleased) +## 12.5.0 (2022-08-08) ### Features Added -### Breaking Changes - -### Bugs Fixed - -### Other Changes +- Features in `12.5.0.beta1` and `12.5.0.beta2` are now generally available. ## 12.5.0-beta.2 (2022-07-07) diff --git a/sdk/storage/azure-storage-blobs/src/private/package_version.hpp b/sdk/storage/azure-storage-blobs/src/private/package_version.hpp index 7b4f6ff65e..8b751729f4 100644 --- a/sdk/storage/azure-storage-blobs/src/private/package_version.hpp +++ b/sdk/storage/azure-storage-blobs/src/private/package_version.hpp @@ -11,7 +11,7 @@ #define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12 #define AZURE_STORAGE_BLOBS_VERSION_MINOR 5 #define AZURE_STORAGE_BLOBS_VERSION_PATCH 0 -#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.3" +#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "" #define AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) #i #define AZURE_STORAGE_BLOBS_VERSION_ITOA(i) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) diff --git a/sdk/storage/azure-storage-blobs/vcpkg.json b/sdk/storage/azure-storage-blobs/vcpkg.json index fa4846e6ee..f253d39633 100644 --- a/sdk/storage/azure-storage-blobs/vcpkg.json +++ b/sdk/storage/azure-storage-blobs/vcpkg.json @@ -1,6 +1,6 @@ { "name": "azure-storage-blobs-cpp", - "version-semver": "12.5.0-beta.1", + "version-semver": "12.5.0", "description": [ "Microsoft Azure Storage Blobs SDK for C++", "This library provides Azure Storage Blobs SDK."