From 69b8281a390aa2a92861aaf817eacbda3a89fac2 Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Mon, 30 Aug 2021 14:57:58 -0700 Subject: [PATCH 1/2] Update Roslyn to 4.0.0-4.21427.11 --- build/Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Packages.props b/build/Packages.props index 27e11b6405..90dedf87fb 100644 --- a/build/Packages.props +++ b/build/Packages.props @@ -7,7 +7,7 @@ 16.9.4 16.10.0 5.10.0 - 4.0.0-3.21373.8 + 4.0.0-4.21427.11 2.4.1 From 89af53db9473caffba98143bf11ee5930922a9f3 Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Mon, 30 Aug 2021 15:01:08 -0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a86cdd839..b05f0781d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,13 @@ All changes to the project will be documented in this file. ## [1.37.15] - Not released +* Update Roslyn to 4.0.0-4.21427.11 (PR: [#2220](https://github.com/OmniSharp/omnisharp-roslyn/pull/2220)) +* Update NuGet to 5.10.0 ([#2027](https://github.com/OmniSharp/omnisharp-roslyn/issues/2027), PR: [#2034](https://github.com/OmniSharp/omnisharp-roslyn/pull/2034)) +* Remove .NET Core 2.1 (PR: [#2219](https://github.com/OmniSharp/omnisharp-roslyn/pull/2219)) * Update versions to match .NET SDK 6 RC1 (PR: [#2217](https://github.com/OmniSharp/omnisharp-roslyn/pull/2217)) -* Use FullPaths for Locations that are returned with relative paths. (PR: [#2216](https://github.com/OmniSharp/omnisharp-roslyn/pull/2216)) +* Use FullPaths for Locations that are returned with relative paths. ([#2215](https://github.com/OmniSharp/omnisharp-roslyn/issues/2215), PR: [#2216](https://github.com/OmniSharp/omnisharp-roslyn/pull/2216)) * Improved logging in project manager (PR: [#2203](https://github.com/OmniSharp/omnisharp-roslyn/pull/2203)) -* Log a warning when external features path has no assemblies (PR: [#2202](https://github.com/OmniSharp/omnisharp-roslyn/pull/2202)) +* Log a warning when external features path has no assemblies ([#2201](https://github.com/OmniSharp/omnisharp-roslyn/issues/2201), PR: [#2202](https://github.com/OmniSharp/omnisharp-roslyn/pull/2202)) ## [1.37.14] - 2021-07-27 * Update to latest .NET SDKs (PR: [#2197](https://github.com/OmniSharp/omnisharp-roslyn/pull/2197))