Skip to content

Commit 3fb65e4

Browse files
committed
Enforce minimum PowerShell Version for ScriptAnalyzer
1 parent f18d564 commit 3fb65e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Engine/PSScriptAnalyzer.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Copyright = '(c) 2015. All rights reserved.'
2323
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.'
2424

2525
# Minimum version of the Windows PowerShell engine required by this module
26-
# PowerShellVersion = ''
26+
PowerShellVersion = '5.0'
2727

2828
# Name of the Windows PowerShell host required by this module
2929
# PowerShellHostName = ''

0 commit comments

Comments
 (0)