Skip to content

Commit 6e3fa17

Browse files
[Ignore] Rev version to 2.2.0-preview.1 and update CL (#1261)
1 parent 8d8e206 commit 6e3fa17

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## v2.1.0
4+
### Thursday, April 15, 2020
5+
#### Notable features and fixes
6+
7+
- ⚡️🧠 Better performance of overall but especially IntelliSense.
8+
- 🐛📟 Errors show up properly on screen in PowerShell Integrated Console.
9+
- ✨🐢 Run a single test in Pester v5 by setting `"powershell.pester.useLegacyCodeLens": false`.
10+
- 🐛🔧 Ignore files specified in `files.exclude` and `search.exclude` in reference/CodeLens search.
11+
312
## v2.1.0-preview.6
413
### Monday, April 13, 2020
514

PowerShellEditorServices.Common.props

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