mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:49:00 +08:00
0bca224634
* [azure-storage-common-cpp] Update to 12.2.1 ## 12.2.1 (2022-02-14) ### Other Changes - No public changes in this release. * [azure-storage-blobs-cpp] Update to 12.3.0 ## 12.3.0 (2022-02-14) ### Features Added - Added `VersionId` in `SetBlobMetadataResult`. * [azure-storage-files-datalake-cpp] Update to 12.3.0 ## 12.3.0 (2022-02-14) ### Other Changes - Deprecated enum `LeaseDuration`, use `LeaseDurationType` instead. * [azure-storage-queues-cpp] Update to 12.0.0-beta.3 ## 12.0.0-beta.3 (2022-02-14) ### Other Changes - No public changes in this release.
26 lines
598 B
JSON
26 lines
598 B
JSON
{
|
|
"name": "azure-storage-queues-cpp",
|
|
"version-semver": "12.0.0-beta.3",
|
|
"description": [
|
|
"Microsoft Azure Storage Queues SDK for C++",
|
|
"This library provides Azure Storage Queues SDK."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage/azure-storage-queues",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-storage-common-cpp",
|
|
"default-features": false,
|
|
"version>=": "12.2.1"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|