vcpkg/ports/azure-storage-files-shares-cpp/vcpkg.json
Azure SDK Bot b9dc98a367
[Azure Storage] Update to March Release (#30066)
* [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.
2023-03-08 12:08:05 -08:00

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
}
]
}