File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
module/PowerShellEditorServices Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# PowerShell Editor Services Release History
22
3+ ## v3.18.0
4+ ### Tuesday, March 5, 2024
5+
6+ - ✨ 📟 [ PowerShellEditorServices #2148 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/2148 ) - Update to PSReadLine v2.4.0-beta0.
7+ - ✨ 📟 [ PowerShellEditorServices #2141 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/2141 ) - Update to PSScriptAnalyzer v1.22.0.
8+ - ✨ 👷 [ PowerShellEditorServices #2138 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/2138 ) - Fixed sln file. (Thanks @dkattan !)
9+ - #️⃣ 🙏 [ PowerShellEditorServices #2137 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/2137 ) - Fixed TextReader disposal. (Thanks @dkattan !)
10+ - 🐛#️⃣ 🙏 [ PowerShellEditorServices #2135 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/2135 ) - Fix PowerShell 7.2 E2E unit test for last change.
11+ - ✨ 🛫 [ PowerShellEditorServices #1855 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/2129 ) - Add sane defaults to ` Start-EditorServices ` .
12+ - ✨#️⃣ 🙏 [ PowerShellEditorServices #2122 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/2122 ) - Add ` UseNullPSHostUI ` config so apps hosting PSES can disable it. (Thanks @dkattan !)
13+ - 🐛 🧠 [ PowerShellEditorServices #2115 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/2115 ) - Added null check to ` GetCompletionsAsync ` . (Thanks @dkattan !)
14+
315## v3.17.0
416### Thursday, January 25, 2024
517
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <VersionPrefix >3.17 .0</VersionPrefix >
3+ <VersionPrefix >3.18 .0</VersionPrefix >
44 <VersionSuffix ></VersionSuffix >
55 <Company >Microsoft</Company >
66 <Copyright >© Microsoft Corporation.</Copyright >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RootModule = if ($PSEdition -eq 'Core')
1919 }
2020
2121# Version number of this module.
22- ModuleVersion = ' 3.17 .0'
22+ ModuleVersion = ' 3.18 .0'
2323
2424# ID used to uniquely identify this module
2525GUID = ' 9ca15887-53a2-479a-9cda-48d26bcb6c47'
You can’t perform that action at this time.
0 commit comments