From 4d64be26ace8c19a137a1ea7a1027c3d5fb1aa07 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri, 18 Sep 2020 08:47:01 -0700 Subject: [PATCH] Increment package version after release of Microsoft.Azure.ServiceBus (#15111) --- sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md | 3 +++ .../src/Microsoft.Azure.ServiceBus.csproj | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md b/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md index 4ef1b532ebada..9c5854868b86a 100644 --- a/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md +++ b/sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md @@ -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) 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 e3b5768af0629..902c52a91531c 100644 --- a/sdk/servicebus/Microsoft.Azure.ServiceBus/src/Microsoft.Azure.ServiceBus.csproj +++ b/sdk/servicebus/Microsoft.Azure.ServiceBus/src/Microsoft.Azure.ServiceBus.csproj @@ -1,8 +1,9 @@ - + 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.0.0 + 5.1.0-beta.1 + 5.0.0 Microsoft;Azure;Service Bus;ServiceBus;.NET;AMQP;IoT;Queue;Topic $(RequiredTargetFrameworks) $(NoWarn);CS1591;CS1573;NU5125