VcPkg: use version-semver (#2138)
This commit is contained in:
parent
ba714bebd1
commit
23f98744ba
@ -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++."
|
||||
|
||||
@ -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."
|
||||
|
||||
@ -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."
|
||||
|
||||
@ -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."
|
||||
|
||||
@ -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."
|
||||
|
||||
@ -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."
|
||||
|
||||
@ -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."
|
||||
|
||||
@ -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."
|
||||
|
||||
@ -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.",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user