Skip to content

Commit 0b71cbf

Browse files
author
Jordi Ramos
committed
fix changelog and package.json
1 parent 00645c8 commit 0b71cbf

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,9 @@
55

66
# Latest
77
* Update Razor to 9.0.0-preview.24467.1
8-
* Fixing WrapWithDiv bug (PR: [#10871](https://github.com/dotnet/razor/pull/10871))
9-
* Switch to new VMR control schema. (PR: [#10883](https://github.com/dotnet/razor/pull/10883))
10-
* Ensure type arguments are `global::` qualified (PR: [#10834](https://github.com/dotnet/razor/pull/10834))
118
* Fix LF line-ending auto format bug (PR: [#10802](https://github.com/dotnet/razor/pull/10802))
12-
* Change RazorSyntaxTree.Diagnostics from an IReadOnlyList<RazorDiagnostic> to an ImmutableArray<RazorDiagnostic> (PR: [#10797](https://github.com/dotnet/razor/pull/10797))
13-
* Clarify [EventHandler] tag helper discovery logic and avoid exception (PR: [#10828](https://github.com/dotnet/razor/pull/10828))
14-
* Fix setting breakpoints with self versioned documents (PR: [#10811](https://github.com/dotnet/razor/pull/10811))
15-
* Write out JS comments when there would be 4 or more consecutive tildes in generated Html (PR: [#10805](https://github.com/dotnet/razor/pull/10805))
16-
* Global namespace component bind (PR: [#10798](https://github.com/dotnet/razor/pull/10798))
17-
* Fix find all references calls to Roslyn (PR: [#10807](https://github.com/dotnet/razor/pull/10807))
18-
* Change UseConsolidatedMvcViews to default to true (PR: [#10795](https://github.com/dotnet/razor/pull/10795))
19-
* Fix provisional completion corrupting generated C# documents (PR: [#10806](https://github.com/dotnet/razor/pull/10806))
9+
10+
# 2.48.x
2011
* Add signing support to VSIX (PR: [#7490](https://github.com/dotnet/vscode-csharp/pull/7490))
2112
* Update Debugger to v2.47.0 (PR: [#7547](https://github.com/dotnet/vscode-csharp/pull/7547))
2213
* Adds in support for .NET 9 Break for Async User-Unhandled

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5592,4 +5592,4 @@
55925592
}
55935593
}
55945594
}
5595-
}
5595+
}

0 commit comments

Comments
 (0)