Skip to content

Commit 8cfbf2b

Browse files
Rev version to 2.2.0-preview.3 and update CL (#1303)
1 parent ce00f15 commit 8cfbf2b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# PowerShell Editor Services Release History
22

3+
## v2.2.0-preview.3
4+
### Monday, June 01, 2020
5+
6+
- 🚂✨ [PowerShellEditorServices #1301](https://github.com/PowerShell/PowerShellEditorServices/pull/1301) -
7+
Fix `AddLanguageProtocolLogging` OmniSharp breaking change.
8+
- 🚨✨ [PowerShellEditorServices #1298](https://github.com/PowerShell/PowerShellEditorServices/pull/1298) -
9+
Remove leftover csproj reference to already removed project in test project PowerShellEditorServices.Test.Host.csproj. (Thanks @bergmeister!)
10+
- 🚂✨ [PowerShellEditorServices #1300](https://github.com/PowerShell/PowerShellEditorServices/pull/1300) -
11+
Address breaking changes in Omnisharp lib and depend on `DocumentUri` more.
12+
- 🚂✨ [PowerShellEditorServices #1291](https://github.com/PowerShell/PowerShellEditorServices/pull/1291) -
13+
Depend on `DocumentUri` for handing vscode `Uri`'s.
14+
- 🧠✨ [vscode-powershell #2706](https://github.com/PowerShell/PowerShellEditorServices/pull/1294) -
15+
Support `completionItem/resolve` request for comparison operators to show tooltip information.
16+
317
## v2.2.0-preview.2
418
### Wednesday, May 13, 2020
519

PowerShellEditorServices.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionPrefix>2.2.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>

0 commit comments

Comments
 (0)