Skip to content

Commit

Permalink
put newest nuget pkg versions at the top of the bug template (#6372)
Browse files Browse the repository at this point in the history
* Update bug_report.yaml

put newest nuget pkg versions at the top

* Update .github/ISSUE_TEMPLATE/bug_report.yaml
  • Loading branch information
asklar authored Feb 17, 2022
1 parent 7a1246a commit 408a903
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,22 @@ body:
- type: dropdown
attributes:
label: NuGet package version
description: If you are seeing your issue on older versions please try the latest
options:
- "Microsoft.UI.Xaml 2.4.0"
- "Microsoft.UI.Xaml 2.5.0"
- "Microsoft.UI.Xaml.2.6.0-prerelease.210430001"
- "Microsoft.UI.Xaml 2.6.0"
- "Microsoft.UI.Xaml 2.6.1"
- "Microsoft.UI.Xaml 2.6.2"
- "Microsoft.UI.Xaml 2.7.0"
- "Microsoft.WinUI 3.0.0-preview4.210210.4"
- "WinUI 3 - Project Reunion 0.5 Preview: 0.5.0-prerelease"
- "WinUI 3 - Project Reunion 0.5: 0.5.0"
- "WinUI 3 - Windows App SDK 1.0"
- "WinUI 3 - Project Reunion 0.8: 0.8.5"
- "WinUI 3 - Project Reunion 0.8 Preview: 0.8.6-preview"
- "WinUI 3 - Project Reunion 0.5: 0.5.7"
- "WinUI 3 - Project Reunion 0.8 Preview: 0.8.0-preview"
- "WinUI 3 - Windows App SDK 0.8: 0.8.0"
- "WinUI 3 - Windows App SDK 1.0 (If you're seeing your issue in older previews of WinUI 3, please try this release)"
- "WinUI 3 - Project Reunion 0.5: 0.5.0"
- "WinUI 3 - Project Reunion 0.5 Preview: 0.5.0-prerelease"
- "Microsoft.WinUI 3.0.0-preview4.210210.4"
- "Microsoft.UI.Xaml 2.7.0"
- "Microsoft.UI.Xaml 2.6.2"
- "Microsoft.UI.Xaml 2.6.1"
- "Microsoft.UI.Xaml 2.6.0"
- "Microsoft.UI.Xaml.2.6.0-prerelease.210430001"
- "Microsoft.UI.Xaml 2.5.0"
- "Microsoft.UI.Xaml 2.4.0"
- type: checkboxes
attributes:
label: Windows app type
Expand Down

0 comments on commit 408a903

Please sign in to comment.