mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:19:00 +08:00
f44ee28a2d
## 12.5.0 (2022-08-08) ### Features Added - Features in `12.5.0.beta1` and `12.5.0.beta2` are now generally available.
26 lines
587 B
JSON
26 lines
587 B
JSON
{
|
|
"name": "azure-storage-blobs-cpp",
|
|
"version-semver": "12.5.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.2.4"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|