Skip to content

Commit d4ef931

Browse files
authored
Update the minimal PS version required to be 5.1 (#3936)
1 parent e57f7d6 commit d4ef931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSReadLine/PSReadLine.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Author = 'Microsoft Corporation'
77
CompanyName = 'Microsoft Corporation'
88
Copyright = '(c) Microsoft Corporation. All rights reserved.'
99
Description = 'Great command line editing in the PowerShell console host'
10-
PowerShellVersion = '5.0'
10+
PowerShellVersion = '5.1'
1111
DotNetFrameworkVersion = '4.6.2'
1212
CLRVersion = '4.0.0'
1313
FormatsToProcess = 'PSReadLine.format.ps1xml'

0 commit comments

Comments
 (0)