mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:53:03 +08:00
First versioned
version of curl is 7.74, not 7.48. Reset base version to 7.74. (#33207)
* First version versioned curl is 7.74.0 * Updated baselines * Removed version dependency on curl * bumped port version * Updated baselines * back to port version 3 * updated baselines * Update versions/a-/azure-core-cpp.json Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> --------- Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
This commit is contained in:
parent
c8fa8798dd
commit
ef3a0e1cb7
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
"version-semver": "1.10.2",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"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++."
|
||||
@ -38,8 +38,7 @@
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"ssl"
|
||||
],
|
||||
"version>=": "7.48.0"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "371ce124f91e0b9d64a44e47b573b5a3f4602498",
|
||||
"version-semver": "1.10.2",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "0988f8606d4a1ee55446b680b6ea134cfae20569",
|
||||
"version-semver": "1.10.2",
|
||||
|
@ -414,7 +414,7 @@
|
||||
},
|
||||
"azure-core-cpp": {
|
||||
"baseline": "1.10.2",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"azure-core-tracing-opentelemetry-cpp": {
|
||||
"baseline": "1.0.0-beta.4",
|
||||
|
Loading…
Reference in New Issue
Block a user