Skip to content

Commit

Permalink
Increment version for eventhub releases (#34503)
Browse files Browse the repository at this point in the history
Increment package version after release of Microsoft.Azure.WebJobs.Extensions.EventHubs
  • Loading branch information
azure-sdk authored Feb 23, 2023
1 parent d0bd695 commit 07036d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 5.3.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 5.2.0 (2023-02-23)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Description>Microsoft Azure WebJobs SDK EventHubs Extension</Description>
<Version>5.2.0</Version>
<Version>5.3.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>5.1.2</ApiCompatVersion>
<ApiCompatVersion>5.2.0</ApiCompatVersion>
<NoWarn>$(NoWarn);AZC0001;CS1591;SA1636</NoWarn>
<AssemblyOriginatorKeyFile>sign.snk</AssemblyOriginatorKeyFile>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
Expand Down

0 comments on commit 07036d7

Please sign in to comment.