mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:19:00 +08:00
b9dc98a367
* [azure-storage-common-cpp] Update to 12.3.1 ## 12.3.1 (2023-03-07) ### Features Added - Bumped up SAS token service version to `2021-12-02`. * [azure-storage-blobs-cpp] Update to 12.7.0 ## 12.7.0 (2023-03-07) ### Features Added - Features in `12.7.0.beta.1` are now generally available. * [azure-storage-files-shares-cpp] Update to 12.4.0 ## 12.4.0 (2023-03-07) ### Features Added - New features in `12.4.0-beta.1` are now generally available.
26 lines
615 B
JSON
26 lines
615 B
JSON
{
|
|
"name": "azure-storage-files-shares-cpp",
|
|
"version-semver": "12.4.0",
|
|
"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.3.1"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|