You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please upgrade to the [2.1.0 version of PSReadLine](https://www.powershellgallery.com/packages/PSReadLine/2.1.0) from PowerShell Gallery.
14
+
Please upgrade to the [2.2.2 version of PSReadLine](https://www.powershellgallery.com/packages/PSReadLine/2.2.2) from PowerShell Gallery.
15
15
See the [upgrading section](https://github.com/PowerShell/PSReadLine#upgrading) for instructions. Please let us know if you run into the same issue with the latest version.
16
16
"@
17
17
@@ -46,7 +46,7 @@ foreach ($item in $issues)
46
46
$body-match'PSReadLine: 2\.2\.0-beta[12]')
47
47
{
48
48
$comment=@'
49
-
This issue was fixed in 2.2.0-beta3 version of PSReadLine. You can fix this by upgrading to the latest [2.2.1-rc1 version of PSReadLine](https://www.powershellgallery.com/packages/PSReadLine/2.2.1-rc1).
49
+
This issue was fixed in 2.2.0-beta3 version of PSReadLine. You can fix this by upgrading to the latest [2.2.2 version of PSReadLine](https://www.powershellgallery.com/packages/PSReadLine/2.2.2).
50
50
To upgrade, simply run `Install-Module PSReadLine -AllowPrerelease -Force` from your PowerShell console.
0 commit comments