From 24142a5b57178343af5428641e7d32ca59e8eb39 Mon Sep 17 00:00:00 2001 From: Tyler Leonhardt Date: Wed, 6 May 2020 12:02:40 -0700 Subject: [PATCH] Update CHANGELOG and rev version --- CHANGELOG.md | 14 ++++++++++++++ PowerShellEditorServices.Common.props | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12613a401..2b81b2df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # PowerShell Editor Services Release History +## v2.2.0-preview.2 +### Wednesday, May 06, 2020 + +- 🛫🐛 [PowerShellEditorServices #1285](https://github.com/PowerShell/PowerShellEditorServices/pull/1285) - + Use API on ScriptBlock to generate PSCommand to run in ConstrainedLanguage mode. +- ⚡️🧠 [PowerShellEditorServices #1283](https://github.com/PowerShell/PowerShellEditorServices/pull/1283) - + Move to Omnisharp lib 0.17.0 for increased performance. +- ✨👮 [PowerShellEditorServices #1280](https://github.com/PowerShell/PowerShellEditorServices/pull/1280) - + Add additional settings for PSScriptAnalyzer 1.19. (Thanks @bergmeister!) +- 🔗 🐛 [vscode-powershell #305](https://github.com/PowerShell/PowerShellEditorServices/pull/1279) - + Fix document highlight column. +- 🐛🧠 [PowerShellEditorServices #1276](https://github.com/PowerShell/PowerShellEditorServices/pull/1276) - + Handle when no CommandInfo comes back from Get-Command to prevent an Exception showing up in logs. + ## v2.2.0-preview.1 ### Tuesday, April 28, 2020 diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index 5e307955b..8d3bcdb39 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -1,7 +1,7 @@ 2.2.0 - preview.1 + preview.2 Microsoft © Microsoft Corporation. All rights reserved. PowerShell;editor;development;language;debugging