From 7bf16b6da251170427b726a8bcab0efe12870c46 Mon Sep 17 00:00:00 2001 From: codaamok Date: Wed, 20 Apr 2022 22:06:18 +0100 Subject: [PATCH] Minimum PowerShell version dropped to 5.1 from 7.0 --- CHANGELOG.md | 2 ++ src/codaamok.build.psd1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca984e..640e7a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## [Unreleased] +### Changed +- Minimum PowerShell version dropped to 5.1 from 7.0 ## [5.0.0] - 2022-04-20 ### Added diff --git a/src/codaamok.build.psd1 b/src/codaamok.build.psd1 index 0a049c1..b1cd778 100644 --- a/src/codaamok.build.psd1 +++ b/src/codaamok.build.psd1 @@ -33,7 +33,7 @@ Copyright = '(c) Adam Cook (@codaamok). All rights reserved.' Description = 'My PowerShell pipeline build module which contains a bunch of helper functions to aid with PowerShell module deployment' # Minimum version of the PowerShell engine required by this module -PowerShellVersion = '7.0' +PowerShellVersion = '5.1' # Name of the PowerShell host required by this module # PowerShellHostName = ''