mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[azure-core-cpp] Update to 1.3.1 (#21220)
## 1.3.1 (2021-11-05) ### Bugs Fixed - Fixed linking error when Azure SDK is being built as DLL.
This commit is contained in:
parent
66c39e113a
commit
721cb5f6e6
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Azure/azure-sdk-for-cpp
|
||||
REF azure-core_1.2.1
|
||||
SHA512 3628c4845eb1a842a06339a606fba8ae127f3744a097cc3ecd7552a052b9c932e0a008f8654a4affde68c483be38678a1728bf19d644c6ee04b2cd34f1513b32
|
||||
REF azure-core_1.3.1
|
||||
SHA512 affdd6387b5b40f0362d4151f91b1a0f3d0269189240baf981e31a9a1860b77d7fcfeb7819f93f9b1e5764ab1ba2190cf1c6261f23345e0928453550f8537de1
|
||||
)
|
||||
|
||||
vcpkg_check_features(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
"version-semver": "1.2.1",
|
||||
"version-semver": "1.3.1",
|
||||
"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++."
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b34bd865f3d3caf5b7021d5e9048d775b3e9cfb0",
|
||||
"version-semver": "1.3.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "842ba2028c1b8b50de96e7c27e85959889778ab0",
|
||||
"version-semver": "1.2.1",
|
||||
|
@ -317,7 +317,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-core-cpp": {
|
||||
"baseline": "1.2.1",
|
||||
"baseline": "1.3.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-identity-cpp": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user