Skip to content

Commit 8d89c94

Browse files
Update PSReadLine to v2.4.2-beta2 (#2240)
* Initial plan * Update PSReadLine to v2.4.2-beta2 Co-authored-by: andyleejordan <[email protected]> * Address PR feedback: Move changelog entry to Unreleased section and add CFS feed reminder Co-authored-by: andyleejordan <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: andyleejordan <[email protected]>
1 parent 3a429ea commit 8d89c94

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# PowerShell Editor Services Release History
22

3+
## Unreleased
4+
5+
- ✨ 📟 [PowerShellEditorServices #2239](https://github.com/PowerShell/PowerShellEditorServices/pull/2239) - Update PSReadLine to v2.4.2-beta2.
6+
37
## v4.3.0
48
### Tuesday, March 18, 2025
59

PowerShellEditorServices.build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,9 @@ namespace Microsoft.PowerShell.EditorServices.Hosting
120120

121121
task RestorePsesModules -If (-not (Test-Path "module/PSReadLine") -or -not (Test-Path "module/PSScriptAnalyzer")) {
122122
Write-Build DarkMagenta "Restoring bundled modules"
123+
# NOTE: When updating module versions, ensure they are also saved to the CFS feed
123124
Save-PSResource -Path module -Name PSScriptAnalyzer -Version "1.24.0" -Repository $PSRepository -TrustRepository -Verbose
124-
Save-PSResource -Path module -Name PSReadLine -Version "2.4.1-beta1" -Prerelease -Repository $PSRepository -TrustRepository -Verbose
125+
Save-PSResource -Path module -Name PSReadLine -Version "2.4.2-beta2" -Prerelease -Repository $PSRepository -TrustRepository -Verbose
125126
}
126127

127128
Task Build FindDotNet, CreateBuildInfo, RestorePsesModules, {

0 commit comments

Comments
 (0)