Skip to content

Commit

Permalink
Rev version to v2020.4.0-preview and update CL (#2621)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt authored Apr 8, 2020
1 parent 5112e09 commit a3f959a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# PowerShell Preview Extension Release History

## v2020.4.0-preview
### Wednesday, April 08, 2020
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)

- ✨👷 [vscode-powershell #2617](https://github.com/PowerShell/vscode-powershell/pull/2617) -
Use PowerShell Daily in CI.
- 🐛📖 [vscode-powershell #2618](https://github.com/PowerShell/vscode-powershell/pull/2618) -
Fix link to 'Exchange Online Connection' in community snippets ToC. (Thanks @hjorslev!)
- 🐛🐢 [vscode-powershell #2606](https://github.com/PowerShell/vscode-powershell/pull/2606) -
Fix Pester CodeLens setting which allows Pester v4 scripts to work again. (Thanks @nohwnd!)

#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)

- ✨👷 [PowerShellEditorServices #1252](https://github.com/PowerShell/PowerShellEditorServices/pull/1252) -
Use PowerShell Daily in CI.
- 🐛⚡️🧠🔗 [PowerShellEditorServices #1251](https://github.com/PowerShell/PowerShellEditorServices/pull/1251) -
Add cancellation to SignatureHelp request and cache results for cmdlets on `Get-Command` and `Get-Help`.

## v2020.3.2-preview
### Tuesday, March 31, 2020
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "powershell-preview",
"displayName": "PowerShell Preview",
"version": "2020.3.2",
"version": "2020.4.0",
"preview": true,
"publisher": "ms-vscode",
"description": "(Preview) Develop PowerShell scripts in Visual Studio Code!",
Expand Down

0 comments on commit a3f959a

Please sign in to comment.