Eventhubs May 2024 release (#5605)

This commit is contained in:
Larry Osterman 2024-05-08 11:15:57 -07:00 committed by GitHub
parent d1019cfeb1
commit 8be8a36487
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 11 deletions

View File

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

View File

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

View File

@ -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",