From 6ff3f32c1f507fcb2eac5aacd3485fd826943a31 Mon Sep 17 00:00:00 2001 From: Gabby Bilka Date: Mon, 20 Jun 2022 15:21:26 -0700 Subject: [PATCH] Add 1.1.1 & 1.0.4 to bug template and remove outdated versions (#2627) --- .github/ISSUE_TEMPLATE/bug-report.yaml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 185099f386..2509b99eb5 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -35,20 +35,12 @@ body: label: NuGet package version description: Specify the version of Windows App SDK (or Project Reunion) you're using. options: + - "1.1.1" - "1.1.0-preview3" - - "1.1.0-preview2" - - "1.1.0-preview1" - - "1.0.0" + - "1.0.4" - "1.0.0-preview3" - - "1.0.0-preview2" - - "1.0.0-preview1" - "1.0.0-experimental1" - - "0.8.5" - - "0.8.4" - - "0.8.3" - - "0.8.2" - - "0.8.1" - - "0.8.0" + - "0.8.10" - "0.5" - type: dropdown attributes: