Skip to content

Commit 53103ed

Browse files
add changelog for a new nuget minor version bump (Azure#17131)
1 parent 8f924b2 commit 53103ed

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Release History
22
## 5.1.0-beta.1 (Unreleased)
33

4+
## 5.1.0 (2020-11-20)
5+
- Bugfix - Fixing a bug in management client that is sending atom xml elements out of order [PR 16488](https://github.com/Azure/azure-sdk-for-net/pull/16488)
6+
- Bugfix - Convert "Invalid operation while connection is closing" to retriable ServiceBusException [PR 17023](https://github.com/Azure/azure-sdk-for-net/pull/17023)
47

58
## 5.0.0 (2020-09-11)
69
### Breaking Changes

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
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-beta.1</Version>
6-
<ApiCompatVersion>5.0.0</ApiCompatVersion>
5+
<Version>5.1.0</Version>
76
<PackageTags>Microsoft;Azure;Service Bus;ServiceBus;.NET;AMQP;IoT;Queue;Topic</PackageTags>
87
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
98
<NoWarn>$(NoWarn);CS1591;CS1573;NU5125</NoWarn>

0 commit comments

Comments
 (0)