Skip to content

Commit

Permalink
Bump Razor to 9.0.0-preview.24325.5 (#7277)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzngard authored Jun 25, 2024
1 parent 8ed22df commit eff2677
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)

# Latest
* Update Razor to 9.0.0-preview.24325.5 (PR: [#7277](https://github.com/dotnet/vscode-csharp/pull/7277))
* Fix completion commit characters (PR: [#10533](https://github.com/dotnet/razor/pull/10533))
* Add back roll foward to rzls (PR: [#10530](https://github.com/dotnet/razor/pull/10530))
* Don't show misc files project in hover info (PR: [#10503](https://github.com/dotnet/razor/pull/10503))
* Fold C# statement keyword blocks (PR: [#10496](https://github.com/dotnet/razor/pull/10496))
* Update Roslyn to 4.11.0-3.24320.2 (PR: [#7257](https://github.com/dotnet/vscode-csharp/pull/7257))
* Add brokered service for Hot Reload in VS Code: GenericHotReloadAgentManagerService (PR: [#74029](https://github.com/dotnet/roslyn/pull/74029))
* Bump razor to include fix for project serialization (PR: [#74021](https://github.com/dotnet/roslyn/pull/74021))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"defaults": {
"roslyn": "4.11.0-3.24320.2",
"omniSharp": "1.39.11",
"razor": "9.0.0-preview.24316.1",
"razor": "9.0.0-preview.24325.5",
"razorOmnisharp": "7.0.0-preview.23363.1",
"xamlTools": "17.11.35021.135"
},
Expand Down

0 comments on commit eff2677

Please sign in to comment.