* Add project skeleton and check-in snapshot of generated SDK for Azure App Configuration. * Add new line at eof * Add exclusion to the cspell issue. * Explicitly use size_t instead of auto for iterating through a vector * Add another cspell exclusion, since it is case-sensitive * Address PR feedback, update CL, package version. * Update readme to remove template project content. * Exclude appconfig from recordings, since none exist atm. * Temporarily exclude appconfiguration from docs generation. * Add line/branch coverage thresholds and skip publishing docs if they don't exist.
33 lines
916 B
JSON
33 lines
916 B
JSON
# Copyright (c) Microsoft Corporation.
|
|
# Licensed under the MIT License.
|
|
|
|
{
|
|
"$comment": [
|
|
"NOTE: All changes made to this file will get overwritten by the next port release.",
|
|
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
|
|
],
|
|
"name": "azure-data-appconfiguration-cpp",
|
|
"version-semver": "@AZ_LIBRARY_VERSION@",
|
|
"description": [
|
|
"Microsoft Azure App Configuration SDK for C++",
|
|
"This library provides API access to the Azure App Configuration service.",
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/appconfiguration/azure-data-appconfiguration",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-core-cpp",
|
|
"default-features": false,
|
|
"version>=": "1.14.1"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|