Skip to content

Commit 5958ac5

Browse files
Rev version to 2.3.0-preview.1 and update CL (#1310)
1 parent 8d0a32e commit 5958ac5

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## v2.2.0
4+
### Thursday, June 11, 2020
5+
6+
- ⚡️🧠 Better performance of overall.
7+
- ✨🛫 Support for ConstrainedLanguage mode.
8+
- 🐛 Many squashed bugs
9+
- ✨👮 Updated PSScriptAnalyzer to 1.19.0.
10+
- More formatting settings! (Thanks @bergmeister!)
11+
- 📟 ✨ Updated PSReadLine to 2.0.2.
12+
(From now on,
13+
the stable extension will have the latest stable version of PSReadLine and the PowerShell Preview extension will have the latest preview of PSReadLine)
14+
315
## v2.2.0-preview.4
416
### Monday, June 08, 2020
517

PowerShellEditorServices.Common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>2.2.0</VersionPrefix>
4-
<VersionSuffix>preview.4</VersionSuffix>
3+
<VersionPrefix>2.3.0</VersionPrefix>
4+
<VersionSuffix>preview.1</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)