vcpkg/ports/azure-storage-blobs-cpp/vcpkg.json
Azure SDK Bot f44ee28a2d
[azure-storage-blobs-cpp] Update to 12.5.0 (#26222)
## 12.5.0 (2022-08-08)

### Features Added

- Features in `12.5.0.beta1` and `12.5.0.beta2` are now generally available.
2022-08-08 11:54:50 -07:00

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
}
]
}