File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 2.0.3
2
+
3
+ Bug fixes:
4
+
5
+ * Update 'HelpInfoURI' for the PSReadLine module (#1589)
6
+ * Teach `PSReadline` to not force the background color during render (#1626) (Thanks @DHowett)
7
+
1
8
### Version 2.0.2
2
9
3
10
Bug fixes:
Original file line number Diff line number Diff line change 4
4
<OutputType >Library</OutputType >
5
5
<RootNamespace >Microsoft.PowerShell.PSReadLine</RootNamespace >
6
6
<AssemblyName >Microsoft.PowerShell.PSReadLine2</AssemblyName >
7
- <AssemblyVersion >2.0.2 .0</AssemblyVersion >
8
- <FileVersion >2.0.2 </FileVersion >
9
- <InformationalVersion >2.0.2 </InformationalVersion >
7
+ <AssemblyVersion >2.0.3 .0</AssemblyVersion >
8
+ <FileVersion >2.0.3 </FileVersion >
9
+ <InformationalVersion >2.0.3 </InformationalVersion >
10
10
<CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
11
11
<TargetFrameworks >net461;netcoreapp2.1</TargetFrameworks >
12
12
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments