File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Extension Release History
2
2
3
+ ## v2023.3.2-preview
4
+ ### Monday, March 27, 2023
5
+
6
+ #### [ vscode-powershell] ( https://github.com/PowerShell/vscode-powershell )
7
+
8
+ - 🐛 👷 [ vscode-powershell #4481 ] ( https://github.com/PowerShell/vscode-powershell/pull/4481 ) - Remove problematic ` [RepoNames] ` PowerShell class.
9
+ - ✨ 👷 [ vscode-powershell #4464 ] ( https://github.com/PowerShell/vscode-powershell/pull/4464 ) - Remove ` preview ` label from marketplace.
10
+
11
+ #### [ PowerShellEditorServices] ( https://github.com/PowerShell/PowerShellEditorServices ) v3.8.3
12
+
13
+ - Documentation update and CI fix.
14
+
3
15
## v2023.3.1-preview
4
16
### Wednesday, March 15, 2023
5
17
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ using module PowerShellForGitHub
7
7
using namespace System.Management.Automation
8
8
9
9
Import-Module $PSScriptRoot / VersionTools.psm1
10
+ $ChangelogFile = " CHANGELOG.md"
10
11
11
12
<#
12
13
. SYNOPSIS
You can’t perform that action at this time.
0 commit comments