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