File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
610See more details at the GitHub Release for [ v4.3.0] ( https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v4.3.0 ) .
711
8- - ✨ 📟 [ PowerShellEditorServices #2239 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/2239 ) - Update PSReadLine to v2.4.2-beta2.
9-
1012New packages!
1113
1214## v4.2.0
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ namespace Microsoft.PowerShell.EditorServices.Hosting
120120
121121task 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
124125 Save-PSResource - Path module - Name PSReadLine - Version " 2.4.2-beta2" - Prerelease - Repository $PSRepository - TrustRepository - Verbose
125126}
You can’t perform that action at this time.
0 commit comments