Skip to content

Commit

Permalink
Increment version for storage releases (#21169)
Browse files Browse the repository at this point in the history
Increment package version after release of Microsoft.Azure.WebJobs.Extensions.Storage.Queues
  • Loading branch information
azure-sdk authored May 18, 2021
1 parent fb3caae commit 3533e97
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 5.0.0-beta.5 (Unreleased)


## 5.0.0-beta.4 (2021-05-18)
- Fixed bug where custom implementations of `IQueueProcessorFactory` could overwrite each other settings.
- Added new configuration formats so extensions that need multiple storage services can specify them in one connection configuration.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<Version>5.0.0-beta.4</Version>
<Version>5.0.0-beta.5</Version>
<Description>This extension adds bindings for Storage</Description>
<!-- https://github.com/Azure/azure-sdk-for-net/issues/19222 -->
<NoWarn>$(NoWarn);IDT002</NoWarn>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 5.0.0-beta.5 (Unreleased)


## 5.0.0-beta.4 (2021-05-18)
Please refer to [`Microsoft.Azure.WebJobs.Extension.Storage.Blobs`](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/CHANGELOG.md) and [`Microsoft.Azure.WebJobs.Extension.Storage.Queues`](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/CHANGELOG.md) for detailed list of changes.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<Version>5.0.0-beta.4</Version>
<Version>5.0.0-beta.5</Version>
<Description>This extension adds bindings for Storage</Description>
<!-- This package is a metapackage. The flag below makes sure it doesn't include any DLL-->
<IncludeBuildOutput>false</IncludeBuildOutput>
Expand Down

0 comments on commit 3533e97

Please sign in to comment.