From c4a3c980f842f22e2b79be3f58a4ad4adbe53192 Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Thu, 5 Oct 2023 09:24:30 -0700 Subject: [PATCH 1/2] Add RazorComplier EA to support razor generators --- Directory.Packages.props | 1 + src/OmniSharp.Roslyn/OmniSharp.Roslyn.csproj | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Directory.Packages.props b/Directory.Packages.props index ad8eb944d9..f35a728678 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -41,6 +41,7 @@ + diff --git a/src/OmniSharp.Roslyn/OmniSharp.Roslyn.csproj b/src/OmniSharp.Roslyn/OmniSharp.Roslyn.csproj index 7247f27eee..5de02185b1 100644 --- a/src/OmniSharp.Roslyn/OmniSharp.Roslyn.csproj +++ b/src/OmniSharp.Roslyn/OmniSharp.Roslyn.csproj @@ -16,6 +16,8 @@ + + From 6bff13d91ea8eb064e7756755645a17250732add Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Thu, 5 Oct 2023 09:33:53 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ce5c1cc5..9d38944c78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All changes to the project will be documented in this file. +## [1.39.10] - 2023-10-05 +* Add RazorComplier EA to support razor generators (PR: [#2572](https://github.com/OmniSharp/omnisharp-roslyn/pull/2572)) + ## [1.39.9] - 2023-10-04 * Add Kind parameter to InlayHint (PR: [#2570](https://github.dev/OmniSharp/omnisharp-roslyn/pull/2570)) * Do not include commit characters if the typed span is empty (PR: [#2569](https://github.com/OmniSharp/omnisharp-roslyn/pull/2569))