Skip to content

Commit

Permalink
[Event Hubs Client] Processor Release Prep (#18595)
Browse files Browse the repository at this point in the history
The focus of these changes is to prepare the Event Processor package for
the Februrary release.
  • Loading branch information
jsquire authored Feb 9, 2021
1 parent a848f0c commit e151c19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 5.3.0-beta.5 (2021-02-09)
## 5.3.0 (2021-02-09)

### Changes

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<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>
<Version>5.3.0-beta.5</Version>
<Version>5.3.0</Version>
<ApiCompatVersion>5.2.0</ApiCompatVersion>
<PackageTags>Azure;Event Hubs;EventHubs;.NET;Event Processor;EventProcessor;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
Expand All @@ -12,10 +12,7 @@
</ItemGroup>

<ItemGroup>
<!-- TEMP -->
<ProjectReference Include="..\..\Azure.Messaging.EventHubs\src\Azure.Messaging.EventHubs.csproj" /><!-- This will be changed to a package reference when v5.3.0 is released for GA -->
<!--END TEMP-->

<PackageReference Include="Azure.Messaging.EventHubs" />
<PackageReference Include="Azure.Storage.Blobs" />
<PackageReference Include="Microsoft.Azure.Amqp" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
Expand Down

0 comments on commit e151c19

Please sign in to comment.