diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f2ee6fad5..e189bdae62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # PowerShell Extension Release History -## v2021.6.1-preview -### Wednesday, June 16, 2021 +## v2021.6.1 +### Monday, June 21, 2021 #### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) @@ -14,7 +14,6 @@ - 🐛 [PowerShellEditorServices #1495](https://github.com/PowerShell/PowerShellEditorServices/pull/1500) - Prevent some exceptions. - #️⃣ 🙏 [vscode-powershell #3395](https://github.com/PowerShell/PowerShellEditorServices/pull/1494) - Work around `dotnet publish` bug. - ## v2021.5.1 ### Thursday, May 27, 2021 diff --git a/package.json b/package.json index 7fee2b44ad..0c0f8cc07b 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "powershell-preview", - "displayName": "PowerShell Preview", + "name": "powershell", + "displayName": "PowerShell", "version": "2021.6.1", - "preview": true, + "preview": false, "publisher": "ms-vscode", - "description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!", + "description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!", "engines": { "vscode": "^1.53.0" },