Skip to content

Commit a3f959a

Browse files
Rev version to v2020.4.0-preview and update CL (#2621)
1 parent 5112e09 commit a3f959a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## v2020.4.0-preview
4+
### Wednesday, April 08, 2020
5+
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
6+
7+
- ✨👷 [vscode-powershell #2617](https://github.com/PowerShell/vscode-powershell/pull/2617) -
8+
Use PowerShell Daily in CI.
9+
- 🐛📖 [vscode-powershell #2618](https://github.com/PowerShell/vscode-powershell/pull/2618) -
10+
Fix link to 'Exchange Online Connection' in community snippets ToC. (Thanks @hjorslev!)
11+
- 🐛🐢 [vscode-powershell #2606](https://github.com/PowerShell/vscode-powershell/pull/2606) -
12+
Fix Pester CodeLens setting which allows Pester v4 scripts to work again. (Thanks @nohwnd!)
13+
14+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
15+
16+
- ✨👷 [PowerShellEditorServices #1252](https://github.com/PowerShell/PowerShellEditorServices/pull/1252) -
17+
Use PowerShell Daily in CI.
18+
- 🐛⚡️🧠🔗 [PowerShellEditorServices #1251](https://github.com/PowerShell/PowerShellEditorServices/pull/1251) -
19+
Add cancellation to SignatureHelp request and cache results for cmdlets on `Get-Command` and `Get-Help`.
20+
321
## v2020.3.2-preview
422
### Tuesday, March 31, 2020
523
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powershell-preview",
33
"displayName": "PowerShell Preview",
4-
"version": "2020.3.2",
4+
"version": "2020.4.0",
55
"preview": true,
66
"publisher": "ms-vscode",
77
"description": "(Preview) Develop PowerShell scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)