File tree 3 files changed +22
-2
lines changed
module/PowerShellEditorServices
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Editor Services Release History
2
2
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
+
3
23
## v2.3.0-preview.2
4
24
### Wednesday, September 16, 2020
5
25
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<VersionPrefix >2.3.0</VersionPrefix >
4
- <VersionSuffix >preview.2 </VersionSuffix >
4
+ <VersionSuffix >preview.3 </VersionSuffix >
5
5
<Company >Microsoft</Company >
6
6
<Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
7
7
<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')
19
19
}
20
20
21
21
# Version number of this module.
22
- ModuleVersion = ' 2.1 .0'
22
+ ModuleVersion = ' 2.3 .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