From 5ad99ba3be2c0c88f40646e56168778672cc7328 Mon Sep 17 00:00:00 2001 From: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:03:34 -0700 Subject: [PATCH] v3.18.1: Servicing release with updated pipeline! --- CHANGELOG.md | 5 +++++ PowerShellEditorServices.Common.props | 2 +- .../PowerShellEditorServices/PowerShellEditorServices.psd1 | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b2ba1b99..10c90056d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # PowerShell Editor Services Release History +## v3.18.1 +### Tuesday, March 19, 2024 + +Servicing release with updated pipeline! + ## v3.18.0 ### Tuesday, March 5, 2024 diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index 6e0a04574..80d45b7ba 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -1,6 +1,6 @@ - 3.18.0 + 3.18.1 Microsoft © Microsoft Corporation. diff --git a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 index 39b7bca5c..ebeba42f9 100644 --- a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 +++ b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 @@ -19,7 +19,7 @@ RootModule = if ($PSEdition -eq 'Core') } # Version number of this module. -ModuleVersion = '3.18.0' +ModuleVersion = '3.18.1' # ID used to uniquely identify this module GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'