File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
sdk/tables/azure-data-tables Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ macro(GetFolderList project)
3131 DownloadDepVersion (sdk/core azure-core 1.10.3 )
3232 DownloadDepVersion (sdk/storage/azure-storage-common azure-storage-common 12.5.0 )
3333 elseif (${project} STREQUAL DATA_TABLES)
34- DownloadDepVersion (sdk/core azure-core 1.10.3 )
34+ DownloadDepVersion (sdk/core azure-core 1.11.0 )
3535 elseif (${project} STREQUAL EVENTHUBS)
3636 DownloadDepVersion (sdk/core azure-core 1.10.1 )
3737 DownloadDepVersion (sdk/core azure-core-amqp 1.0.0-beta.1 )
Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.0.0-beta.1 (Unreleased )
3+ ## 1.0.0-beta.1 (2024-01-16 )
44
55### Features Added
66
7- - Initial release
7+ - Initial release.
Original file line number Diff line number Diff line change 1616 "license" : " MIT" ,
1717 "dependencies" : [
1818 {
19- "name" : " azure-core-cpp"
19+ "name" : " azure-core-cpp" ,
20+ "default-features" : false ,
21+ "version>=" : " 1.11.0"
2022 },
2123 {
2224 "name" : " libxml2" ,
You can’t perform that action at this time.
0 commit comments