File tree

2 files changed

+22
-1
lines changed

2 files changed

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

3+
## v2025.0.0
4+
### Tuesday, January 21, 2025
5+
6+
With PowerShell Editor Services [v4.2.0](https://.com/PowerShell/PowerShellEditorServices/releases/tag/v4.2.0)!
7+
8+
New Year Update!
9+
10+
PowerShell 7.4+ and Windows PowerShell 5.1 (on a best-effort basis)
11+
are now solely supported as 7.3 LTS and 7.2 are past end-of-support.
12+
13+
A major bug due to a Global Assembly Cache conflict with Serilog
14+
when using Windows PowerShell has been resolved by removing the
15+
troublesome dependency. This also came with a wonderful logging
16+
overhaul for both the server and client. Thanks Justin!
17+
18+
Dependencies and VS Code engine have been updated. Snippets fixed.
19+
Extension settings are now categorized. Additional PowerShell
20+
executable path verification fixed.
21+
22+
See more details at the Release for [v2025.0.0](https://.com/PowerShell/vscode-powershell/releases/tag/v2025.0.0).
23+
324
## v2025.1.0-preview
425
### Thursday, January 16, 2025
526

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

0 commit comments

Comments
 (0)