Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update breaking change docs titles #11178

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/Compiler Breaking Changes - DotNet 8.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# This document lists known breaking changes in Razor after .NET 8 all the way to .NET 9.
# Breaking changes in Razor after .NET 8.0.100 through .NET 9.0.100

This document lists known breaking changes in Razor after .NET 8 general release (.NET SDK version 8.0.100) through .NET 9 general release (.NET SDK version 9.0.100).

## Parsing of `@` identifiers was unified

Expand Down
4 changes: 3 additions & 1 deletion docs/Compiler Breaking Changes - DotNet 9.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# This document lists known breaking changes in Razor after .NET 9 all the way to .NET 10.
# Breaking changes in Razor after .NET 9.0.100 through .NET 10.0.100

This document lists known breaking changes in Razor after .NET 9 general release (.NET SDK version 9.0.100) through .NET 10 general release (.NET SDK version 10.0.100).

## Preprocessor directive parsing breaks

Expand Down