Skip to content

Commit

Permalink
Increment package version after release of Microsoft.Azure.ServiceBus (
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Sep 18, 2020
1 parent 16dfdd1 commit 4d64be2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Release History
## 5.1.0-beta.1 (Unreleased)


## 5.0.0 (2020-09-11)
### Breaking Changes
- Setting sessionId to be same as partition key and adding validation [PR 13961](https://github.com/Azure/azure-sdk-for-net/pull/13961)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>Azure ServiceBus SDK</AssemblyTitle>
<Description>This is the next generation Azure Service Bus .NET Standard client library that focuses on queues &amp; topics. For more information about Service Bus, see https://azure.microsoft.com/en-us/services/service-bus/</Description>
<Version>5.0.0</Version>
<Version>5.1.0-beta.1</Version>
<ApiCompatVersion>5.0.0</ApiCompatVersion>
<PackageTags>Microsoft;Azure;Service Bus;ServiceBus;.NET;AMQP;IoT;Queue;Topic</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<NoWarn>$(NoWarn);CS1591;CS1573;NU5125</NoWarn>
Expand Down

0 comments on commit 4d64be2

Please sign in to comment.