Skip to content

Commit f28561e

Browse files
committed
Release 0.28.1.
1 parent ac9c71d commit f28561e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ weight: 30
1111
Version History
1212
===============
1313

14+
### 0.28.1
15+
16+
* Fix garbage data being returned by `GetColumnSchema`/`GetSchemaTable`: [#354](https://github.com/mysql-net/MySqlConnector/issues/354).
17+
* Fix incorrect `NumericPrecision` for `decimal(n,0)` columns: [#356](https://github.com/mysql-net/MySqlConnector/issues/356).
18+
1419
### 0.28.0
1520

1621
* Support `caching_sha2_password` authentication for MySQL 8.0: [#329](https://github.com/mysql-net/MySqlConnector/issues/329).

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.28.0</VersionPrefix>
8+
<VersionPrefix>0.28.1</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)