Skip to content

Commit a6ab560

Browse files
committed
Release 0.29.3.
1 parent 7797232 commit a6ab560

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/content/overview/version-history.md

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

14+
### 0.29.3
15+
16+
* Remove `System.Runtime.InteropServices.RuntimeInformation` dependency on full framework: [#381](https://github.com/mysql-net/MySqlConnector/issues/381).
17+
1418
### 0.29.2
1519

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

src/MySqlConnector/MySqlConnector.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL and more.</Description>
66
<Copyright>Copyright 2016–2017 Bradley Grainger</Copyright>
77
<AssemblyTitle>Async MySQL Connector</AssemblyTitle>
8-
<VersionPrefix>0.29.2</VersionPrefix>
8+
<VersionPrefix>0.29.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)