File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ weight: 30
11
11
Version History
12
12
===============
13
13
14
+ ### 0.16.2
15
+
16
+ * Fix exceptions when server resets the connection: [ #221 ] ( https://github.com/mysql-net/MySqlConnector/issues/221 ) .
17
+
14
18
### 0.16.1
15
19
16
20
* Throw a better exception when ` max_allowed_packet ` is exceeded: [ #40 ] ( https://github.com/mysql-net/MySqlConnector/issues/40 ) .
Original file line number Diff line number Diff line change 4
4
<Description >A fully async MySQL ADO.NET provider for .NET and .NET Core</Description >
5
5
<Copyright >Copyright 2016 Bradley Grainger</Copyright >
6
6
<AssemblyTitle >Async MySQL Connector</AssemblyTitle >
7
- <VersionPrefix >0.16.1 </VersionPrefix >
7
+ <VersionPrefix >0.16.2 </VersionPrefix >
8
8
<Authors >Bradley Grainger;Caleb Lloyd</Authors >
9
9
<TargetFrameworks >net451;netstandard1.3</TargetFrameworks >
10
10
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
You can’t perform that action at this time.
0 commit comments