Eventhubs May 2024 release (#5605)
This commit is contained in:
parent
d1019cfeb1
commit
8be8a36487
@ -34,7 +34,7 @@ macro(GetFolderList project)
|
||||
DownloadDepVersion(sdk/core azure-core 1.11.3)
|
||||
elseif(${project} STREQUAL EVENTHUBS)
|
||||
DownloadDepVersion(sdk/core azure-core 1.11.3)
|
||||
DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.8)
|
||||
DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.9)
|
||||
elseif(${project} STREQUAL EVENTHUBS_CHECKPOINTSTORE_BLOB)
|
||||
DownloadDepVersion(sdk/core azure-core 1.10.1)
|
||||
DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.1)
|
||||
|
||||
@ -1,14 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 1.0.0-beta.8 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
## 1.0.0-beta.8 (2024-05-07)
|
||||
|
||||
## 1.0.0-beta.7 (2024-04-09)
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
{
|
||||
"name": "azure-core-amqp-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "1.0.0-beta.8"
|
||||
"version>=": "1.0.0-beta.9"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user