Skip to content

Commit a882d4d

Browse files
committed
Release 0.16.2.
1 parent 1ee5ac2 commit a882d4d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/content/overview/version-history.md

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

14+
### 0.16.2
15+
16+
* Fix exceptions when server resets the connection: [#221](https://github.com/mysql-net/MySqlConnector/issues/221).
17+
1418
### 0.16.1
1519

1620
* Throw a better exception when `max_allowed_packet` is exceeded: [#40](https://github.com/mysql-net/MySqlConnector/issues/40).

src/MySqlConnector/MySqlConnector.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>A fully async MySQL ADO.NET provider for .NET and .NET Core</Description>
55
<Copyright>Copyright 2016 Bradley Grainger</Copyright>
66
<AssemblyTitle>Async MySQL Connector</AssemblyTitle>
7-
<VersionPrefix>0.16.1</VersionPrefix>
7+
<VersionPrefix>0.16.2</VersionPrefix>
88
<Authors>Bradley Grainger;Caleb Lloyd</Authors>
99
<TargetFrameworks>net451;netstandard1.3</TargetFrameworks>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)