Skip to content

Commit 6b5e9ff

Browse files
authored
Update ChangeLog and version for 2.0.0 GA release (#1345)
1 parent 37f2dd1 commit 6b5e9ff

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

PSReadLine/Changes.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### Version 2.0.0
2+
3+
Bug fixes:
4+
5+
* Name the `ReadKey` thread for debug purpose (#1313)
6+
* Compliance: Update the .NET Core version and PowerShell SDK package (#1320)
7+
* Build: Enable F5 debugging of PSReadLine in Visual Studio (#1319) (Thanks @theaquamarine)
8+
* Build: Simply the way to get semantic version information in build (#1324)
9+
110
### Version 2.0.0-rc2
211

312
Pre-release notes:

PSReadLine/PSReadLine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>Microsoft.PowerShell.PSReadLine2</AssemblyName>
77
<AssemblyVersion>2.0.0.0</AssemblyVersion>
88
<FileVersion>2.0.0</FileVersion>
9-
<InformationalVersion>2.0.0-rc2</InformationalVersion>
9+
<InformationalVersion>2.0.0</InformationalVersion>
1010
<TargetFrameworks>net461;netcoreapp2.1</TargetFrameworks>
1111
</PropertyGroup>
1212

0 commit comments

Comments
 (0)