Skip to content

Commit

Permalink
Release 0.29.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Oct 26, 2017
1 parent 253019a commit 424110e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/content/overview/version-history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
lastmod: 2017-09-13
lastmod: 2017-10-26
date: 2017-03-27
menu:
main:
Expand All @@ -11,6 +11,10 @@ weight: 30
Version History
===============

### 0.29.2

* Fix an exception if `MySqlDataReader.GetOrdinal` was called before `Read`: [#379](https://github.com/mysql-net/MySqlConnector/issues/379).

### 0.29.1

* Work around Amazon Aurora `DateTime` conversion issue: [#364](https://github.com/mysql-net/MySqlConnector/issues/364).
Expand Down
2 changes: 1 addition & 1 deletion src/MySqlConnector/MySqlConnector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL and more.</Description>
<Copyright>Copyright 2016–2017 Bradley Grainger</Copyright>
<AssemblyTitle>Async MySQL Connector</AssemblyTitle>
<VersionPrefix>0.29.1</VersionPrefix>
<VersionPrefix>0.29.2</VersionPrefix>
<Authors>Bradley Grainger;Caleb Lloyd</Authors>
<TargetFrameworks>net45;net46;netstandard1.3;netstandard2.0</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit 424110e

Please sign in to comment.