Storage Aug GA release (#3864)

This commit is contained in:
JinmingHu 2022-08-05 09:43:47 +08:00 committed by GitHub
parent 5a8d62358a
commit 54111348d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 8 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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."