vcpkg/ports/azure-storage-common-cpp/vcpkg.json
Azure SDK Bot 3b040ecf51
[azure-storage-common-cpp] Update to 12.2.4 (#25103)
## 12.2.4 (2022-06-07)

### Bugs Fixed

- Fixed a bug where text of XML element cannot be empty.
2022-06-07 13:04:05 -07:00

34 lines
745 B
JSON

{
"name": "azure-storage-common-cpp",
"version-semver": "12.2.4",
"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.5.0"
},
{
"name": "libxml2",
"platform": "!windows"
},
{
"name": "openssl",
"platform": "!windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}