mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:06:36 +08:00
b9dc98a367
* [azure-storage-common-cpp] Update to 12.3.1 ## 12.3.1 (2023-03-07) ### Features Added - Bumped up SAS token service version to `2021-12-02`. * [azure-storage-blobs-cpp] Update to 12.7.0 ## 12.7.0 (2023-03-07) ### Features Added - Features in `12.7.0.beta.1` are now generally available. * [azure-storage-files-shares-cpp] Update to 12.4.0 ## 12.4.0 (2023-03-07) ### Features Added - New features in `12.4.0-beta.1` are now generally available.
34 lines
745 B
JSON
34 lines
745 B
JSON
{
|
|
"name": "azure-storage-common-cpp",
|
|
"version-semver": "12.3.1",
|
|
"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.8.0"
|
|
},
|
|
{
|
|
"name": "libxml2",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "openssl",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|