File tree 3 files changed +14
-2
lines changed
module/PowerShellEditorServices
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Editor Services Release History
2
2
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
+
3
15
## v3.17.0
4
16
### Thursday, January 25, 2024
5
17
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <VersionPrefix >3.17 .0</VersionPrefix >
3
+ <VersionPrefix >3.18 .0</VersionPrefix >
4
4
<VersionSuffix ></VersionSuffix >
5
5
<Company >Microsoft</Company >
6
6
<Copyright >© Microsoft Corporation.</Copyright >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RootModule = if ($PSEdition -eq 'Core')
19
19
}
20
20
21
21
# Version number of this module.
22
- ModuleVersion = ' 3.17 .0'
22
+ ModuleVersion = ' 3.18 .0'
23
23
24
24
# ID used to uniquely identify this module
25
25
GUID = ' 9ca15887-53a2-479a-9cda-48d26bcb6c47'
You can’t perform that action at this time.
0 commit comments