Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[azure-core-cpp] publish version 1.10.2 #32971

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/azure-core-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-core_1.10.1
SHA512 498deebd853070b367f4fc07ac6b54a8ec4850ad5152da81728e909838f89aa0c1d2c2996267ad343bb06f6ebaedf151973359298dee6ad3b49949af016eb568
REF azure-core_1.10.2
SHA512 ab942af0764eb1352fe65582bcf3e06a7f75853796e47ed32f5ae485e1042e55ace7fc1dc1daf80c0a53813f6daa2377b03ed09527808d52d486c5bbd71b3fa3
)

vcpkg_check_features(
Expand Down
5 changes: 3 additions & 2 deletions ports/azure-core-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-core-cpp",
"version-semver": "1.10.1",
"version-semver": "1.10.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++."
Expand Down Expand Up @@ -37,7 +37,8 @@
"default-features": false,
"features": [
"ssl"
]
],
"version>=": "7.44"
}
]
},
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-core-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d3a1b3382bddaf219a0fef6dafd6a31c43d28e02",
"version-semver": "1.10.2",
"port-version": 0
},
{
"git-tree": "52af14a3a0795d87c3fd9f09b9026c91fcae4b81",
"version-semver": "1.10.1",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
"port-version": 0
},
"azure-core-cpp": {
"baseline": "1.10.1",
"baseline": "1.10.2",
"port-version": 0
},
"azure-core-tracing-opentelemetry-cpp": {
Expand Down