Tables January Release (#5239)
* Tables January Release --------- Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Родитель
68644be709
Коммит
09b3f81ff2
|
@ -31,7 +31,7 @@ macro(GetFolderList project)
|
|||
DownloadDepVersion(sdk/core azure-core 1.10.3)
|
||||
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5.0)
|
||||
elseif(${project} STREQUAL DATA_TABLES)
|
||||
DownloadDepVersion(sdk/core azure-core 1.10.3)
|
||||
DownloadDepVersion(sdk/core azure-core 1.11.0)
|
||||
elseif(${project} STREQUAL EVENTHUBS)
|
||||
DownloadDepVersion(sdk/core azure-core 1.10.1)
|
||||
DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.1)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Release History
|
||||
|
||||
## 1.0.0-beta.1 (Unreleased)
|
||||
## 1.0.0-beta.1 (2024-01-16)
|
||||
|
||||
### Features Added
|
||||
|
||||
- Initial release
|
||||
- Initial release.
|
||||
|
|
|
@ -16,7 +16,9 @@
|
|||
"license": "MIT",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "azure-core-cpp"
|
||||
"name": "azure-core-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "1.11.0"
|
||||
},
|
||||
{
|
||||
"name": "libxml2",
|
||||
|
|
Загрузка…
Ссылка в новой задаче