Skip to content

Commit 403cad7

Browse files
committed
Release 0.16.1.
1 parent 823dcdf commit 403cad7

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.1
15+
16+
* Throw a better exception when `max_allowed_packet` is exceeded: [#40](https://github.com/mysql-net/MySqlConnector/issues/40).
17+
1418
### 0.16.0
1519

1620
* Implement `MySqlParameterCollection.AddWithValue`: [#127](https://github.com/mysql-net/MySqlConnector/issues/127).

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.0</VersionPrefix>
7+
<VersionPrefix>0.16.1</VersionPrefix>
88
<Authors>Bradley Grainger;Caleb Lloyd</Authors>
99
<TargetFrameworks>net451;netstandard1.3</TargetFrameworks>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)