Update GA Package Version (#4849)

This commit is contained in:
microzchang 2023-08-08 11:02:38 +08:00 committed by GitHub
parent 6375570d62
commit 0d26f247ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 11 deletions

View File

@ -1,17 +1,11 @@
# Release History
## 12.7.0-beta.1 (Unreleased)
### Features Added
### Breaking Changes
## 12.6.1 (2023-08-08)
### Bugs Fixed
- Fixed a bug where `ShareDirectoryClient::ListFilesAndDirectories` only returns the first page without ContinuationToken, even if there are more pages.
### Other Changes
## 12.6.0 (2023-07-11)
- New features in `12.6.0-beta.1` are now generally available.

View File

@ -9,9 +9,9 @@
#pragma once
#define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 7
#define AZURE_STORAGE_FILES_SHARES_VERSION_PATCH 0
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.1"
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 6
#define AZURE_STORAGE_FILES_SHARES_VERSION_PATCH 1
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE ""
#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)

View File

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