Use correct minimum version for curl in azure-core-cpp (#33205)

This commit is contained in:
Larry Osterman 2023-08-15 13:01:28 -07:00 committed by GitHub
parent 7d34ab302a
commit 86bdd8f99a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "azure-core-cpp",
"version-semver": "1.10.2",
"port-version": 1,
"port-version": 2,
"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++."
@ -39,7 +39,7 @@
"features": [
"ssl"
],
"version>=": "7.48"
"version>=": "7.48.0"
}
]
},

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0988f8606d4a1ee55446b680b6ea134cfae20569",
"version-semver": "1.10.2",
"port-version": 2
},
{
"git-tree": "bfb8b85899d4e6783f93392104d7ee80c8d0a89c",
"version-semver": "1.10.2",

View File

@ -410,7 +410,7 @@
},
"azure-core-cpp": {
"baseline": "1.10.2",
"port-version": 1
"port-version": 2
},
"azure-core-tracing-opentelemetry-cpp": {
"baseline": "1.0.0-beta.4",