From 0f4898256c3467f288982465f1a828bfc8a90f6d Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Tue, 13 Jul 2021 13:21:10 -0700 Subject: [PATCH 1/3] Change release build pool --- .vsts-ci/azure-pipelines-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts-ci/azure-pipelines-release.yml b/.vsts-ci/azure-pipelines-release.yml index d10e5cdc2..4b861a570 100644 --- a/.vsts-ci/azure-pipelines-release.yml +++ b/.vsts-ci/azure-pipelines-release.yml @@ -33,8 +33,8 @@ jobs: displayName: Signing Build dependsOn: 'ReleaseBuild' pool: - name: 'Package ES Standard Build' - demands: DotNetFramework + name: '1ES' + demands: ImageOverride -equals MMS2019 variables: - group: ESRP steps: From 402a73d65d218445ee24f18f0107eaddd71c4eab Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Tue, 13 Jul 2021 14:51:57 -0700 Subject: [PATCH 2/3] Update CHANGELOG for `v2.4.6` --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d17a80be4..1aec85609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # PowerShell Editor Services Release History +## v2.4.6 +### Tuesday, July 13, 2021 + +- ✨ 🚨 [PowerShellEditorServices #1522](https://github.com/PowerShell/PowerShellEditorServices/pull/1522) - Run new PSReadLine test on Windows. +- ✨ 📖 [PowerShellEditorServices #1519](https://github.com/PowerShell/PowerShellEditorServices/pull/1519) - Update README.md. (Thanks @vladdoster!) +- ✨ 🙏 [PowerShellEditorServices #1493](https://github.com/PowerShell/PowerShellEditorServices/pull/1514) - Load only bundled `PSReadLine`. +- 🐛 👷 [PowerShellEditorServices #1513](https://github.com/PowerShell/PowerShellEditorServices/pull/1513) - Import `InvokePesterStub.ps1` from `vscode-powershell` (with history). +- 🐛 🛫 [PowerShellEditorServices #1503](https://github.com/PowerShell/PowerShellEditorServices/pull/1504) - Handle `incomingSettings` and `profileObject` being null. (Thanks @dkattan!) + ## v2.4.5 ### Wednesday, June 23, 2021 From e03e50547b2c90820e94b18bace2229e54d917f0 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Tue, 13 Jul 2021 14:51:58 -0700 Subject: [PATCH 3/3] Bump version to `v2.4.6` --- PowerShellEditorServices.Common.props | 2 +- module/PowerShellEditorServices/PowerShellEditorServices.psd1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index cdb72f19d..ea41c7b43 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -1,6 +1,6 @@ - 2.4.5 + 2.4.6 Microsoft © Microsoft Corporation. diff --git a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 index c07ef1578..807d2ffbc 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 = '2.4.5' +ModuleVersion = '2.4.6' # ID used to uniquely identify this module GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'