File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ weight: 30
11
11
Version History
12
12
===============
13
13
14
+ ### 0.26.4
15
+
16
+ * Fix overly-broad exception handler introduced in 0.26.3.
17
+ * Improve efficiency of code added in 0.26.3.
18
+
14
19
### 0.26.3
15
20
16
21
* Fix ` HasRows ` incorrectly returning ` false ` after all rows have been read: [ #327 ] ( https://github.com/mysql-net/MySqlConnector/issues/327 ) .
Original file line number Diff line number Diff line change 5
5
<Description >Async MySQL ADO.NET provider</Description >
6
6
<Copyright >Copyright 2016–2017 Bradley Grainger</Copyright >
7
7
<AssemblyTitle >Async MySQL Connector</AssemblyTitle >
8
- <VersionPrefix >0.26.3 </VersionPrefix >
8
+ <VersionPrefix >0.26.4 </VersionPrefix >
9
9
<Authors >Bradley Grainger;Caleb Lloyd</Authors >
10
10
<TargetFrameworks >net45;net46;netstandard1.3;netstandard2.0</TargetFrameworks >
11
11
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
You can’t perform that action at this time.
0 commit comments