File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- lastmod : 2019-05-26
2
+ lastmod : 2019-10-18
3
3
date : 2017-03-27
4
4
menu :
5
5
main :
@@ -11,8 +11,9 @@ weight: 30
11
11
Version History
12
12
===============
13
13
14
- ### 0.60.0-beta1
14
+ ### 0.60.0
15
15
16
+ * ** Possibly breaking** Implement conversions in GetFieldValue<T >: [ #716 ] ( https://github.com/mysql-net/MySqlConnector/issues/716 ) .
16
17
* Add C# 8 nullable annotations to public API.
17
18
* Support ` Tables ` and ` Views ` schemas in ` MySqlConnection.GetSchema ` : [ #719 ] ( https://github.com/mysql-net/MySqlConnector/pull/719 ) .
18
19
* Add better exception message when ` '0000-00-00' ` can't be converted: [ #690 ] ( https://github.com/mysql-net/MySqlConnector/issues/690 ) .
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <VersionPrefix >0.60.0-beta1 </VersionPrefix >
4
+ <VersionPrefix >0.60.0</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