storage-nov-release-datalake-12.4.0 (#4074)

This commit is contained in:
microzchang 2022-11-07 10:56:29 +08:00 committed by GitHub
parent 48e6fcf115
commit e7aca9859c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 15 deletions

View File

@ -1,14 +1,8 @@
# Release History
## 12.4.0-beta.2 (Unreleased)
## 12.4.0 (2022-11-08)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- New features in `12.4.0-beta.1` are now generally available.
## 12.4.0-beta.1 (2022-10-11)

View File

@ -32,9 +32,9 @@ if(FETCH_SOURCE_DEPS)
add_subdirectory(${oneFolder} EXCLUDE_FROM_ALL)
endforeach()
elseif(NOT AZ_ALL_LIBRARIES)
find_package(azure-storage-blobs-cpp "12.3.0" CONFIG QUIET)
find_package(azure-storage-blobs-cpp "12.6.2" CONFIG QUIET)
if(NOT azure-storage-blobs-cpp_FOUND)
find_package(azure-storage-blobs-cpp "12.3.0" REQUIRED)
find_package(azure-storage-blobs-cpp "12.6.2" REQUIRED)
endif()
endif()

View File

@ -11,7 +11,7 @@
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MAJOR 12
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MINOR 4
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PATCH 0
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE "beta.2"
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE ""
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_ITOA(i) \

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-files-datalake-cpp",
"version-semver": "12.4.0-beta.1",
"version-semver": "12.4.0",
"description": [
"Microsoft Azure Storage Files Data Lake SDK for C++",
"This library provides Azure Storage Files Data Lake SDK."
@ -11,7 +11,7 @@
{
"name": "azure-storage-blobs-cpp",
"default-features": false,
"version>=": "12.3.0"
"version>=": "12.6.2"
},
{
"name": "vcpkg-cmake",

View File

@ -4,7 +4,7 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(azure-storage-blobs-cpp "12.3.0")
find_dependency(azure-storage-blobs-cpp "12.6.2")
include("${CMAKE_CURRENT_LIST_DIR}/azure-storage-files-datalake-cppTargets.cmake")

View File

@ -14,7 +14,7 @@
{
"name": "azure-storage-blobs-cpp",
"default-features": false,
"version>=": "12.3.0"
"version>=": "12.6.2"
},
{
"name": "vcpkg-cmake",