From fa0d822f437b91fcd9be0730bfc8639098e3f3a9 Mon Sep 17 00:00:00 2001 From: "Kim J. Nordmo" Date: Thu, 19 Oct 2023 12:00:02 +0200 Subject: [PATCH] (maint) Updated supported Chocolatey CLI versions --- .appveyor.yml | 2 +- .github/ISSUE_TEMPLATE/bug-report.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 18a9469ef73..54cff786c9c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -45,7 +45,7 @@ environment: #Chocolatey version we want to use when checking for updates (usually latest). choco_version: '2.2.2' - choco_version_pr: '1.1.0' # Should be kept to the version available one year ago + choco_version_pr: '1.2.0' # Should be kept to the version available one year ago nupkg_cache_path: C:\packages init: diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 974f2a884d1..6895dcdb79b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -27,7 +27,6 @@ body: - 1.3.0 - 1.2.1 - 1.2.0 - - 1.1.0 - Other (note in the comments) validations: required: true