Skip to content

Commit 2e83321

Browse files
committed
Update ChangeLog and version for 2.0.3 release
1 parent e4c97df commit 2e83321

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

PSReadLine/Changes.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
### Version 2.0.2
29

310
Bug fixes:

PSReadLine/PSReadLine.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<OutputType>Library</OutputType>
55
<RootNamespace>Microsoft.PowerShell.PSReadLine</RootNamespace>
66
<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>
1010
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
1111
<TargetFrameworks>net461;netcoreapp2.1</TargetFrameworks>
1212
</PropertyGroup>

0 commit comments

Comments
 (0)