File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ weight: 30
11
11
Version History
12
12
===============
13
13
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
+
14
21
### 0.17.0
15
22
16
23
* Implement cancellation of the active reader: [ #3 ] ( https://github.com/mysql-net/MySqlConnector/issues/3 ) .
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Title >MySQL Connector</Title >
5
5
<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 >
7
7
<AssemblyTitle >Async MySQL Connector</AssemblyTitle >
8
- <VersionPrefix >0.17 .0</VersionPrefix >
8
+ <VersionPrefix >0.18 .0</VersionPrefix >
9
9
<Authors >Bradley Grainger;Caleb Lloyd</Authors >
10
10
<TargetFrameworks >net451;netstandard1.3</TargetFrameworks >
11
11
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
You can’t perform that action at this time.
0 commit comments