File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ ### [2.2.2] - 2022-02-22
2+
3+ - Update to use the 1.0.0 version of `Microsoft.PowerShell.Pager` (#3206)
4+ - No need to clear lines when it's not a menu completion rendering (#3199)
5+
6+ [2.2.2]: https://github.com/PowerShell/PSReadLine/compare/v2.2.1-rc1...v2.2.2
7+
18### [2.2.1-rc1] - 2022-01-28
29
310- Update build agent to use `PSMMS2019-Secure` per requirement (#3174, #3187)
Original file line number Diff line number Diff line change 55 <RootNamespace >Microsoft.PowerShell.PSReadLine</RootNamespace >
66 <AssemblyName >Microsoft.PowerShell.PSReadLine2</AssemblyName >
77 <NoWarn >$(NoWarn);CA1416</NoWarn >
8- <AssemblyVersion >2.2.1 .0</AssemblyVersion >
9- <FileVersion >2.2.1 </FileVersion >
10- <InformationalVersion >2.2.1-rc1 </InformationalVersion >
8+ <AssemblyVersion >2.2.2 .0</AssemblyVersion >
9+ <FileVersion >2.2.2 </FileVersion >
10+ <InformationalVersion >2.2.2 </InformationalVersion >
1111 <CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
1212 <TargetFrameworks >net461;net6.0</TargetFrameworks >
1313 <SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
Original file line number Diff line number Diff line change 11@ {
22RootModule = ' PSReadLine.psm1'
33NestedModules = @ (" Microsoft.PowerShell.PSReadLine2.dll" )
4- ModuleVersion = ' 2.2.1 '
4+ ModuleVersion = ' 2.2.2 '
55GUID = ' 5714753b-2afd-4492-a5fd-01d9e2cff8b5'
66Author = ' Microsoft Corporation'
77CompanyName = ' Microsoft Corporation'
You can’t perform that action at this time.
0 commit comments