Skip to content

Commit 07b4131

Browse files
Update CHANGELOG and rev version (#1287)
1 parent 453166b commit 07b4131

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.2
4+
### Wednesday, May 06, 2020
5+
6+
- 🛫🐛 [PowerShellEditorServices #1285](https://github.com/PowerShell/PowerShellEditorServices/pull/1285) -
7+
Use API on ScriptBlock to generate PSCommand to run in ConstrainedLanguage mode.
8+
- ⚡️🧠 [PowerShellEditorServices #1283](https://github.com/PowerShell/PowerShellEditorServices/pull/1283) -
9+
Move to Omnisharp lib 0.17.0 for increased performance.
10+
- ✨👮 [PowerShellEditorServices #1280](https://github.com/PowerShell/PowerShellEditorServices/pull/1280) -
11+
Add additional settings for PSScriptAnalyzer 1.19. (Thanks @bergmeister!)
12+
- 🔗 🐛 [vscode-powershell #305](https://github.com/PowerShell/PowerShellEditorServices/pull/1279) -
13+
Fix document highlight column.
14+
- 🐛🧠 [PowerShellEditorServices #1276](https://github.com/PowerShell/PowerShellEditorServices/pull/1276) -
15+
Handle when no CommandInfo comes back from Get-Command to prevent an Exception showing up in logs.
16+
317
## v2.2.0-preview.1
418
### Tuesday, April 28, 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.1</VersionSuffix>
4+
<VersionSuffix>preview.2</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)