VcPkg: use version-semver (#2138)

This commit is contained in:
Anton Kolesnyk 2021-04-20 18:41:19 +00:00 committed by GitHub
parent ba714bebd1
commit 23f98744ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@
{
"name": "azure-core-cpp",
"version-string": "@AZ_LIBRARY_VERSION@",
"version-semver": "@AZ_LIBRARY_VERSION@",
"description": [
"Microsoft Azure Core SDK for C++",
"This library provides shared primitives, abstractions, and helpers for modern Azure SDK client libraries written in the C++."

View File

@ -3,7 +3,7 @@
{
"name": "azure-identity-cpp",
"version-string": "@AZ_LIBRARY_VERSION@",
"version-semver": "@AZ_LIBRARY_VERSION@",
"description": [
"Microsoft Azure Identity SDK for C++",
"This library provides common authentication-related abstractions for Azure SDK."

View File

@ -3,7 +3,7 @@
{
"name": "azure-security-keyvault-common-cpp",
"version-string": "@AZ_LIBRARY_VERSION@",
"version-semver": "@AZ_LIBRARY_VERSION@",
"description": [
"Microsoft Azure Common Key Vault SDK for C++",
"This library provides common Azure KeyVault-related abstractions for Azure SDK."

View File

@ -3,7 +3,7 @@
{
"name": "azure-security-keyvault-keys-cpp",
"version-string": "@AZ_LIBRARY_VERSION@",
"version-semver": "@AZ_LIBRARY_VERSION@",
"description": [
"Microsoft Azure Key Vault Keys SDK for C++",
"This library provides Azure Key Vault Keys SDK."

View File

@ -3,7 +3,7 @@
{
"name": "azure-storage-blobs-cpp",
"version-string": "@AZ_LIBRARY_VERSION@",
"version-semver": "@AZ_LIBRARY_VERSION@",
"description": [
"Microsoft Azure Storage Blobs SDK for C++",
"This library provides Azure Storage Blobs SDK."

View File

@ -3,7 +3,7 @@
{
"name": "azure-storage-common-cpp",
"version-string": "@AZ_LIBRARY_VERSION@",
"version-semver": "@AZ_LIBRARY_VERSION@",
"description": [
"Microsoft Azure Common Storage SDK for C++",
"This library provides common Azure Storage-related abstractions for Azure SDK."

View File

@ -3,7 +3,7 @@
{
"name": "azure-storage-files-datalake-cpp",
"version-string": "@AZ_LIBRARY_VERSION@",
"version-semver": "@AZ_LIBRARY_VERSION@",
"description": [
"Microsoft Azure Storage Files Data Lake SDK for C++",
"This library provides Azure Storage Files Data Lake SDK."

View File

@ -3,7 +3,7 @@
{
"name": "azure-storage-files-shares-cpp",
"version-string": "@AZ_LIBRARY_VERSION@",
"version-semver": "@AZ_LIBRARY_VERSION@",
"description": [
"Microsoft Azure Storage Files Shares SDK for C++",
"This library provides Azure Storage Files Shares SDK."

View File

@ -3,7 +3,7 @@
{
"name": "azure-template-cpp",
"version-string": "@AZ_LIBRARY_VERSION@",
"version-semver": "@AZ_LIBRARY_VERSION@",
"description": [
"Microsoft Azure Template SDK for C++",
"This is a template library meant to illustrate initial client library development process for Azure SDK.",