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 @@ -11,9 +11,10 @@ weight: 30
1111Version History
1212===============
1313
14- ### 0.60.3 Beta 1
14+ ### 0.60.3
1515
16- * Rewrite ` ExecuteReaderAsync ` to be more compatible with New Relic instrumentation.
16+ * Improve detection of Azure Database for MySQL proxy: [ #731 ] ( https://github.com/mysql-net/MySqlConnector/issues/731 ) .
17+ * Implement ` CommandBehavior.SingleResult ` and ` SingleRow ` : [ #681 ] ( https://github.com/mysql-net/MySqlConnector/issues/681 ) .
1718* Improve "Connect Timeout" exception message when connection pool is empty.
1819* Revalidate missing stored procedures in ` MySqlCommandBuilder.DeriveParameters(Async) ` : [ #730 ] ( https://github.com/mysql-net/MySqlConnector/issues/730 ) .
1920
Original file line number Diff line number Diff line change 11<Project >
22
33 <PropertyGroup >
4- <VersionPrefix >0.60.3-beta1 </VersionPrefix >
4+ <VersionPrefix >0.60.3</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