Skip to content

Commit

Permalink
Increment package version after release of Microsoft.Azure.WebJobs.Ex…
Browse files Browse the repository at this point in the history
…tensions.EventHubs (#41965)
  • Loading branch information
azure-sdk committed Feb 14, 2024
1 parent cfa02b5 commit f1f6286
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

## 6.2.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 6.1.0 (2024-02-13)

### Bugs Fixed
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>6.1.0</Version>
<Version>6.2.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>6.0.2</ApiCompatVersion>
<ApiCompatVersion>6.1.0</ApiCompatVersion>
<NoWarn>$(NoWarn);AZC0001;CS1591;SA1636</NoWarn>
<AssemblyOriginatorKeyFile>sign.snk</AssemblyOriginatorKeyFile>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
Expand Down

0 comments on commit f1f6286

Please sign in to comment.