diff --git a/docs/content/overview/version-history.md b/docs/content/overview/version-history.md index 68025656a..4cea8a585 100644 --- a/docs/content/overview/version-history.md +++ b/docs/content/overview/version-history.md @@ -11,6 +11,13 @@ weight: 30 Version History =============== +### 0.18.0 + +* Support [`System.Transactions` transaction processing](https://msdn.microsoft.com/en-us/library/ee818755.aspx): [#13](https://github.com/mysql-net/MySqlConnector/issues/13). +* Add `AutoEnlist` connection string option: [#241](https://github.com/mysql-net/MySqlConnector/pull/241). +* Throw better exception for unsupported `ParameterDirection`: [#234](https://github.com/mysql-net/MySqlConnector/issues/234). +* Fix `StackOverflowException` reading a large blob: [#239](https://github.com/mysql-net/MySqlConnector/issues/239). + ### 0.17.0 * Implement cancellation of the active reader: [#3](https://github.com/mysql-net/MySqlConnector/issues/3). diff --git a/src/MySqlConnector/MySqlConnector.csproj b/src/MySqlConnector/MySqlConnector.csproj index 81c875e06..6f1188e1a 100644 --- a/src/MySqlConnector/MySqlConnector.csproj +++ b/src/MySqlConnector/MySqlConnector.csproj @@ -3,9 +3,9 @@ MySQL Connector A fully async MySQL ADO.NET provider for .NET and .NET Core - Copyright 2016 Bradley Grainger + Copyright 2016–2017 Bradley Grainger Async MySQL Connector - 0.17.0 + 0.18.0 Bradley Grainger;Caleb Lloyd net451;netstandard1.3 true