Skip to content

Commit 049313d

Browse files
committed
Release 0.18.0.
1 parent 09d48fa commit 049313d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/content/overview/version-history.md

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

14+
### 0.18.0
15+
16+
* Support [`System.Transactions` transaction processing](https://msdn.microsoft.com/en-us/library/ee818755.aspx): [#13](https://github.com/mysql-net/MySqlConnector/issues/13).
17+
* Add `AutoEnlist` connection string option: [#241](https://github.com/mysql-net/MySqlConnector/pull/241).
18+
* Throw better exception for unsupported `ParameterDirection`: [#234](https://github.com/mysql-net/MySqlConnector/issues/234).
19+
* Fix `StackOverflowException` reading a large blob: [#239](https://github.com/mysql-net/MySqlConnector/issues/239).
20+
1421
### 0.17.0
1522

1623
* Implement cancellation of the active reader: [#3](https://github.com/mysql-net/MySqlConnector/issues/3).

src/MySqlConnector/MySqlConnector.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<PropertyGroup>
44
<Title>MySQL Connector</Title>
55
<Description>A fully async MySQL ADO.NET provider for .NET and .NET Core</Description>
6-
<Copyright>Copyright 2016 Bradley Grainger</Copyright>
6+
<Copyright>Copyright 2016–2017 Bradley Grainger</Copyright>
77
<AssemblyTitle>Async MySQL Connector</AssemblyTitle>
8-
<VersionPrefix>0.17.0</VersionPrefix>
8+
<VersionPrefix>0.18.0</VersionPrefix>
99
<Authors>Bradley Grainger;Caleb Lloyd</Authors>
1010
<TargetFrameworks>net451;netstandard1.3</TargetFrameworks>
1111
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)