From aa8a690157ea45b3f008b791a47086dca9e3b7dc Mon Sep 17 00:00:00 2001 From: filipw Date: Fri, 15 Nov 2019 14:09:23 +0100 Subject: [PATCH 1/3] updated to Roslyn 3.5.0-beta1-19564-02 --- build/Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Packages.props b/build/Packages.props index 3d57059884..a16004d7ea 100644 --- a/build/Packages.props +++ b/build/Packages.props @@ -5,7 +5,7 @@ 16.3.0-preview-19426-01 5.2.0 - 3.4.0-beta3-19551-02 + 3.5.0-beta1-19564-02 2.4.0 From a179308879ee2c46fcbec5d691cd1a43b3fb0911 Mon Sep 17 00:00:00 2001 From: filipw Date: Fri, 15 Nov 2019 14:09:44 +0100 Subject: [PATCH 2/3] Roslyn 3.5.0 in binding redirects --- src/OmniSharp.Abstractions/Configuration.cs | 2 +- src/OmniSharp.Http.Driver/app.config | 6 +++--- src/OmniSharp.Stdio.Driver/app.config | 6 +++--- tests/app.config | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/OmniSharp.Abstractions/Configuration.cs b/src/OmniSharp.Abstractions/Configuration.cs index e2f6509a6c..e5e4d70368 100644 --- a/src/OmniSharp.Abstractions/Configuration.cs +++ b/src/OmniSharp.Abstractions/Configuration.cs @@ -4,7 +4,7 @@ internal static class Configuration { public static bool ZeroBasedIndices = false; - public const string RoslynVersion = "3.4.0.0"; + public const string RoslynVersion = "3.5.0.0"; public const string RoslynPublicKeyToken = "31bf3856ad364e35"; public readonly static string RoslynFeatures = GetRoslynAssemblyFullName("Microsoft.CodeAnalysis.Features"); diff --git a/src/OmniSharp.Http.Driver/app.config b/src/OmniSharp.Http.Driver/app.config index 22be01fe3b..cb778f8f20 100644 --- a/src/OmniSharp.Http.Driver/app.config +++ b/src/OmniSharp.Http.Driver/app.config @@ -7,15 +7,15 @@ - + - + - + diff --git a/src/OmniSharp.Stdio.Driver/app.config b/src/OmniSharp.Stdio.Driver/app.config index 22be01fe3b..cb778f8f20 100644 --- a/src/OmniSharp.Stdio.Driver/app.config +++ b/src/OmniSharp.Stdio.Driver/app.config @@ -7,15 +7,15 @@ - + - + - + diff --git a/tests/app.config b/tests/app.config index f19d66aa92..ad0cf9474c 100644 --- a/tests/app.config +++ b/tests/app.config @@ -7,15 +7,15 @@ - + - + - + From b21d2148a5f079a4c58f79b4f409b00d71d310a4 Mon Sep 17 00:00:00 2001 From: filipw Date: Fri, 15 Nov 2019 14:26:17 +0100 Subject: [PATCH 3/3] changelog update --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 244bba5c76..6ecb462b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All changes to the project will be documented in this file. +## [1.34.8] - not yet released +* Update to Roslyn `3.5.0-beta1-19564-02` (PR:[#1652](https://github.com/OmniSharp/omnisharp-roslyn/pull/1652)) + ## [1.34.7] - 2019-11-06 * Updated the embedded Mono to 6.4.0 (PR:[#1640](https://github.com/OmniSharp/omnisharp-roslyn/pull/1640)) * Update to Roslyn `3.4.0-beta3-19551-02` to align with the upcoming .NET Core 3.1 Preview 3 (PR:[#1644](https://github.com/OmniSharp/omnisharp-roslyn/pull/1644))