Skip to content

Commit 7a4f8cd

Browse files
committed
Release 0.57.0-beta10.
1 parent da97b4d commit 7a4f8cd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ weight: 30
1111
Version History
1212
===============
1313

14+
### 0.57.0-beta10
15+
16+
* Allow `MySqlDataReader.GetDouble` and `GetFloat` on `DECIMAL` columns: [#664](https://github.com/mysql-net/MySqlConnector/issues/664).
17+
* Fix connection timeout when executing a stored procedure: [#672](https://github.com/mysql-net/MySqlConnector/issues/672).
18+
* Fix incorrect exception being thrown after a timeout occurs executing a stored procedure: [#667](https://github.com/mysql-net/MySqlConnector/issues/667).
19+
* Build with .NET Core 3.0 Preview 9.
20+
1421
### 0.57.0-beta9
1522

1623
* Fix exception deserializing an `OUT BOOL` parameter from a stored procedure: [#682](https://github.com/mysql-net/MySqlConnector/issues/682).

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>0.57.0-beta9</VersionPrefix>
4+
<VersionPrefix>0.57.0-beta10</VersionPrefix>
55
<SignAssembly>true</SignAssembly>
66
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
77
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)