Tables January Release (#5239)

* Tables January Release

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2024-01-16 13:10:25 -08:00 committed by GitHub
parent 68644be709
commit 09b3f81ff2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

View File

@ -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)

View File

@ -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.

View File

@ -16,7 +16,9 @@
"license": "MIT",
"dependencies": [
{
"name": "azure-core-cpp"
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.11.0"
},
{
"name": "libxml2",