vcpkg/ports/azure-identity-cpp/vcpkg.json
Azure SDK Bot 2db6cb97ca
[azure-identity-cpp] Update to 1.2.0 (#23442)
## 1.2.0 (2022-03-08)

### Features Added

No changes since `1.2.0-beta.1`.
2022-03-09 12:03:05 -08:00

26 lines
594 B
JSON

{
"name": "azure-identity-cpp",
"version-semver": "1.2.0",
"description": [
"Microsoft Azure Identity SDK for C++",
"This library provides common authentication-related abstractions for Azure SDK."
],
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/identity/azure-identity",
"license": "MIT",
"dependencies": [
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.4.0"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}