Skip to content

Commit 62876c5

Browse files
committed
Update bundled PSReadLine to v2.4.1-beta1
1 parent 560cca3 commit 62876c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShellEditorServices.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ namespace Microsoft.PowerShell.EditorServices.Hosting
121121
task RestorePsesModules -If (-not (Test-Path "module/PSReadLine") -or -not (Test-Path "module/PSScriptAnalyzer")) {
122122
Write-Build DarkMagenta "Restoring bundled modules"
123123
Save-PSResource -Path module -Name PSScriptAnalyzer -Version "1.24.0" -Repository $PSRepository -TrustRepository -Verbose
124-
Save-PSResource -Path module -Name PSReadLine -Version "2.4.0-beta0" -Prerelease -Repository $PSRepository -TrustRepository -Verbose
124+
Save-PSResource -Path module -Name PSReadLine -Version "2.4.1-beta1" -Prerelease -Repository $PSRepository -TrustRepository -Verbose
125125
}
126126

127127
Task Build FindDotNet, CreateBuildInfo, RestorePsesModules, {

0 commit comments

Comments
 (0)