[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:
Azure SDK Bot 2021-11-08 11:03:22 -08:00 committed by GitHub
parent 66c39e113a
commit 721cb5f6e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -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(

View File

@ -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++."

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b34bd865f3d3caf5b7021d5e9048d775b3e9cfb0",
"version-semver": "1.3.1",
"port-version": 0
},
{
"git-tree": "842ba2028c1b8b50de96e7c27e85959889778ab0",
"version-semver": "1.2.1",

View File

@ -317,7 +317,7 @@
"port-version": 0
},
"azure-core-cpp": {
"baseline": "1.2.1",
"baseline": "1.3.1",
"port-version": 0
},
"azure-identity-cpp": {