vcpkg/ports/azure-storage-queues-cpp/vcpkg.json
Azure SDK Bot 0bca224634
[Azure SDK] Update vcpkg ports for Feb Release (#23080)
* [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.
2022-02-14 12:41:45 -08:00

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