mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:19:24 +08:00
28272621b8
* [azure-storage-blobs-cpp] Update to 12.6.2 ## 12.6.2 (2022-10-11) ### Other Changes - No public changes in this release. * [azure-storage-files-shares-cpp] Update to 12.3.0 ## 12.3.0 (2022-10-11) ### Features Added - New features in `12.3.0-beta.1` are now generally available.
26 lines
587 B
JSON
26 lines
587 B
JSON
{
|
|
"name": "azure-storage-blobs-cpp",
|
|
"version-semver": "12.6.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|