diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a53d16dc..f937ee313b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All changes to the project will be documented in this file. +## [1.37.16] - 2021-10-01 +* Update included Build Tools to match .NET SDK 6 (PR: [#2239](https://github.com/OmniSharp/omnisharp-roslyn/pull/2239)) +* Add Custom .NET CLI support to OmniSharp (PR: [#2227](https://github.com/OmniSharp/omnisharp-roslyn/pull/2227)) +* Handle .editorconfig changes without running a new design time build ([#2112](https://github.com/OmniSharp/omnisharp-roslyn/issues/2112) PR: [#2234](https://github.com/OmniSharp/omnisharp-roslyn/pull/2234)) +* Do not return nulls when getting documents by path ([#2125](https://github.com/OmniSharp/omnisharp-roslyn/issues/2125) PR: [#2233](https://github.com/OmniSharp/omnisharp-roslyn/pull/2233)) +* handle RecordStructName in semantic highlighting classification ([#2228](https://github.com/OmniSharp/omnisharp-roslyn/issues/2228) PR: [#2232](https://github.com/OmniSharp/omnisharp-roslyn/pull/2232)) +* Update CodeStructureService with FileScoped Namespace support ([#2225](https://github.com/OmniSharp/omnisharp-roslyn/issues/2225) PR: [#2226](https://github.com/OmniSharp/omnisharp-roslyn/pull/2226)) + ## [1.37.15] - 2021-08-31 * 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)) diff --git a/build/Packages.props b/build/Packages.props index 90dedf87fb..c9a0ae59c1 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-4.21427.11 + 4.0.0-5.21480.15 2.4.1 diff --git a/tools/packages.config b/tools/packages.config index 92b0c1e993..108f51d8a0 100644 --- a/tools/packages.config +++ b/tools/packages.config @@ -9,44 +9,44 @@ - - + + - - - - - + + + + + - - - - - + + + + + - + - + - - - - - + + + + +