diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd9b026e..e530310f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,12 @@ * Revise SUPPORT.md for clarity on sharing information (PR: [#8807](https://github.com/dotnet/vscode-csharp/pull/8807)) * Fix indentation after pressing Enter in Razor files (PR: [#8809](https://github.com/dotnet/vscode-csharp/pull/8809)) * Remove non-cohosting editor code (PR: [#8810](https://github.com/dotnet/vscode-csharp/pull/8810)) -* Bump Razor to 10.0.0-preview.25573.2 (PR: [#8815](https://github.com/dotnet/vscode-csharp/pull/8815)) +* Bump Razor to 10.0.0-preview.25577.1 (PR: [#8820](https://github.com/dotnet/vscode-csharp/pull/8820)) * Explicitly handle switch expressions in parser (PR: [#12500](https://github.com/dotnet/razor/pull/12500)) * Bring back Go to Def, FAR and hover for components via Roslyn (PR: [#12501](https://github.com/dotnet/razor/pull/12501)) * Don't add newlines at the start of implicit expressions in on type formatting (PR: [#12489](https://github.com/dotnet/razor/pull/12489)) + * Add the RazorCSharp keywords to completion (PR: [#12522](https://github.com/dotnet/razor/pull/12522)) + * Remove non-cohost bits from C# extension (PR: [#12518](https://github.com/dotnet/razor/pull/12518)) * Update Roslyn to 5.3.0-2.25571.4 (PR: [#8813](https://github.com/dotnet/vscode-csharp/pull/8813)) * Fix typing of 'else' causing unwanted indentation of following statement (PR: [#81393](https://github.com/dotnet/roslyn/pull/81393)) * Show semantic errors for loose files with top-level statements (PR: [#81326](https://github.com/dotnet/roslyn/pull/81326)) diff --git a/package.json b/package.json index bcb37e4e8..20f93c387 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "defaults": { "roslyn": "5.3.0-2.25571.4", "omniSharp": "1.39.14", - "razor": "10.0.0-preview.25573.2", + "razor": "10.0.0-preview.25577.1", "razorOmnisharp": "7.0.0-preview.23363.1", "xamlTools": "18.3.11128.18" },