diff --git a/PSReadLine/Changes.txt b/PSReadLine/Changes.txt index 1ebef105..7f48464e 100644 --- a/PSReadLine/Changes.txt +++ b/PSReadLine/Changes.txt @@ -1,3 +1,10 @@ +### [2.2.4-beta1] - 2022-04-27 + +- Sync ReadKeyProc thread with pipeline thread (#3294) +- Update build to use net462 (#3285) + +[2.2.4-beta1]: https://github.com/PowerShell/PSReadLine/compare/v2.2.3...v2.2.4-beta1 + ### [2.2.3] - 2022-04-20 - Respect cancellation in `ReadOneOrMoreKeys()` (#3274, #3280) diff --git a/PSReadLine/PSReadLine.csproj b/PSReadLine/PSReadLine.csproj index 4126da0b..0df48b19 100644 --- a/PSReadLine/PSReadLine.csproj +++ b/PSReadLine/PSReadLine.csproj @@ -5,9 +5,9 @@ Microsoft.PowerShell.PSReadLine Microsoft.PowerShell.PSReadLine2 $(NoWarn);CA1416 - 2.2.3.0 - 2.2.3 - 2.2.3 + 2.2.4.0 + 2.2.4 + 2.2.4-beta1 true net462;net6.0 true diff --git a/PSReadLine/PSReadLine.psd1 b/PSReadLine/PSReadLine.psd1 index 88359a90..f7e69bce 100644 --- a/PSReadLine/PSReadLine.psd1 +++ b/PSReadLine/PSReadLine.psd1 @@ -1,7 +1,7 @@ @{ RootModule = 'PSReadLine.psm1' NestedModules = @("Microsoft.PowerShell.PSReadLine2.dll") -ModuleVersion = '2.2.3' +ModuleVersion = '2.2.4' GUID = '5714753b-2afd-4492-a5fd-01d9e2cff8b5' Author = 'Microsoft Corporation' CompanyName = 'Microsoft Corporation'