Skip to content

Commit 66065e8

Browse files
Rev version to v2.1.0-preview.4 and update CL (#1254)
1 parent d8b6a62 commit 66065e8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v2.1.0-preview.4
4+
### Wednesday, April 08, 2020
5+
6+
- ✨👷 [PowerShellEditorServices #1252](https://github.com/PowerShell/PowerShellEditorServices/pull/1252) -
7+
Use PowerShell Daily in CI.
8+
- 🐛⚡️🧠🔗 [PowerShellEditorServices #1251](https://github.com/PowerShell/PowerShellEditorServices/pull/1251) -
9+
Add cancellation to SignatureHelp request and cache results for cmdlets on `Get-Command` and `Get-Help`.
10+
311
## v2.1.0-preview.3
412
### Tuesday, March 31, 2020
513

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.3</VersionSuffix>
4+
<VersionSuffix>preview.4</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)