Skip to content

Commit

Permalink
Release 0.60.3-beta1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Oct 23, 2019
1 parent 4169a0e commit f3508e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/content/overview/version-history.md
Expand Up @@ -11,6 +11,12 @@ weight: 30
Version History
===============

### 0.60.3 Beta 1

* Rewrite `ExecuteReaderAsync` to be more compatible with New Relic instrumentation.
* Improve "Connect Timeout" exception message when connection pool is empty.
* Revalidate missing stored procedures in `MySqlCommandBuilder.DeriveParameters(Async)`: [#730](https://github.com/mysql-net/MySqlConnector/issues/730).

### 0.60.2

* Add more schemas to `MySqlConnection.GetSchema`: [#724](https://github.com/mysql-net/MySqlConnector/pull/724).
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>0.60.2</VersionPrefix>
<VersionPrefix>0.60.3-beta1</VersionPrefix>
<SignAssembly>true</SignAssembly>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit f3508e6

Please sign in to comment.