File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
module/PowerShellEditorServices Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 11# PowerShell Editor Services Release History
22
3+ ## v2.3.0-preview.3
4+ ### Friday, February 19, 2021
5+
6+ - 👷 ✨ [ PowerShellEditorServices #1408 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1408 ) -
7+ Rewrite release signing pipeline.
8+ - 🚨 ✨ [ PowerShellEditorServices #1398 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1398 ) -
9+ Refactor e2e tests.
10+ - 🚂 ✨ [ PowerShellEditorServices #1381 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1381 ) -
11+ Hook up Telemetry LSP event and add telemetry event when users opt-out/in to features.
12+ - 👷 🐛 [ PowerShellEditorServices #1397 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1397 ) -
13+ More compliant NuGet.config.
14+ - 📺 🐛 [ vscode-powershell #3071 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1394 ) -
15+ Fix #1393 : Always use local help to return cmdlet help text. (Thanks @deadlydog !)
16+ - 🚂 ✨ [ PowerShellEditorServices #1376 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1376 ) -
17+ Move to Omnisharp lib 0.18.x.
18+ - 🛫 🐛 [ vscode-powershell #2965 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1363 ) -
19+ Fix error when started in low .NET versions.
20+ - 📖 🐛 [ PowerShellEditorServices #1364 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1364 ) -
21+ Typos in README.md. (Thanks @robotboyfriend !)
22+
323## v2.3.0-preview.2
424### Wednesday, September 16, 2020
525
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <VersionPrefix >2.3.0</VersionPrefix >
4- <VersionSuffix >preview.2 </VersionSuffix >
4+ <VersionSuffix >preview.3 </VersionSuffix >
55 <Company >Microsoft</Company >
66 <Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
77 <PackageTags >PowerShell;editor;development;language;debugging</PackageTags >
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 = ' 2.1 .0'
22+ ModuleVersion = ' 2.3 .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