Skip to content

Commit f25e25d

Browse files
committed
Update PSReadLine to include screen reader support
1 parent 2ec81e3 commit f25e25d

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
@@ -122,7 +122,7 @@ task RestorePsesModules -If (-not (Test-Path "module/PSReadLine") -or -not (Test
122122
Write-Build DarkMagenta "Restoring bundled modules"
123123
# NOTE: When updating module versions, ensure they are also saved to the CFS feed
124124
Save-PSResource -Path module -Name PSScriptAnalyzer -Version "1.24.0" -Repository $PSRepository -TrustRepository -Verbose
125-
Save-PSResource -Path module -Name PSReadLine -Version "2.4.2-beta2" -Prerelease -Repository $PSRepository -TrustRepository -Verbose
125+
Save-PSResource -Path module -Name PSReadLine -Version "2.4.4-beta4" -Prerelease -Repository $PSRepository -TrustRepository -Verbose
126126
}
127127

128128
Task Build FindDotNet, CreateBuildInfo, RestorePsesModules, {

0 commit comments

Comments
 (0)