mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:29:01 +08:00
5fee480e66
* [azure-storage-common-cpp] Update to 12.3.2 ## 12.3.2 (2023-05-09) ### Features Added - Bumped up Account SAS version to `2022-11-02`. * [azure-storage-files-datalake-cpp] Update to 12.6.0 ## 12.6.0 (2023-05-09) - New features in `12.6.0-beta.1` are now generally available. * [azure-storage-files-shares-cpp] Update to 12.5.0 ## 12.5.0 (2023-05-09) ### Features Added - New features in `12.5.0-beta.1` are now generally available. ### Bugs Fixed - Fixed a bug where `ShareFileClient::ListHandles` and `ShareDirectoryClient::ListHandles` always return empty list.
26 lines
624 B
JSON
26 lines
624 B
JSON
{
|
|
"name": "azure-storage-files-datalake-cpp",
|
|
"version-semver": "12.6.0",
|
|
"description": [
|
|
"Microsoft Azure Storage Files Data Lake SDK for C++",
|
|
"This library provides Azure Storage Files Data Lake SDK."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage/azure-storage-files-datalake",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-storage-blobs-cpp",
|
|
"default-features": false,
|
|
"version>=": "12.7.0"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|