Skip to content

Commit 44f8f5f

Browse files
authored
[Event Hubs] Processor Release Prep (Azure#23872)
The focus of these changes is to prepare the Processor package for the September release.
1 parent c67e6f6 commit 44f8f5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<PackageReference Update="Azure.Core" Version="1.19.0" />
8080
<PackageReference Update="Azure.Core.Amqp" Version="1.2.0" />
8181
<PackageReference Update="Azure.Core.Experimental" Version="0.1.0-preview.16" />
82-
<PackageReference Update="Azure.Messaging.EventHubs" Version="5.6.0" />
82+
<PackageReference Update="Azure.Messaging.EventHubs" Version="5.6.1" />
8383
<PackageReference Update="Azure.Messaging.EventGrid" Version="4.6.0" />
8484
<PackageReference Update="Azure.Messaging.ServiceBus" Version="7.3.0" />
8585
<PackageReference Update="Azure.Messaging.WebPubSub" Version="1.0.0-beta.2" />

sdk/eventhub/Azure.Messaging.EventHubs.Processor/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 5.7.0-beta.1 (Unreleased)
3+
## 5.6.1 (2021-09-08)
44

55
### Acknowledgments
66

sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Azure.Messaging.EventHubs.Processor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers. This library extends its Event Processor with durable storage for checkpoint information using Azure Blob storage. For more information about Event Hubs, see https://azure.microsoft.com/en-us/services/event-hubs/</Description>
4-
<Version>5.7.0-beta.1</Version>
4+
<Version>5.6.1</Version>
55
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
66
<ApiCompatVersion>5.6.0</ApiCompatVersion>
77
<PackageTags>Azure;Event Hubs;EventHubs;.NET;Event Processor;EventProcessor;$(PackageCommonTags)</PackageTags>

0 commit comments

Comments
 (0)