Skip to content

Commit e8eadb2

Browse files
v2024.5.0-preview: Call-operator support and various bug fixes (#5075)
1 parent f6d86ba commit e8eadb2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## v2024.5.0-preview
4+
### Wednesday, October 30, 2024
5+
6+
With PowerShell Editor Services [v3.21.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v3.21.0)!
7+
8+
Call-operator support and various bug fixes
9+
10+
See more details at the GitHub Release for [v2024.5.0-preview](https://github.com/PowerShell/vscode-powershell/releases/tag/v2024.5.0-preview).
11+
312
## v2024.2.2
413
### Friday, May 03, 2024
514

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.2",
4+
"version": "2024.5.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)