Skip to content

Commit

Permalink
Increment version for servicebus releases (#17134)
Browse files Browse the repository at this point in the history
Increment package version after release of Microsoft.Azure.ServiceBus
  • Loading branch information
azure-sdk authored Nov 21, 2020
1 parent 620a140 commit 29ae434
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.2.0-beta.1 (Unreleased)


## 5.1.0-beta.1 (Unreleased)

## 5.1.0 (2020-11-20)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<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.1.0</Version>
<Version>5.2.0-beta.1</Version>
<ApiCompatVersion>5.1.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 29ae434

Please sign in to comment.