Skip to content

Commit

Permalink
[azure-storage-blobs-cpp] Update to 12.5.0 (microsoft#26222)
Browse files Browse the repository at this point in the history
## 12.5.0 (2022-08-08)

### Features Added

- Features in `12.5.0.beta1` and `12.5.0.beta2` are now generally available.
  • Loading branch information
azure-sdk authored Aug 8, 2022
1 parent e4eb7d6 commit f44ee28
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ports/azure-storage-blobs-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-storage-blobs_12.4.0
SHA512 8d60970d0eff794cfcb6fb8471e7b0086cd8620072845195f67ae2fe2a7e1ecdaf21f10a80a708c981afa3589115f0fd2477a8c398d06b66b4babcd49f0c4c9a
REF azure-storage-blobs_12.5.0
SHA512 84553588dae919691bd5548c8957d0f3a98cddc8d8879f7dc6d2aa4c06661e2fa5de8c77cb9ca7517cb2024fc3d7433933d3f34b5bc7225ee4855cbf4f3548df
)

vcpkg_cmake_configure(
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-storage-blobs-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-storage-blobs-cpp",
"version-semver": "12.4.0",
"version-semver": "12.5.0",
"description": [
"Microsoft Azure Storage Blobs SDK for C++",
"This library provides Azure Storage Blobs SDK."
Expand All @@ -11,7 +11,7 @@
{
"name": "azure-storage-common-cpp",
"default-features": false,
"version>=": "12.2.3"
"version>=": "12.2.4"
},
{
"name": "vcpkg-cmake",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-storage-blobs-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7120a5be966cbf0a79ac6c1efca6ce43c7818d75",
"version-semver": "12.5.0",
"port-version": 0
},
{
"git-tree": "ff9783605f383c1f596ada3a10d2dde88a931f56",
"version-semver": "12.4.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
"port-version": 0
},
"azure-storage-blobs-cpp": {
"baseline": "12.4.0",
"baseline": "12.5.0",
"port-version": 0
},
"azure-storage-common-cpp": {
Expand Down

0 comments on commit f44ee28

Please sign in to comment.