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
+
1
8
### [2.2.0-beta2] - 2021-02-23
2
9
3
10
- Update PSReadLine corresponding to the prediction interface updates (#2225)
Original file line number Diff line number Diff line change 7
7
<NoWarn >$(NoWarn);CA1416</NoWarn >
8
8
<AssemblyVersion >2.2.0.0</AssemblyVersion >
9
9
<FileVersion >2.2.0</FileVersion >
10
- <InformationalVersion >2.2.0-beta2 </InformationalVersion >
10
+ <InformationalVersion >2.2.0-beta3 </InformationalVersion >
11
11
<CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
12
12
<TargetFrameworks >net461;net6.0</TargetFrameworks >
13
13
<SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
You can’t perform that action at this time.
0 commit comments