diff --git a/CHANGELOG.md b/CHANGELOG.md index 36c6e5f025..71ab03c2e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # PowerShell Extension Release History -## v2021.10.1-preview -### Monday, October 18, 2021 +## v2021.10.1 +### Wednesday, October 20, 2021 #### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) +Check out the new [Pester Tests][] adapter by [Justin Grote][] and inspired by [Tyler +Leonhardt][]. While still under development, it provides integration with Visual Studio +Code's new test explorer interface for Pester tests and is quite nice! + +[Pester tests]: https://marketplace.visualstudio.com/items?itemName=pspester.pester-test +[Justin Grote]: https://twitter.com/justinwgrote +[Tyler Leonhardt]: https://github.com/TylerLeonhardt + - ✨ 👷 [vscode-powershell #3623](https://github.com/PowerShell/vscode-powershell/pull/3623) - Add `LinkEditorServices` task for developers. - ✨️ 🙏 [vscode-powershell #3430](https://github.com/PowerShell/vscode-powershell/pull/3613) - Setting to Disable Pester Code Lens. (Thanks @JustinGrote!) diff --git a/package.json b/package.json index 496098a073..391599bb67 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "powershell-preview", - "displayName": "PowerShell Preview", + "name": "powershell", + "displayName": "PowerShell", "version": "2021.10.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.56.0" }, @@ -16,7 +16,7 @@ "Snippets", "Linters" ], - "icon": "media/PowerShell_Preview_Icon.png", + "icon": "media/PowerShell_Icon.png", "galleryBanner": { "color": "#ACD1EC", "theme": "light"