Storage March Release (#6445)

This commit is contained in:
microzchang 2025-03-10 12:42:40 +08:00 committed by GitHub
parent 7fe547bd3c
commit e3ebf9c230
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 9 additions and 17 deletions

View File

@ -1,14 +1,10 @@
# Release History # Release History
## 12.10.0-beta.2 (Unreleased) ## 12.10.0 (2025-03-11)
### Features Added ### Features Added
### Breaking Changes - Features in `12.10.0-beta.1` are now generally available.
### Bugs Fixed
### Other Changes
## 12.10.0-beta.1 (2025-02-11) ## 12.10.0-beta.1 (2025-02-11)

View File

@ -13,7 +13,7 @@
#define AZURE_STORAGE_COMMON_VERSION_MAJOR 12 #define AZURE_STORAGE_COMMON_VERSION_MAJOR 12
#define AZURE_STORAGE_COMMON_VERSION_MINOR 10 #define AZURE_STORAGE_COMMON_VERSION_MINOR 10
#define AZURE_STORAGE_COMMON_VERSION_PATCH 0 #define AZURE_STORAGE_COMMON_VERSION_PATCH 0
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE "beta.2" #define AZURE_STORAGE_COMMON_VERSION_PRERELEASE ""
#define AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i) #i #define AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_COMMON_VERSION_ITOA(i) AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i) #define AZURE_STORAGE_COMMON_VERSION_ITOA(i) AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i)

View File

@ -1,6 +1,6 @@
{ {
"name": "azure-storage-common-cpp", "name": "azure-storage-common-cpp",
"version-semver": "12.10.0-beta.1", "version-semver": "12.10.0",
"description": [ "description": [
"Microsoft Azure Common Storage SDK for C++", "Microsoft Azure Common Storage SDK for C++",
"This library provides common Azure Storage-related abstractions for Azure SDK." "This library provides common Azure Storage-related abstractions for Azure SDK."

View File

@ -1,14 +1,10 @@
# Release History # Release History
## 12.13.0-beta.2 (Unreleased) ## 12.13.0 (2025-03-11)
### Features Added ### Features Added
### Breaking Changes - Features in `12.13.0-beta.1` are now generally available.
### Bugs Fixed
### Other Changes
## 12.13.0-beta.1 (2025-02-11) ## 12.13.0-beta.1 (2025-02-11)

View File

@ -11,7 +11,7 @@
#define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12 #define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 13 #define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 13
#define AZURE_STORAGE_FILES_SHARES_VERSION_PATCH 0 #define AZURE_STORAGE_FILES_SHARES_VERSION_PATCH 0
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.2" #define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE ""
#define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i) #i #define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA(i) AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i) #define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA(i) AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i)

View File

@ -1,6 +1,6 @@
{ {
"name": "azure-storage-files-shares-cpp", "name": "azure-storage-files-shares-cpp",
"version-semver": "12.13.0-beta.1", "version-semver": "12.13.0",
"description": [ "description": [
"Microsoft Azure Storage Files Shares SDK for C++", "Microsoft Azure Storage Files Shares SDK for C++",
"This library provides Azure Storage Files Shares SDK." "This library provides Azure Storage Files Shares SDK."

View File

@ -18,7 +18,7 @@
{ {
"name": "azure-storage-common-cpp", "name": "azure-storage-common-cpp",
"default-features": false, "default-features": false,
"version>=": "12.9.0" "version>=": "12.10.0"
}, },
{ {
"name": "vcpkg-cmake", "name": "vcpkg-cmake",