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 1
1
# PowerShell Editor Services Release History
2
2
3
+ ## Unreleased
4
+
5
+ - ✨ 📟 [ PowerShellEditorServices #2239 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/2239 ) - Update PSReadLine to v2.4.2-beta2.
6
+
3
7
## v4.3.0
4
8
### Tuesday, March 18, 2025
5
9
6
10
See more details at the GitHub Release for [ v4.3.0] ( https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v4.3.0 ) .
7
11
8
- - ✨ 📟 [ PowerShellEditorServices #2239 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/2239 ) - Update PSReadLine to v2.4.2-beta2.
9
-
10
12
New packages!
11
13
12
14
## v4.2.0
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ namespace Microsoft.PowerShell.EditorServices.Hosting
120
120
121
121
task RestorePsesModules - If (-not (Test-Path " module/PSReadLine" ) -or -not (Test-Path " module/PSScriptAnalyzer" )) {
122
122
Write-Build DarkMagenta " Restoring bundled modules"
123
+ # NOTE: When updating module versions, ensure they are also saved to the CFS feed
123
124
Save-PSResource - Path module - Name PSScriptAnalyzer - Version " 1.24.0" - Repository $PSRepository - TrustRepository - Verbose
124
125
Save-PSResource - Path module - Name PSReadLine - Version " 2.4.2-beta2" - Prerelease - Repository $PSRepository - TrustRepository - Verbose
125
126
}
You can’t perform that action at this time.
0 commit comments