File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ ### [2.2.0-beta3] - 2021-06-01
2+
3+ - Update the use of the prediction interface to adapt to the breaking changes introduced in PowerShell 7.2.0-preview.6 (#2524)
4+ - Fix a null-ref exception in `DynamicHelpImpl` (#2292)
5+
6+ [2.2.0-beta3]: https://github.com/PowerShell/PSReadLine/compare/v2.2.0-beta2...v2.2.0-beta3
7+
18### [2.2.0-beta2] - 2021-02-23
29
310- Update PSReadLine corresponding to the prediction interface updates (#2225)
Original file line number Diff line number Diff line change 77 <NoWarn >$(NoWarn);CA1416</NoWarn >
88 <AssemblyVersion >2.2.0.0</AssemblyVersion >
99 <FileVersion >2.2.0</FileVersion >
10- <InformationalVersion >2.2.0-beta2 </InformationalVersion >
10+ <InformationalVersion >2.2.0-beta3 </InformationalVersion >
1111 <CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
1212 <TargetFrameworks >net461;net6.0</TargetFrameworks >
1313 <SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
You can’t perform that action at this time.
0 commit comments