Skip to content

Commit b6b2674

Browse files
author
quoctruong
committed
Merge pull request #31 from PowerShell/bugfixes
Enforce minimum PowerShell Version for ScriptAnalyzer
2 parents 18156d9 + 3fb65e4 commit b6b2674

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)