Skip to content

Commit

Permalink
[azure-storage-files-shares-cpp] Update to 12.3.0
Browse files Browse the repository at this point in the history
## 12.3.0 (2022-10-11)

### Features Added

- New features in `12.3.0-beta.1` are now generally available.
  • Loading branch information
azure-sdk committed Oct 11, 2022
1 parent c560f23 commit 1cd2fa1
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-files-shares-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-shares_12.2.1
SHA512 c3fd61496833fd90984c20c3ec6f3be663dda922458a7984ce6010c82df28a546f2e24f7d3690f327b22dbdf2abc669f12ebc182f43ba171111ece0450dbe35c
REF azure-storage-files-shares_12.3.0
SHA512 baecf1dde71108491d29aa85276c73723a2afc7bbde0e78f62460a8b2fa065a25296239e8082cf75f744a7237a93fd5cba20541b437e2d32cb40599ba8fe722a
)

vcpkg_cmake_configure(
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-storage-files-shares-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-storage-files-shares-cpp",
"version-semver": "12.2.1",
"version-semver": "12.3.0",
"description": [
"Microsoft Azure Storage Files Shares SDK for C++",
"This library provides Azure Storage Files Shares SDK."
Expand All @@ -11,7 +11,7 @@
{
"name": "azure-storage-common-cpp",
"default-features": false,
"version>=": "12.2.2"
"version>=": "12.3.0"
},
{
"name": "vcpkg-cmake",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-storage-files-shares-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3791a056ef7f63ea5aa462db437ebc61b2966336",
"version-semver": "12.3.0",
"port-version": 0
},
{
"git-tree": "69a5e9af5d75d9e2f33dbd89576297373a332048",
"version-semver": "12.2.1",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
"port-version": 0
},
"azure-storage-files-shares-cpp": {
"baseline": "12.2.1",
"baseline": "12.3.0",
"port-version": 0
},
"azure-storage-queues-cpp": {
Expand Down

0 comments on commit 1cd2fa1

Please sign in to comment.