Skip to content

Commit

Permalink
Increment package version after release of Azure.Messaging.EventHubs (#…
Browse files Browse the repository at this point in the history
azure-sdk authored Sep 12, 2023

Verified

This commit was signed with the committer’s verified signature.
svc-excavator-bot Excavator Bot
1 parent cf01c56 commit 0dc921a
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 5.10.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 5.9.3 (2023-09-12)

### Bugs Fixed
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<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 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>
<Version>5.9.3</Version>
<Version>5.10.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>5.9.2</ApiCompatVersion>
<ApiCompatVersion>5.9.3</ApiCompatVersion>
<PackageTags>Azure;Event Hubs;EventHubs;.NET;AMQP;IoT;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 comments on commit 0dc921a

Please sign in to comment.