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
11
11
Version History
12
12
===============
13
13
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
+
14
25
### 0.59.2
15
26
16
27
* 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 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <VersionPrefix >0.59.2 </VersionPrefix >
4
+ <VersionPrefix >0.60.0-beta1 </VersionPrefix >
5
5
<SignAssembly >true</SignAssembly >
6
6
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
7
7
<AssemblyOriginatorKeyFile >..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile >
You can’t perform that action at this time.
0 commit comments