mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:19:23 +08:00
05cb8362fa
* [azure-storage-common-cpp] Update to 12.2.2 ## 12.2.2 (2022-03-09) ### Features Added - Added `SetImmutabilityPolicy` permission for account SAS. - Bumped up SAS token service version to `2020-08-04`. * [azure-storage-files-datalake-cpp] Update to 12.3.1 ## 12.3.1 (2022-03-09) ### Other Changes - No public changes in this release. * [azure-storage-files-shares-cpp] Update to 12.2.1 ## 12.2.1 (2022-03-09) ### Other Changes - Deprecated enum `LeaseDuration`, use `LeaseDurationType` instead. * [azure-storage-queues-cpp] Update to 12.0.0-beta.4 ## 12.0.0-beta.4 (2022-03-09) ### Other Changes - Changed SAS token signed version to `2018-03-28`.
26 lines
615 B
JSON
26 lines
615 B
JSON
{
|
|
"name": "azure-storage-files-shares-cpp",
|
|
"version-semver": "12.2.1",
|
|
"description": [
|
|
"Microsoft Azure Storage Files Shares SDK for C++",
|
|
"This library provides Azure Storage Files Shares SDK."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage/azure-storage-files-shares",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-storage-common-cpp",
|
|
"default-features": false,
|
|
"version>=": "12.2.2"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|