Skip to content

Commit b7a2e54

Browse files
Bump version to v2021.6.1 (#3427)
1 parent d537c89 commit b7a2e54

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CHANGELOG.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PowerShell Extension Release History
22

3-
## v2021.6.1-preview
4-
### Wednesday, June 16, 2021
3+
## v2021.6.1
4+
### Monday, June 21, 2021
55

66
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
77

@@ -14,7 +14,6 @@
1414
- 🐛 [PowerShellEditorServices #1495](https://github.com/PowerShell/PowerShellEditorServices/pull/1500) - Prevent some exceptions.
1515
- #️⃣ 🙏 [vscode-powershell #3395](https://github.com/PowerShell/PowerShellEditorServices/pull/1494) - Work around `dotnet publish` bug.
1616

17-
1817
## v2021.5.1
1918
### Thursday, May 27, 2021
2019

package.json

+4-4
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.6.1",
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.53.0"
1010
},

0 commit comments

Comments
 (0)