Skip to content

Commit 22af037

Browse files
authored
[Azure.Messaging.EventHubs.Processor] Prepare for release (#45063)
* updates * version * updates
1 parent 60e65bd commit 22af037

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<PackageReference Update="Azure.Core.Expressions.DataFactory" Version="1.0.0" />
115115
<PackageReference Update="Azure.Data.SchemaRegistry" Version="1.2.0" />
116116
<PackageReference Update="Azure.Data.Tables" Version="12.8.0" />
117-
<PackageReference Update="Azure.Messaging.EventHubs" Version="5.11.3" />
117+
<PackageReference Update="Azure.Messaging.EventHubs" Version="5.11.4" />
118118
<PackageReference Update="Azure.Messaging.EventGrid" Version="4.21.0" />
119119
<PackageReference Update="Azure.Messaging.ServiceBus" Version="7.17.5" />
120120
<PackageReference Update="Azure.Messaging.WebPubSub" Version="1.3.0" />

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

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

3-
## 5.12.0-beta.2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 5.11.4 (2024-07-17)
84

95
### Bugs Fixed
106

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.12.0-beta.2</Version>
4+
<Version>5.11.4</Version>
55
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
66
<ApiCompatVersion>5.11.3</ApiCompatVersion>
77
<PackageTags>Azure;Event Hubs;EventHubs;.NET;Event Processor;EventProcessor;$(PackageCommonTags)</PackageTags>

0 commit comments

Comments
 (0)