Update release version and minot nit spell correction on comments (#392)

This commit is contained in:
vinaysurya 2017-12-15 11:28:42 -08:00 коммит произвёл GitHub
Родитель df89b97896
Коммит 8aeff6f249
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<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> <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>
<VersionPrefix>2.0.0</VersionPrefix> <VersionPrefix>3.0.0-preview</VersionPrefix>
<Authors>Microsoft</Authors> <Authors>Microsoft</Authors>
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks> <TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
<AssemblyOriginatorKeyFile>../../build/keyfile.snk</AssemblyOriginatorKeyFile> <AssemblyOriginatorKeyFile>../../build/keyfile.snk</AssemblyOriginatorKeyFile>

Просмотреть файл

@ -124,7 +124,7 @@ namespace Microsoft.Azure.ServiceBus.UnitTests
Assert.True(retryExponential.IsServerBusy, "policy1.IsServerBusy is not true"); 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() async void RunOperationShouldReturnImmediatelyIfRetryIntervalIsGreaterThanOperationTimeout()
{ {
var policy = RetryPolicy.Default; var policy = RetryPolicy.Default;

Просмотреть файл

@ -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] [DisplayTestMethodName]
public async Task WaitingReceiveShouldReturnImmediatelyWhenReceiverIsClosed() public async Task WaitingReceiveShouldReturnImmediatelyWhenReceiverIsClosed()
{ {