Skip to content

Commit 532aa04

Browse files
authored
[Event Hubs Client] October Republishing Post-release (Azure#15566)
The focus of these changes is to complete for republishing of the October packages to correct a build pipeline issue that exposed an internal dependency, blocking customer use.
1 parent c683975 commit 532aa04

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Release History
22

3+
## 5.3.0-beta.4 (Unreleased)
4+
35
## 5.3.0-beta.3 (2020-09-30)
46

57
### Changes

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.3.0-beta.3</Version>
4+
<Version>5.3.0-beta.4</Version>
55
<ApiCompatVersion>5.2.0</ApiCompatVersion>
66
<PackageTags>Azure;Event Hubs;EventHubs;.NET;Event Processor;EventProcessor;$(PackageCommonTags)</PackageTags>
77
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

0 commit comments

Comments
 (0)