We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d503114 commit 51d1f52Copy full SHA for 51d1f52
.github/ISSUE_TEMPLATE/breaking-change.yaml
@@ -20,15 +20,14 @@ body:
20
label: Version
21
description: What version of .NET introduced the breaking change?
22
options:
23
- - .NET 8 Preview 6
24
- - .NET 8 Preview 7
25
- - .NET 8 RC 1
26
- - .NET 8 RC 2
27
- .NET 8 GA
28
- - .NET 9 Preview 1
29
- - .NET 9 Preview 2
30
- - .NET 9 Preview 3
31
- - .NET 9 Preview 4
+ - .NET 9 RC 1
+ - .NET 9 RC 2
+ - .NET 9 GA
+ - .NET 10 Preview 1
+ - .NET 10 Preview 2
+ - .NET 10 Preview 3
+ - .NET 10 Preview 4
32
- Other (please put exact version in description textbox)
33
validations:
34
required: true
0 commit comments