Skip to content

Commit c683975

Browse files
authored
[Event Hubs Client] October Republish Processor Prep (Azure#15563)
The focus of these changes is to prepare for republishing the October packages to correct a build pipeline issue that exposed an internal dependency, blocking customer use.
1 parent f17ab9d commit c683975

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Azure.Messaging.EventHubs" VersionOverride="5.3.0-beta.2" /><!-- This override will be removed when v5.3.0 is released for GA -->
15+
<PackageReference Include="Azure.Messaging.EventHubs" VersionOverride="5.3.0-beta.3" /><!-- This override will be removed when v5.3.0 is released for GA -->
1616
<PackageReference Include="Azure.Storage.Blobs" />
1717
<PackageReference Include="Microsoft.Azure.Amqp" />
1818
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />

sdk/eventhub/Azure.Messaging.EventHubs/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/src/Azure.Messaging.EventHubs.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 client library allows for both publishing and consuming events using Azure Event Hubs. 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;AMQP;IoT;$(PackageCommonTags)</PackageTags>
77
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

0 commit comments

Comments
 (0)