Skip to content

Commit

Permalink
Increment version for servicebus releases (Azure#29206)
Browse files Browse the repository at this point in the history
Increment package version after release of Microsoft.Azure.WebJobs.Extensions.ServiceBus
  • Loading branch information
azure-sdk authored and sarkar-rajarshi committed Jun 10, 2022
1 parent d956ca6 commit e5471e7
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.6.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 5.5.1 (2022-06-07)

### 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 ServiceBus Extension</Description>
<Version>5.5.1</Version>
<Version>5.6.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>5.5.0</ApiCompatVersion>
<ApiCompatVersion>5.5.1</ApiCompatVersion>
<NoWarn>$(NoWarn);AZC0001;CS1591;SA1636</NoWarn>
<SignAssembly>true</SignAssembly>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
Expand Down

0 comments on commit e5471e7

Please sign in to comment.