From bb8ffbcba1d77ac8bf9493c84730913795599171 Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Tue, 18 Aug 2020 05:45:47 -0700 Subject: [PATCH 1/4] Update Roslyn version and tooling to match NET 5 Preview8 --- build/Packages.props | 2 +- tools/packages.config | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/build/Packages.props b/build/Packages.props index 58f17d70d3..abc46fb614 100644 --- a/build/Packages.props +++ b/build/Packages.props @@ -5,7 +5,7 @@ 16.6.0 5.2.0 - 3.8.0-1.20363.1 + 3.8.0-2.20413.3 2.4.0 diff --git a/tools/packages.config b/tools/packages.config index 8f4ea53235..7b84921871 100644 --- a/tools/packages.config +++ b/tools/packages.config @@ -2,27 +2,27 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + From 92c81fda5a58cd15a68803a64a54dad6e87a57f2 Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Tue, 18 Aug 2020 05:46:05 -0700 Subject: [PATCH 2/4] Update changelog for 1.36.2 release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ead84e742..7584959f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog All changes to the project will be documented in this file. +## [1.36.2] - 2020-08-18 +* Update Roslyn version and tooling to match .NET 5 Preview8 (PR: [#1897](https://github.com/OmniSharp/omnisharp-roslyn/pull/1897)) +* Updated lsp library to fix issue with signature help, etc (PR: [#1890](https://github.com/OmniSharp/omnisharp-roslyn/pull/1890)) +* Include version matched target files with minimal MSBuild (PR: [#1895](https://github.com/OmniSharp/omnisharp-roslyn/pull/1895)) +* Fix lack of trailing italics in quickinfo (PR: [#1894](https://github.com/OmniSharp/omnisharp-roslyn/pull/1894)) +* Added System.Reflection.Emit.* to embedded mono script (PR: [#1892](https://github.com/OmniSharp/omnisharp-roslyn/pull/1892)) +* Start moving omnisharp to directly using Roslyn's completion service (PR: [#1877](https://github.com/OmniSharp/omnisharp-roslyn/pull/1877)) +* Add asynchronous test completed events (PR: [#1802](https://github.com/OmniSharp/omnisharp-roslyn/pull/1802)) + ## [1.36.1] - 2020-08-12 * Fix MSBuild version mismatch with new SDKs ([omnisharp-vscode#3951](https://github.com/OmniSharp/omnisharp-vscode/issues/3951), PR: [#1883](https://github.com/OmniSharp/omnisharp-roslyn/pull/1883)) From f512ce2a851ba844b2ab22ca66e842b92e6e9eae Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Tue, 18 Aug 2020 05:58:37 -0700 Subject: [PATCH 3/4] Update changelog to reflect 1.37.0 release version --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7584959f2a..3a1555a6e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All changes to the project will be documented in this file. -## [1.36.2] - 2020-08-18 +## [1.37.0] - 2020-08-18 * Update Roslyn version and tooling to match .NET 5 Preview8 (PR: [#1897](https://github.com/OmniSharp/omnisharp-roslyn/pull/1897)) * Updated lsp library to fix issue with signature help, etc (PR: [#1890](https://github.com/OmniSharp/omnisharp-roslyn/pull/1890)) * Include version matched target files with minimal MSBuild (PR: [#1895](https://github.com/OmniSharp/omnisharp-roslyn/pull/1895)) From 49ad1b49bd044b6ce70a770ed6ae49f22fbc73fc Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Tue, 18 Aug 2020 07:08:45 -0700 Subject: [PATCH 4/4] Revert Roslyn version bump --- build.json | 5 ++--- build/Packages.props | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build.json b/build.json index 2f2dcbd9b2..bf1f7b01f0 100644 --- a/build.json +++ b/build.json @@ -11,8 +11,7 @@ "MonoRuntimeLinux32": "mono.linux-x86-6.10.0.104.zip", "MonoRuntimeLinux64": "mono.linux-x86_64-6.10.0.104.zip", "HostProjects": [ - "OmniSharp.Stdio.Driver", - "OmniSharp.Http.Driver" + "OmniSharp.Stdio.Driver" ], "TestProjects": [ "OmniSharp.MSBuild.Tests", @@ -57,4 +56,4 @@ "RestoreOnlyTestAssets": [ "ProjectWithMissingType" ] -} \ No newline at end of file +} diff --git a/build/Packages.props b/build/Packages.props index 16ad17cd0e..a61c7199b4 100644 --- a/build/Packages.props +++ b/build/Packages.props @@ -5,7 +5,7 @@ 16.6.0 5.2.0 - 3.8.0-2.20413.3 + 3.8.0-1.20363.1 2.4.0