mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[azure-storage-common-cpp] Update to 12.2.4 (#25103)
## 12.2.4 (2022-06-07) ### Bugs Fixed - Fixed a bug where text of XML element cannot be empty.
This commit is contained in:
parent
203f5f3bef
commit
3b040ecf51
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Azure/azure-sdk-for-cpp
|
||||
REF azure-storage-common_12.2.3
|
||||
SHA512 456854fa39e98fab10e65e0bab148aeb9fee61439bcb1b689c17110343be0162174a8075eb09b0b4eba6c5f59c8d454d78cbd3c4aafb1af3db16d9f984189393
|
||||
REF azure-storage-common_12.2.4
|
||||
SHA512 850588e1edcac6cc861d8ce4fe0e726f540e23f0c4839930ca229da27fc623559f3662ada238d0756ce14341729e34669e1278d6943caa9d3a902119c0a40b7f
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"version-semver": "12.2.3",
|
||||
"version-semver": "12.2.4",
|
||||
"description": [
|
||||
"Microsoft Azure Common Storage SDK for C++",
|
||||
"This library provides common Azure Storage-related abstractions for Azure SDK."
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "fdc5c496fd571985967a900838e181cdb04d318b",
|
||||
"version-semver": "12.2.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "c972f7321758abde4e5d5862c4abd7398f1f26a6",
|
||||
"version-semver": "12.2.3",
|
||||
|
@ -361,7 +361,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-storage-common-cpp": {
|
||||
"baseline": "12.2.3",
|
||||
"baseline": "12.2.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-storage-cpp": {
|
||||
@ -2742,7 +2742,7 @@
|
||||
},
|
||||
"hareflow": {
|
||||
"baseline": "0.1.0",
|
||||
"port-version": 0
|
||||
"port-version": 0
|
||||
},
|
||||
"harfbuzz": {
|
||||
"baseline": "4.2.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user