File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 11# PowerShell Extension Release History
22
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+
315## v2023.3.1-preview
416### Wednesday, March 15, 2023
517
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ using module PowerShellForGitHub
77using namespace System.Management.Automation
88
99Import-Module $PSScriptRoot / VersionTools.psm1
10+ $ChangelogFile = " CHANGELOG.md"
1011
1112<#
1213. SYNOPSIS
You can’t perform that action at this time.
0 commit comments