Skip to content

Commit 56e0e71

Browse files
Rev version to v2.1.0-preview.5 and update CHANGELOG (#1256)
1 parent ba94845 commit 56e0e71

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# PowerShell Editor Services Release History
22

3+
## v2.1.0-preview.5
4+
### Thursday, April 09, 2020
5+
6+
- ✨📟 [PowerShellEditorServices #1255](https://github.com/PowerShell/PowerShellEditorServices/pull/1255) -
7+
Move PSReadLine invocation into cmdlets to get closer to supporting ConstrainedLanguage mode. Also removes hard coded PSReadLine assembly version.
8+
39
## v2.1.0-preview.4
410
### Wednesday, April 08, 2020
511

PowerShellEditorServices.Common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionPrefix>2.1.0</VersionPrefix>
4-
<VersionSuffix>preview.4</VersionSuffix>
4+
<VersionSuffix>preview.5</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)