vcpkg/ports/azure-storage-common-cpp/vcpkg.json
Azure SDK Bot 600f89f477
[Azure Storage] Update to Sept Release (#26696)
* [azure-storage-common-cpp] Update to 12.3.0
## 12.3.0 (2022-09-06)

### Features Added

- Features in `12.3.0-beta.1` are now generally available.

* [azure-storage-blobs-cpp] Update to 12.6.0
## 12.6.0 (2022-09-06)

### Features Added

- Features in `12.6.0.beta.1` are now generally available.

### Bugs Fixed

- Empty file or existing file won't be created/overwritten if the blob to be downloaded doesn't exist.
2022-09-06 11:14:36 -07:00

34 lines
745 B
JSON

{
"name": "azure-storage-common-cpp",
"version-semver": "12.3.0",
"description": [
"Microsoft Azure Common Storage SDK for C++",
"This library provides common Azure Storage-related abstractions for Azure SDK."
],
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage/azure-storage-common",
"license": "MIT",
"dependencies": [
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.7.1"
},
{
"name": "libxml2",
"platform": "!windows"
},
{
"name": "openssl",
"platform": "!windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}