mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 07:59:01 +08:00
600f89f477
* [azure-storage-common-cpp] Update to 12.3.0 ## 12.3.0 (2022-09-06) ### Features Added - Features in `12.3.0-beta.1` are now generally available. * [azure-storage-blobs-cpp] Update to 12.6.0 ## 12.6.0 (2022-09-06) ### Features Added - Features in `12.6.0.beta.1` are now generally available. ### Bugs Fixed - Empty file or existing file won't be created/overwritten if the blob to be downloaded doesn't exist.
26 lines
587 B
JSON
26 lines
587 B
JSON
{
|
|
"name": "azure-storage-blobs-cpp",
|
|
"version-semver": "12.6.0",
|
|
"description": [
|
|
"Microsoft Azure Storage Blobs SDK for C++",
|
|
"This library provides Azure Storage Blobs SDK."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage/azure-storage-blobs",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-storage-common-cpp",
|
|
"default-features": false,
|
|
"version>=": "12.3.0"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|