File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ ### [2.2.3] - 2022-04-20
2
+
3
+ - Respect cancellation in `ReadOneOrMoreKeys()` (#3274, #3280)
4
+
5
+ [2.2.3]: https://github.com/PowerShell/PSReadLine/compare/v2.2.2...v2.2.3
6
+
1
7
### [2.2.2] - 2022-02-22
2
8
3
9
- Update to use the 1.0.0 version of `Microsoft.PowerShell.Pager` (#3206)
Original file line number Diff line number Diff line change 5
5
<RootNamespace >Microsoft.PowerShell.PSReadLine</RootNamespace >
6
6
<AssemblyName >Microsoft.PowerShell.PSReadLine2</AssemblyName >
7
7
<NoWarn >$(NoWarn);CA1416</NoWarn >
8
- <AssemblyVersion >2.2.2 .0</AssemblyVersion >
9
- <FileVersion >2.2.2 </FileVersion >
10
- <InformationalVersion >2.2.2 </InformationalVersion >
8
+ <AssemblyVersion >2.2.3 .0</AssemblyVersion >
9
+ <FileVersion >2.2.3 </FileVersion >
10
+ <InformationalVersion >2.2.3 </InformationalVersion >
11
11
<CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
12
12
<TargetFrameworks >net461;net6.0</TargetFrameworks >
13
13
<SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
Original file line number Diff line number Diff line change 1
1
@ {
2
2
RootModule = ' PSReadLine.psm1'
3
3
NestedModules = @ (" Microsoft.PowerShell.PSReadLine2.dll" )
4
- ModuleVersion = ' 2.2.2 '
4
+ ModuleVersion = ' 2.2.3 '
5
5
GUID = ' 5714753b-2afd-4492-a5fd-01d9e2cff8b5'
6
6
Author = ' Microsoft Corporation'
7
7
CompanyName = ' Microsoft Corporation'
You can’t perform that action at this time.
0 commit comments