Skip to content

Commit

Permalink
v2024.2.1: Hotfix for incorrect signing certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan committed Apr 16, 2024
1 parent 73bd231 commit 3a24728
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# PowerShell Extension Release History

## v2024.2.1
### Tuesday, April 16, 2024

With PowerShell Editor Services [v3.20.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v3.20.0)!

Hotfix for incorrect signing certificate, sorry about that!

Also removed Plaster integration as we were unable to correctly sign it since we no longer own it.

See more details at the GitHub Release for [v2024.2.1](https://github.com/PowerShell/vscode-powershell/releases/tag/v2024.2.1).

## v2024.2.0
### Monday, April 08, 2024

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "powershell",
"displayName": "PowerShell",
"version": "2024.2.0",
"version": "2024.2.1",
"preview": false,
"publisher": "ms-vscode",
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
Expand Down

0 comments on commit 3a24728

Please sign in to comment.