From f7f6db8670a5a2eaa55b55b76942d2f0e405c7a5 Mon Sep 17 00:00:00 2001 From: nohwnd Date: Thu, 17 Feb 2022 18:08:56 +0100 Subject: [PATCH 1/2] Update versions --- tools/packages.config | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/tools/packages.config b/tools/packages.config index a8e7c1bffc..46b7b28f87 100644 --- a/tools/packages.config +++ b/tools/packages.config @@ -9,38 +9,38 @@ - - + + - - - - - - + + + + + + - - - - - + + + + + - + - + From 40b798abed82f7b2dc8ca7dbe6292a4ef8c17583 Mon Sep 17 00:00:00 2001 From: nohwnd Date: Fri, 18 Feb 2022 13:59:25 +0100 Subject: [PATCH 2/2] Update change log --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b55e14f30..027645ecad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog All changes to the project will be documented in this file. +## [1.38.1] - 2022-02-18 +* Reuse Roslyn's analyzer assembly loader (PR: [#2236](https://github.com/OmniSharp/omnisharp-roslyn/pull/2236)) +* Pass Completion, Rename and Block Structure options directly instead of updating the Workspace (PR: [#2306](https://github.com/OmniSharp/omnisharp-roslyn/pull/2306)) +* Update included build tool to match the current 6.0.200 sdk (PR: [#2329](https://github.com/OmniSharp/omnisharp-roslyn/pull/2329)) +* Fix concurrency issue in CSharpDiagnosticWorker (PR: [#2333](https://github.com/OmniSharp/omnisharp-roslyn/pull/2333)) +* run analyzers on multiple threads if allowed to (PR: [#2285](https://github.com/OmniSharp/omnisharp-roslyn/pull/2285)) +* Add MSBuild project to solution and apply the change to Roslyn workspace as a unit (PR: [#2314](https://github.com/OmniSharp/omnisharp-roslyn/pull/2314)) +* Updated to Roslyn 4.0.1 (PR: [#2323](https://github.com/OmniSharp/omnisharp-roslyn/pull/2323)) +* Enable OmniSharp.Cake tests for .NET 6 (PR: [#2307](https://github.com/OmniSharp/omnisharp-roslyn/pull/2307)) +* Handle completions with trailing whitespace on previous lines (PR: [#2319](https://github.com/OmniSharp/omnisharp-roslyn/pull/2319)) +* Update build bools to match .NET SDK 6.0.200 (PR: [#2347](https://github.com/OmniSharp/omnisharp-roslyn/pull/2347)) + ## [1.38.0] - 2021-12-15 * Build OmniSharp servers that run on .NET 6 SDK (PR: [2291](https://github.com/OmniSharp/omnisharp-roslyn/pull/2291)) * Allow net6 build of O# to load newer .NET SDKs (PR: [#2308](https://github.com/OmniSharp/omnisharp-roslyn/pull/2308))