vcpkg/ports/azure-storage-blobs-cpp/vcpkg.json
Azure SDK Bot 4e485c34f5
[azure-sdk-for-cpp] Update to latest version (#23998)
* [azure-storage-common-cpp] Update to 12.2.3
## 12.2.3 (2022-04-06)

### Bugs Fixed

- Fixed a bug where we got error when XML request body is too big.

* [azure-storage-blobs-cpp] Update to 12.4.0
## 12.4.0 (2022-04-06)

### Other changes

- No public changes in this release.

* [azure-storage-queues-cpp] Update to 12.0.0
## 12.0.0 (2022-04-06)

### New Features

- This release includes all features from beta.1 to beta.4. This is the first stable release of a ground-up rewrite of our client libraries to ensure consistency, idiomatic design, productivity and an excellent developer experience. It was created following the [Azure SDK Design Guideline for C++](https://azure.github.io/azure-sdk/cpp_introduction.html).

* remove version comparison on openssl

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-04-06 14:19:11 -07:00

26 lines
587 B
JSON

{
"name": "azure-storage-blobs-cpp",
"version-semver": "12.4.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.3"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}