Skip to content

Commit 3a24728

Browse files
committed
v2024.2.1: Hotfix for incorrect signing certificate
1 parent 73bd231 commit 3a24728

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# PowerShell Extension Release History
22

3+
## v2024.2.1
4+
### Tuesday, April 16, 2024
5+
6+
With PowerShell Editor Services [v3.20.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v3.20.0)!
7+
8+
Hotfix for incorrect signing certificate, sorry about that!
9+
10+
Also removed Plaster integration as we were unable to correctly sign it since we no longer own it.
11+
12+
See more details at the GitHub Release for [v2024.2.1](https://github.com/PowerShell/vscode-powershell/releases/tag/v2024.2.1).
13+
314
## v2024.2.0
415
### Monday, April 08, 2024
516

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powershell",
33
"displayName": "PowerShell",
4-
"version": "2024.2.0",
4+
"version": "2024.2.1",
55
"preview": false,
66
"publisher": "ms-vscode",
77
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)