File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
10
### Version 2.0.0-rc2
2
11
3
12
Pre-release notes:
Original file line number Diff line number Diff line change 6
6
<AssemblyName >Microsoft.PowerShell.PSReadLine2</AssemblyName >
7
7
<AssemblyVersion >2.0.0.0</AssemblyVersion >
8
8
<FileVersion >2.0.0</FileVersion >
9
- <InformationalVersion >2.0.0-rc2 </InformationalVersion >
9
+ <InformationalVersion >2.0.0</InformationalVersion >
10
10
<TargetFrameworks >net461;netcoreapp2.1</TargetFrameworks >
11
11
</PropertyGroup >
12
12
You can’t perform that action at this time.
0 commit comments