Skip to content

Commit

Permalink
Merge pull request #4761 from PowerShell/release
Browse files Browse the repository at this point in the history
Release `v2023.9.3-preview`
  • Loading branch information
andyleejordan authored Sep 28, 2023
2 parents c872e56 + 1b3455c commit c9ea4db
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# PowerShell Extension Release History

## v2023.9.3-preview
### Thursday, September 28, 2023

#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)

- ✨ 📖 [vscode-powershell #4739](https://github.com/PowerShell/vscode-powershell/pull/4739) - Add official support policy document.

#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.12.0

- 🐛 🔍 [PowerShellEditorServices #2081](https://github.com/PowerShell/PowerShellEditorServices/pull/2081) - Silence progress output of `Get-DscResource` (take two).
- 🐛 🚂 [PowerShellEditorServices #2083](https://github.com/PowerShell/PowerShellEditorServices/pull/2083) - Upgrade OmniSharp to v0.19.9.
- ✨ 📟 [PowerShellEditorServices #2080](https://github.com/PowerShell/PowerShellEditorServices/pull/2080) - Bump to new PSReadLine stable release v2.3.3.
- 🐛 🔍 [PowerShellEditorServices #2068](https://github.com/PowerShell/PowerShellEditorServices/pull/2068) - Wrap import of DSC module with `ProgressPreference = SilentlyContinue`.

## v2023.9.2-preview
### Wednesday, September 13, 2023

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "powershell",
"displayName": "PowerShell",
"version": "2023.9.2",
"version": "2023.9.3",
"preview": false,
"publisher": "ms-vscode",
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
Expand Down

0 comments on commit c9ea4db

Please sign in to comment.