Skip to content

Commit ad024ba

Browse files
committed
Release 0.16.0.
1 parent 42aa065 commit ad024ba

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.0
15+
16+
* Implement `MySqlParameterCollection.AddWithValue`: [#127](https://github.com/mysql-net/MySqlConnector/issues/127).
17+
1418
### 0.15.2
1519

1620
* Include help on `AllowUserVariables` in exception message: [#206](https://github.com/mysql-net/MySqlConnector/issues/206).

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

0 commit comments

Comments
 (0)