Skip to content

Commit 6a897a9

Browse files
committed
Bump Razor to 10.0.0-preview.25472.6
1 parent 915be27 commit 6a897a9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
* Allow clients to send range ending at the line after the last line in the document(PR: [#80310](https://github.com/dotnet/roslyn/pull/80310))
1313
* Don't show Razor diagnostics in Full Solution Analysis(PR: [#80296](https://github.com/dotnet/roslyn/pull/80296))
1414
* Log project context in which document was found(PR: [#80202](https://github.com/dotnet/roslyn/pull/80202))
15-
* Bump Razor to 10.0.0-preview.25469.5 (PR: [#8642](https://github.com/dotnet/vscode-csharp/pull/8642))
16-
* Support view components in Go To Def (PR: [#12222](https://github.com/dotnet/razor/pull/12222))
17-
* Redirect the older named assembly too (PR: [#12239](https://github.com/dotnet/razor/pull/12239))
15+
* Bump Razor to 10.0.0-preview.25472.6 (PR: [#8639](https://github.com/dotnet/vscode-csharp/pull/8639))
16+
* Support view components in Go To Def (PR: [#12222](https://github.com/dotnet/razor/pull/12222))
17+
* Redirect the older named assembly too (PR: [#12239](https://github.com/dotnet/razor/pull/12239))
18+
* Restore "Show Html/C#" VS Code commands (PR: [#12234](https://github.com/dotnet/razor/pull/12234))
1819

1920
# 2.92.x
2021
* Bump Razor to 10.0.0-preview.25464.2 (PR: [#8628](https://github.com/dotnet/vscode-csharp/pull/8628))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"defaults": {
4343
"roslyn": "5.0.0-2.25472.11",
4444
"omniSharp": "1.39.14",
45-
"razor": "10.0.0-preview.25469.5",
45+
"razor": "10.0.0-preview.25472.6",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",
4747
"xamlTools": "17.14.36106.43"
4848
},

0 commit comments

Comments
 (0)