We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41097da commit df4765cCopy full SHA for df4765c
docs/csharp/index.yml
@@ -110,6 +110,8 @@ landingContent:
110
linkLists:
111
- linkListType: whats-new
112
links:
113
+ - text: "What's new in C# 13"
114
+ url: whats-new/csharp-13.md
115
- text: "What's new in C# 12"
116
url: whats-new/csharp-12.md
117
- text: "What's new in C# 11"
docs/csharp/toc.yml
@@ -148,6 +148,9 @@ items:
148
href: fundamentals/exceptions/how-to-execute-cleanup-code-using-finally.md
149
- name: What's new in C#
150
items:
151
+ - name: C# 13
152
+ displayName: what's New
153
+ href: whats-new/csharp-13.md
154
- name: C# 12
155
displayName: what's New
156
href: whats-new/csharp-12.md
0 commit comments