From 8aeff6f249266588ee59d1a52042bf3eacc1dfb2 Mon Sep 17 00:00:00 2001 From: vinaysurya Date: Fri, 15 Dec 2017 11:28:42 -0800 Subject: [PATCH] Update release version and minot nit spell correction on comments (#392) --- .../Microsoft.Azure.ServiceBus.csproj | 2 +- test/Microsoft.Azure.ServiceBus.UnitTests/RetryTests.cs | 2 +- .../Microsoft.Azure.ServiceBus.UnitTests/SenderReceiverTests.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Microsoft.Azure.ServiceBus/Microsoft.Azure.ServiceBus.csproj b/src/Microsoft.Azure.ServiceBus/Microsoft.Azure.ServiceBus.csproj index 3041407..fc0fe69 100644 --- a/src/Microsoft.Azure.ServiceBus/Microsoft.Azure.ServiceBus.csproj +++ b/src/Microsoft.Azure.ServiceBus/Microsoft.Azure.ServiceBus.csproj @@ -2,7 +2,7 @@ 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/ - 2.0.0 + 3.0.0-preview Microsoft net461;netstandard2.0 ../../build/keyfile.snk diff --git a/test/Microsoft.Azure.ServiceBus.UnitTests/RetryTests.cs b/test/Microsoft.Azure.ServiceBus.UnitTests/RetryTests.cs index e5e7e59..12f32d0 100644 --- a/test/Microsoft.Azure.ServiceBus.UnitTests/RetryTests.cs +++ b/test/Microsoft.Azure.ServiceBus.UnitTests/RetryTests.cs @@ -124,7 +124,7 @@ namespace Microsoft.Azure.ServiceBus.UnitTests Assert.True(retryExponential.IsServerBusy, "policy1.IsServerBusy is not true"); } - [Fact(Skip = "Flaky Test in AppServer, fix and enable back")] + [Fact(Skip = "Flaky Test in Appveyor, fix and enable back")] async void RunOperationShouldReturnImmediatelyIfRetryIntervalIsGreaterThanOperationTimeout() { var policy = RetryPolicy.Default; diff --git a/test/Microsoft.Azure.ServiceBus.UnitTests/SenderReceiverTests.cs b/test/Microsoft.Azure.ServiceBus.UnitTests/SenderReceiverTests.cs index 41732f3..9e8ac3d 100644 --- a/test/Microsoft.Azure.ServiceBus.UnitTests/SenderReceiverTests.cs +++ b/test/Microsoft.Azure.ServiceBus.UnitTests/SenderReceiverTests.cs @@ -185,7 +185,7 @@ namespace Microsoft.Azure.ServiceBus.UnitTests } } - [Fact(Skip = "Flaky Test in AppServer, fix and enable back")] + [Fact(Skip = "Flaky Test in Appveyor, fix and enable back")] [DisplayTestMethodName] public async Task WaitingReceiveShouldReturnImmediatelyWhenReceiverIsClosed() {