mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 15:39:07 +08:00
8067f8a110
* [azure-sdk-for-cpp] Upgrade vcpkg manifest files * Update version files * vcpkg format-manifest * Update version files * Minor change to re-trigger CI * Undo that minor change * Bump up port-version * Update x-add-version * redo x-add-version without overwrite Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
26 lines
596 B
JSON
26 lines
596 B
JSON
{
|
|
"name": "azure-identity-cpp",
|
|
"version-semver": "1.0.0-beta.5",
|
|
"port-version": 1,
|
|
"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/master/sdk/identity/azure-identity",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-core-cpp",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|