Skip to content

Commit

Permalink
[azure-storage-files-datalake-cpp] Update to 12.5.0 (microsoft#28842)
Browse files Browse the repository at this point in the history
## 12.5.0 (2023-01-10)

- New features in `12.5.0-beta.1` are now generally available.
  • Loading branch information
azure-sdk authored Jan 13, 2023
1 parent 4c5be28 commit 9df2df0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/azure-storage-files-datalake-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-files-datalake_12.4.0
SHA512 aa90f209b55606a49b9c239f0d1ef57ca8be6f38c7262c91a54b88f425471aad89126682529facf0746d250a692df60e8b7272fc12ead8c97a40cce767ad6652
REF azure-storage-files-datalake_12.5.0
SHA512 fe6b7ffe6efa24c273e3151fdeadb4b981e277bf9aa7b19b23759d5070bfc0c65c365296add83fb4f364b0653a651be31d9ccbd06bfc4c6ac62cf0c5330a66dc
)

vcpkg_cmake_configure(
Expand Down
2 changes: 1 addition & 1 deletion ports/azure-storage-files-datalake-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-storage-files-datalake-cpp",
"version-semver": "12.4.0",
"version-semver": "12.5.0",
"description": [
"Microsoft Azure Storage Files Data Lake SDK for C++",
"This library provides Azure Storage Files Data Lake SDK."
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-storage-files-datalake-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "12acf62b792b5b9b406eea20f8b3b25e30a32eca",
"version-semver": "12.5.0",
"port-version": 0
},
{
"git-tree": "2b2b58353093074eaa8b462d77cb62c667883673",
"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 @@ -409,7 +409,7 @@
"port-version": 3
},
"azure-storage-files-datalake-cpp": {
"baseline": "12.4.0",
"baseline": "12.5.0",
"port-version": 0
},
"azure-storage-files-shares-cpp": {
Expand Down

0 comments on commit 9df2df0

Please sign in to comment.