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'