Skip to content

Commit

Permalink
Release 0.19.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed May 1, 2017
1 parent 0b01393 commit aa6f010
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/content/overview/version-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ weight: 30
Version History
===============

### 0.19.2

* Fix connection pool exhaustion if connections aren't disposed: [#251](https://github.com/mysql-net/MySqlConnector/issues/251).
* Fix potential `NullReferenceException` in `MySqlDataReader.Dispose`.

### 0.19.1

* Fix incorrect return value from `ExecuteNonQuery`: [#250](https://github.com/mysql-net/MySqlConnector/pull/250).
Expand Down
2 changes: 1 addition & 1 deletion src/MySqlConnector/MySqlConnector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>A fully async MySQL ADO.NET provider for .NET and .NET Core</Description>
<Copyright>Copyright 2016–2017 Bradley Grainger</Copyright>
<AssemblyTitle>Async MySQL Connector</AssemblyTitle>
<VersionPrefix>0.19.1</VersionPrefix>
<VersionPrefix>0.19.2</VersionPrefix>
<Authors>Bradley Grainger;Caleb Lloyd</Authors>
<TargetFrameworks>net451;netstandard1.3</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit aa6f010

Please sign in to comment.