Skip to content

Commit

Permalink
Increment version for servicebus releases (#22071)
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 Jun 23, 2021
1 parent f59a870 commit 227f6b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release History

## 5.0.0-beta.5 (Unreleased)

### Features Added

### Breaking Changes

### Key Bugs Fixed

### Fixed


## 5.0.0-beta.4 (2021-06-22)

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Description>Microsoft Azure WebJobs SDK ServiceBus Extension</Description>
<Version>5.0.0-beta.4</Version>
<Version>5.0.0-beta.5</Version>
<NoWarn>$(NoWarn);AZC0001;CS1591;SA1636;CA1507</NoWarn>
<SignAssembly>true</SignAssembly>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
Expand Down

0 comments on commit 227f6b3

Please sign in to comment.