Skip to content

Commit 1e08e84

Browse files
authored
update title and description (#43366)
The TOC node and the descriptions could be misleading here. Fixes #43291 Related to dotnet/roslyn#75789
1 parent c47a4a8 commit 1e08e84

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docfx.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -791,9 +791,9 @@
791791
"_csharplang/proposals/csharp-13.0/ref-struct-interfaces.md": "This proposal provides features that enable interface authors to allow `ref struct` types to implement a particular interface",
792792
"_csharplang/proposals/csharp-13.0/partial-properties.md": "This proposal provides for partial properties and indexers, allowing the definition of a property or indexer to be split across multiple parts.",
793793
"_csharplang/proposals/csharp-13.0/overload-resolution-priority.md": "This proposal introduces a new attribute, `OverloadResolutionPriorityAttribute`, that can be applied to methods to influence overload resolution.",
794-
"_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 7.md": "Learn about any breaking changes since the initial release of C# 10",
795-
"_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 8.md": "Learn about any breaking changes since the initial release of C# 11",
796-
"_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 9.md": "Learn about any breaking changes since the initial release of C# 12",
794+
"_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 7.md": "Learn about any breaking changes since the initial release of C# 10 and included in C# 11",
795+
"_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 8.md": "Learn about any breaking changes since the initial release of C# 11 and included in C# 12",
796+
"_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 9.md": "Learn about any breaking changes since the initial release of C# 12 and included in C# 13",
797797
"_vblang/spec/introduction.md": "This chapter provides and introduction to the Visual Basic language.",
798798
"_vblang/spec/lexical-grammar.md": "This chapter defines the lexical grammar for Visual Basic.",
799799
"_vblang/spec/preprocessing-directives.md": "This chapter defines the preprocessing directives allowed in Visual Basic",

docs/csharp/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,19 +149,19 @@ items:
149149
- name: C# 13
150150
displayName: what's New
151151
href: whats-new/csharp-13.md
152-
- name: Breaking changes in C# 13
152+
- name: Breaking changes since C# 12
153153
href: ../../_roslyn/docs/compilers/CSharp/Compiler%20Breaking%20Changes%20-%20DotNet%209.md
154154
- name: C# 12
155155
displayName: what's New
156156
href: whats-new/csharp-12.md
157-
- name: Breaking changes in C# 12
157+
- name: Breaking changes since C# 11
158158
href: ../../_roslyn/docs/compilers/CSharp/Compiler%20Breaking%20Changes%20-%20DotNet%208.md
159159
- name: C# 11
160160
items:
161161
- name: New features
162162
displayName: what's new
163163
href: whats-new/csharp-11.md
164-
- name: Breaking changes in C# 11
164+
- name: Breaking changes since C# 10
165165
href: ../../_roslyn/docs/compilers/CSharp/Compiler%20Breaking%20Changes%20-%20DotNet%207.md
166166
- name: C# 10
167167
href: whats-new/csharp-10.md

0 commit comments

Comments
 (0)