mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 23:39:00 +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.
34 lines
745 B
JSON
34 lines
745 B
JSON
{
|
|
"name": "azure-storage-common-cpp",
|
|
"version-semver": "12.3.2",
|
|
"description": [
|
|
"Microsoft Azure Common Storage SDK for C++",
|
|
"This library provides common Azure Storage-related abstractions for Azure SDK."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage/azure-storage-common",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-core-cpp",
|
|
"default-features": false,
|
|
"version>=": "1.9.0"
|
|
},
|
|
{
|
|
"name": "libxml2",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "openssl",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|