From 2af95223ce50529e6e156f04fdd9fafc2b2c2af3 Mon Sep 17 00:00:00 2001 From: filipw Date: Wed, 11 Mar 2020 17:05:22 +0100 Subject: [PATCH 1/2] updated to dotnet script 0.51 --- build/Packages.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Packages.props b/build/Packages.props index a38556ee0b..969c41f6f4 100644 --- a/build/Packages.props +++ b/build/Packages.props @@ -12,8 +12,8 @@ - - + + From 522fe532009d2ab2a967fd9972541a95cb55948e Mon Sep 17 00:00:00 2001 From: filipw Date: Wed, 11 Mar 2020 17:41:04 +0100 Subject: [PATCH 2/2] updated changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 197aff6100..1ae47c27de 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.15] - not yet released +* Support for .NET Core 3.1 in csx files (PR: [#1731](https://github.com/OmniSharp/omnisharp-roslyn/pull/1731)) + ## [1.34.14] - 2020-03-09 * Added support for `annotations` value of `Nullable` csproj property ([#1721](https://github.com/OmniSharp/omnisharp-roslyn/issues/1721), PR: [#1722](https://github.com/OmniSharp/omnisharp-roslyn/pull/1722)) * Added ability to specify custom RunSettings for tests (PR: [omnisharp-vscode#3573](https://github.com/OmniSharp/omnisharp-vscode/pull/3573), PR: [#1710](https://github.com/OmniSharp/omnisharp-roslyn/pull/1710)) @@ -14,7 +17,7 @@ All changes to the project will be documented in this file. * Raised the lowest discovered VS2019 version to 16.3 ([#1700](https://github.com/OmniSharp/omnisharp-roslyn/issues/1700), PR: [#1713](https://github.com/OmniSharp/omnisharp-roslyn/pull/1713)) ## [1.34.11] - 2020-02-05 -* Updated the bundled to Mono 6.8.0 and MSBuild to be copied from Mono 6.8.0 ([#1693](https://github.com/OmniSharp/omnisharp-roslyn/issues/1693), PR: [#1697](https://github.com/OmniSharp/omnisharp-roslyn/pull/1697)) +* Updated the bundled Mono to 6.8.0 and MSBuild to be copied from Mono 6.8.0 ([#1693](https://github.com/OmniSharp/omnisharp-roslyn/issues/1693), PR: [#1697](https://github.com/OmniSharp/omnisharp-roslyn/pull/1697)) * Included NugetSDKResolver in the minimal MSBuild, which introduces support for Nuget based project SDKs like Arcade ([#1678](https://github.com/OmniSharp/omnisharp-roslyn/issues/1678), PR: [#1696](https://github.com/OmniSharp/omnisharp-roslyn/pull/1696)) ## [1.34.10] - 2020-01-27