File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,17 @@ weight: 30
1111Version History
1212===============
1313
14+ ### 0.60.0-beta1
15+
16+ * Add C# 8 nullable annotations to public API.
17+ * Support ` Tables ` and ` Views ` schemas in ` MySqlConnection.GetSchema ` : [ #719 ] ( https://github.com/mysql-net/MySqlConnector/pull/719 ) .
18+ * Add better exception message when ` '0000-00-00' ` can't be converted: [ #690 ] ( https://github.com/mysql-net/MySqlConnector/issues/690 ) .
19+ * Implement ` MySqlConnection.Clone ` : [ #720 ] ( https://github.com/mysql-net/MySqlConnector/issues/720 ) .
20+ * Update list of reserved words.
21+ * Use new ` Socket ` async APIs (.NET Standard 2.1, .NET Core 3.0).
22+ * Update ` System.Net.Security ` dependency to v4.3.1 (.NET Standard 1.3).
23+ * Thanks to [ Roman Marusyk] ( https://github.com/Marusyk ) and [ KaliVi] ( https://github.com/KaliVi ) for contributions to this release.
24+
1425### 0.59.2
1526
1627* Fix error when reading a ` BIT(1) ` column: [ #713 ] ( https://github.com/mysql-net/MySqlConnector/issues/707 ) .
Original file line number Diff line number Diff line change 11<Project >
22
33 <PropertyGroup >
4- <VersionPrefix >0.59.2 </VersionPrefix >
4+ <VersionPrefix >0.60.0-beta1 </VersionPrefix >
55 <SignAssembly >true</SignAssembly >
66 <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
77 <AssemblyOriginatorKeyFile >..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile >
You can’t perform that action at this time.
0 commit comments