Skip to content

Commit 29ae434

Browse files
authored
Increment version for servicebus releases (Azure#17134)
Increment package version after release of Microsoft.Azure.ServiceBus
1 parent 620a140 commit 29ae434

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Release History
2+
## 5.2.0-beta.1 (Unreleased)
3+
4+
25
## 5.1.0-beta.1 (Unreleased)
36

47
## 5.1.0 (2020-11-20)

sdk/servicebus/Microsoft.Azure.ServiceBus/src/Microsoft.Azure.ServiceBus.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<PropertyGroup>
33
<AssemblyTitle>Azure ServiceBus SDK</AssemblyTitle>
44
<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>
5-
<Version>5.1.0</Version>
5+
<Version>5.2.0-beta.1</Version>
6+
<ApiCompatVersion>5.1.0</ApiCompatVersion>
67
<PackageTags>Microsoft;Azure;Service Bus;ServiceBus;.NET;AMQP;IoT;Queue;Topic</PackageTags>
78
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
89
<NoWarn>$(NoWarn);CS1591;CS1573;NU5125</NoWarn>

0 commit comments

Comments
 (0)