Skip to content

Commit b7b72c9

Browse files
Merge pull request #3739 from PowerShell/release
Release `v2021.12.0`
2 parents dc4a2ae + 19b06bb commit b7b72c9

File tree

2 files changed

+28
-5
lines changed

2 files changed

+28
-5
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# PowerShell Extension Release History
22

3+
## v2021.12.0
4+
### Wednesday, December 22, 2021
5+
6+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
7+
8+
This release *does not* include the latest major update of PowerShell Editor Services. We
9+
are updating the stable extension to bring some bug fixes forward. Please try out the
10+
[PowerShell Preview extension][] for the latest and hopefully greatest experience, and
11+
help us squash those bugs!
12+
13+
[PowerShell Preview extension]: https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell-Preview
14+
15+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
16+
17+
This extension update includes PowerShell Editor Services [v2.5.3][], a re-release of
18+
[v2.5.2][] which was the last version before the major pipeline and threading overhaul was
19+
merged in [v3.0.0][]. By re-releasing we are able to update the module's signature with a
20+
renewed certificate.
21+
22+
[v2.5.3]: https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v2.5.3
23+
[v2.5.2]: https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v2.5.2
24+
[v3.0.0]: https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v3.0.0
25+
326
## v2021.12.0-preview
427
### Monday, December 20, 2021
528

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "powershell-preview",
3-
"displayName": "PowerShell Preview",
2+
"name": "powershell",
3+
"displayName": "PowerShell",
44
"version": "2021.12.0",
5-
"preview": true,
5+
"preview": false,
66
"publisher": "ms-vscode",
7-
"description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!",
7+
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
88
"engines": {
99
"vscode": "^1.56.0"
1010
},
@@ -16,7 +16,7 @@
1616
"Snippets",
1717
"Linters"
1818
],
19-
"icon": "media/PowerShell_Preview_Icon.png",
19+
"icon": "media/PowerShell_Icon.png",
2020
"galleryBanner": {
2121
"color": "#ACD1EC",
2222
"theme": "light"

0 commit comments

Comments
 (0)