Skip to content

Commit 678b79b

Browse files
authored
Update changelog for 2.0, increment version to 2.1-preview.1 (#1213)
1 parent fd0e9cc commit 678b79b

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

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

3+
## v2.0.0
4+
### Thursday, March 5, 2020
5+
6+
- 🐛📟 [PowerShellEditorServices #1201](https://github.com/PowerShell/PowerShellEditorServices/pull/1201) -
7+
Fix newlines in error formatting.
8+
- 🐛👮 [vscode-PowerShell #2489](https://github.com/PowerShell/PowerShellEditorServices/pull/1206) -
9+
Fix PSScriptAnalyzer not using default rules when no settings file present.
10+
- 🐛📟 [vscode-PowerShell #2291](https://github.com/PowerShell/PowerShellEditorServices/pull/1207) -
11+
Fix `Read-Host` dropping characters.
12+
- 🐛📺 [vscode-PowerShell #2424](https://github.com/PowerShell/PowerShellEditorServices/pull/1209) -
13+
Fix `F8` not working repeatedly in an Interactive Debugging session.
14+
- 🐛🛫 [vscode-PowerShell #2404](https://github.com/PowerShell/PowerShellEditorServices/pull/1208) -
15+
Fix execution policy being set incorrectly at startup on Windows.
16+
- 🐛🧠 [vscode-PowerShell #2364](https://github.com/PowerShell/PowerShellEditorServices/pull/1210) -
17+
Fix intellisense and `F5` not working after debugging.
18+
- 🐛🧰 [vscode-PowerShell #2495](https://github.com/PowerShell/PowerShellEditorServices/pull/1211) -
19+
Fix PowerShellEditorServices.Commands module commands not working due to types being moved.
20+
321
## v2.0.0-preview.9
422
### Thursday, February 20, 2020
523

PowerShellEditorServices.Common.props

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