From 3fb65e4eab8bd5c2c130939e3cf72499f5b3fa65 Mon Sep 17 00:00:00 2001 From: Raghu Shantha Date: Wed, 15 Apr 2015 11:10:58 -0700 Subject: [PATCH] Enforce minimum PowerShell Version for ScriptAnalyzer --- Engine/PSScriptAnalyzer.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/PSScriptAnalyzer.psd1 b/Engine/PSScriptAnalyzer.psd1 index 04b9f778a..4e82b6f12 100644 --- a/Engine/PSScriptAnalyzer.psd1 +++ b/Engine/PSScriptAnalyzer.psd1 @@ -23,7 +23,7 @@ Copyright = '(c) 2015. All rights reserved.' Description = 'PSScriptAnalyzer provides script analysis and checks for potential code defects in the scripts by applying a group of builtin or customized rules on the scripts being analyzed.' # Minimum version of the Windows PowerShell engine required by this module -# PowerShellVersion = '' +PowerShellVersion = '5.0' # Name of the Windows PowerShell host required by this module # PowerShellHostName = ''