From 65329276e9379f5ba66189f1c88d7b9894c60e16 Mon Sep 17 00:00:00 2001 From: Colin Sullivan Date: Mon, 12 Oct 2020 19:29:42 -0600 Subject: [PATCH] bump version and update deps (#414) Signed-off-by: Colin Sullivan --- documentation/DoxyFile.NATS.Client | 2 +- src/Benchmarks/MicroBenchmarks/MicroBenchmarks.csproj | 2 +- src/Benchmarks/MicroBenchmarks/NuidBenchmark.cs | 2 +- src/Tests/IntegrationTests/IntegrationTests.csproj | 6 +++--- src/Tests/UnitTests/UnitTests.csproj | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/documentation/DoxyFile.NATS.Client b/documentation/DoxyFile.NATS.Client index 00495b92c..41eb420c6 100755 --- a/documentation/DoxyFile.NATS.Client +++ b/documentation/DoxyFile.NATS.Client @@ -38,7 +38,7 @@ PROJECT_NAME = "NATS .NET Client" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.10.0 +PROJECT_NUMBER = 0.11.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/src/Benchmarks/MicroBenchmarks/MicroBenchmarks.csproj b/src/Benchmarks/MicroBenchmarks/MicroBenchmarks.csproj index 4276fc4a8..70957f5c8 100644 --- a/src/Benchmarks/MicroBenchmarks/MicroBenchmarks.csproj +++ b/src/Benchmarks/MicroBenchmarks/MicroBenchmarks.csproj @@ -16,7 +16,7 @@ - + diff --git a/src/Benchmarks/MicroBenchmarks/NuidBenchmark.cs b/src/Benchmarks/MicroBenchmarks/NuidBenchmark.cs index 0a4717910..01334e90b 100644 --- a/src/Benchmarks/MicroBenchmarks/NuidBenchmark.cs +++ b/src/Benchmarks/MicroBenchmarks/NuidBenchmark.cs @@ -19,7 +19,7 @@ namespace MicroBenchmarks { - [DisassemblyDiagnoser(printAsm: true, printSource: true)] + [DisassemblyDiagnoser(printSource: true)] [Orderer(SummaryOrderPolicy.FastestToSlowest)] [MemoryDiagnoser] [MarkdownExporterAttribute.GitHub] diff --git a/src/Tests/IntegrationTests/IntegrationTests.csproj b/src/Tests/IntegrationTests/IntegrationTests.csproj index b669bf029..d1fbac9c3 100644 --- a/src/Tests/IntegrationTests/IntegrationTests.csproj +++ b/src/Tests/IntegrationTests/IntegrationTests.csproj @@ -6,16 +6,16 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Tests/UnitTests/UnitTests.csproj b/src/Tests/UnitTests/UnitTests.csproj index 4b1bb9f07..cc5a0dbf2 100644 --- a/src/Tests/UnitTests/UnitTests.csproj +++ b/src/Tests/UnitTests/UnitTests.csproj @@ -11,9 +11,9 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive