From 59caa5f76271cb22fab053330d81c7bb10ddb6da Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Mon, 27 Jun 2022 09:58:15 -0700 Subject: [PATCH] Prepare for the v2.2.6 release of PSReadLine (#3357) --- PSReadLine/Changes.txt | 4 ++++ PSReadLine/PSReadLine.csproj | 6 +++--- PSReadLine/PSReadLine.psd1 | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/PSReadLine/Changes.txt b/PSReadLine/Changes.txt index bcdc9eb1..f0680d4e 100644 --- a/PSReadLine/Changes.txt +++ b/PSReadLine/Changes.txt @@ -1,3 +1,7 @@ +### [2.2.6] - 2022-06-27 + +- Enable Predictive Intellisense by default (#3351) + ### [2.2.5] - 2022-05-03 - Re-package the `2.2.4-beta1` version to `2.2.5` as an offical servicing release. diff --git a/PSReadLine/PSReadLine.csproj b/PSReadLine/PSReadLine.csproj index 11b195fe..7ce0148e 100644 --- a/PSReadLine/PSReadLine.csproj +++ b/PSReadLine/PSReadLine.csproj @@ -5,9 +5,9 @@ Microsoft.PowerShell.PSReadLine Microsoft.PowerShell.PSReadLine2 $(NoWarn);CA1416 - 2.2.5.0 - 2.2.5 - 2.2.5 + 2.2.6.0 + 2.2.6 + 2.2.6 true net462;net6.0 true diff --git a/PSReadLine/PSReadLine.psd1 b/PSReadLine/PSReadLine.psd1 index 738099e4..befc6e11 100644 --- a/PSReadLine/PSReadLine.psd1 +++ b/PSReadLine/PSReadLine.psd1 @@ -1,7 +1,7 @@ @{ RootModule = 'PSReadLine.psm1' NestedModules = @("Microsoft.PowerShell.PSReadLine2.dll") -ModuleVersion = '2.2.5' +ModuleVersion = '2.2.6' GUID = '5714753b-2afd-4492-a5fd-01d9e2cff8b5' Author = 'Microsoft Corporation' CompanyName = 'Microsoft Corporation'