We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a3e78 commit 13f1f85Copy full SHA for 13f1f85
src/common/Input.psm1
@@ -5,7 +5,7 @@ Using module .\Assert.psm1
5
6
Using module @{
7
ModuleName = 'PSReadLine';
8
- ModuleVersion = '2.4.0';
+ ModuleVersion = '2.3.2';
9
}
10
11
$Script:Validations = @{
src/common/Logging.psm1
@@ -2,7 +2,7 @@
2
3
4
<#
0 commit comments