Skip to content

Commit 876ff73

Browse files
authored
add new preview options (#36062)
The C# 12 new feature template doesn't include the latest preview options.
1 parent 31e9013 commit 876ff73

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/ISSUE_TEMPLATE/new-feature-csharp.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ body:
1515
label: Visual Studio release
1616
description: What Visual Studio (preview) contains this feature?
1717
options:
18-
- 17.6p1
19-
- 17.6p2
20-
- 17.6p3
18+
- "17.6"
19+
- 17.7p1
20+
- 17.7p2
21+
- 17.7p3
22+
- 17.7p4s
2123
- Other (please put exact version in description textbox)
2224
validations:
2325
required: true

0 commit comments

Comments
 (0)