From 7ece7b55ea4e6d7af11fcb63a21bb9dd39373e53 Mon Sep 17 00:00:00 2001 From: DorothySun216 <55454966+DorothySun216@users.noreply.github.com> Date: Fri, 20 Nov 2020 14:05:27 -0800 Subject: [PATCH] add changelog for a new nuget minor version bump --- sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md | 3 +++ .../src/Microsoft.Azure.ServiceBus.csproj | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md b/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md index 9c5854868b86a..a90e7b6b28d29 100644 --- a/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md +++ b/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md @@ -1,6 +1,9 @@ # Release History ## 5.1.0-beta.1 (Unreleased) +## 5.1.0 (2020-11-20) +- 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) +- Bugfix - Convert "Invalid operation while connection is closing" to retriable ServiceBusException [PR 17023](https://github.com/Azure/azure-sdk-for-net/pull/17023) ## 5.0.0 (2020-09-11) ### Breaking Changes diff --git a/sdk/servicebus/Microsoft.Azure.ServiceBus/src/Microsoft.Azure.ServiceBus.csproj b/sdk/servicebus/Microsoft.Azure.ServiceBus/src/Microsoft.Azure.ServiceBus.csproj index 902c52a91531c..d99cad8b045f7 100644 --- a/sdk/servicebus/Microsoft.Azure.ServiceBus/src/Microsoft.Azure.ServiceBus.csproj +++ b/sdk/servicebus/Microsoft.Azure.ServiceBus/src/Microsoft.Azure.ServiceBus.csproj @@ -2,8 +2,7 @@ Azure ServiceBus SDK This is the next generation Azure Service Bus .NET Standard client library that focuses on queues & topics. For more information about Service Bus, see https://azure.microsoft.com/en-us/services/service-bus/ - 5.1.0-beta.1 - 5.0.0 + 5.1.0 Microsoft;Azure;Service Bus;ServiceBus;.NET;AMQP;IoT;Queue;Topic $(RequiredTargetFrameworks) $(NoWarn);CS1591;CS1573;NU5125