Skip to content

Commit a1fb072

Browse files
committed
Release 0.26.3.
1 parent 0912f24 commit a1fb072

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/content/overview/version-history.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2017-03-27
2+
lastmod: 2017-09-13
33
date: 2017-03-27
44
menu:
55
main:
@@ -11,6 +11,13 @@ weight: 30
1111
Version History
1212
===============
1313

14+
### 0.26.3
15+
16+
* Fix `HasRows` incorrectly returning `false` after all rows have been read: [#327](https://github.com/mysql-net/MySqlConnector/issues/327).
17+
* Fix `EndOfStreamException` when reusing a pooled connection with Amazon Aurora.
18+
* Update `System.*` dependencies to 4.3.0 for .NET 4.5 and .NET 4.6 packages.
19+
* Thanks to [Brad Nabholz](https://github.com/bnabholz) for contributions to this release.
20+
1421
### 0.26.2
1522

1623
* Support `CLIENT_DEPRECATE_EOF` flag: [#322](https://github.com/mysql-net/MySqlConnector/issues/322).

src/MySqlConnector/MySqlConnector.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>Async MySQL ADO.NET provider</Description>
66
<Copyright>Copyright 2016–2017 Bradley Grainger</Copyright>
77
<AssemblyTitle>Async MySQL Connector</AssemblyTitle>
8-
<VersionPrefix>0.26.2</VersionPrefix>
8+
<VersionPrefix>0.26.3</VersionPrefix>
99
<Authors>Bradley Grainger;Caleb Lloyd</Authors>
1010
<TargetFrameworks>net45;net46;netstandard1.3;netstandard2.0</TargetFrameworks>
1111
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)