Skip to content

Commit

Permalink
[Ignore] Rev version to 2.2.0-preview.1 and update CL (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt authored Apr 15, 2020
1 parent 8d8e206 commit 6e3fa17
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# PowerShell Editor Services Release History

## v2.1.0
### Thursday, April 15, 2020
#### Notable features and fixes

- ⚡️🧠 Better performance of overall but especially IntelliSense.
- 🐛📟 Errors show up properly on screen in PowerShell Integrated Console.
- ✨🐢 Run a single test in Pester v5 by setting `"powershell.pester.useLegacyCodeLens": false`.
- 🐛🔧 Ignore files specified in `files.exclude` and `search.exclude` in reference/CodeLens search.

## v2.1.0-preview.6
### Monday, April 13, 2020

Expand Down
4 changes: 2 additions & 2 deletions PowerShellEditorServices.Common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<VersionPrefix>2.1.0</VersionPrefix>
<VersionSuffix>preview.6</VersionSuffix>
<VersionPrefix>2.2.0</VersionPrefix>
<VersionSuffix>preview.1</VersionSuffix>
<Company>Microsoft</Company>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<PackageTags>PowerShell;editor;development;language;debugging</PackageTags>
Expand Down

0 comments on commit 6e3fa17

Please sign in to comment.