diff --git a/CHANGELOG.md b/CHANGELOG.md index 87f4a365b..221a86e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,9 @@ # 2.39.x * Add language status bar item displaying project context for open files (PR: [#7321](https://github.com/dotnet/vscode-csharp/pull/7321), PR: [#7333](https://github.com/dotnet/vscode-csharp/pull/7333)) * Add language status bar item for workspace status (C# standalone) (PR: [#7254](https://github.com/dotnet/vscode-csharp/pull/7254), PR: [#7329])https://github.com/dotnet/vscode-csharp/pull/7329)) -* Update Razor to 9.0.0-preview.24360.1 (PR: [#7327](https://github.com/dotnet/vscode-csharp/pull/7327)) +* Update Razor to 9.0.0-preview.24365.1 (PR: [#7354](https://github.com/dotnet/vscode-csharp/pull/7354)) + * Fix project info reading (PR: [#10623](https://github.com/dotnet/razor/pull/10623)) + * Fix NRE when invoking completion in empty document (PR: [#10610](https://github.com/dotnet/razor/pull/10610)) * Improve perf in generator cache cases (PR: [#10577](https://github.com/dotnet/razor/pull/10577)) * Handle InsertReplaceEdit for completion (PR: [#10563](https://github.com/dotnet/razor/pull/10563)) * Use System.Text.Json for serialization (PR: [#10551](https://github.com/dotnet/razor/pull/10551)) @@ -39,7 +41,7 @@ * Bump xamltools to 17.12.35112.24 (PR: [#7309](https://github.com/dotnet/vscode-csharp/pull/7334)) * Fixed issue with Exception type related to https://github.com/microsoft/vscode-dotnettools/issues/1247 * Fixed Hot Reload not working on some Android device models: https://github.com/microsoft/vscode-dotnettools/issues/1241 - + # 2.38.16 * Start localizing additional strings (PR: [#7305](https://github.com/dotnet/vscode-csharp/pull/7305)) diff --git a/package.json b/package.json index ffb620538..1a2c5ddb0 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "defaults": { "roslyn": "4.12.0-1.24359.11", "omniSharp": "1.39.11", - "razor": "9.0.0-preview.24360.1", + "razor": "9.0.0-preview.24365.1", "razorOmnisharp": "7.0.0-preview.23363.1", "xamlTools": "17.12.35112.24" },