Update GA Package Version (#4849)
This commit is contained in:
parent
6375570d62
commit
0d26f247ec
@ -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.
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user