Skip to content

Commit

Permalink
Release 0.19.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed May 26, 2017
1 parent d432dcd commit fc5c777
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/content/overview/version-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ weight: 30
Version History
===============

### 0.19.5

* Fix duration of transaction isolation level: [#263](https://github.com/mysql-net/MySqlConnector/issues/263).
* Fix crash sending a GUID containing `0x27` or `0x5C` when `OldGuids=true`: [#265](https://github.com/mysql-net/MySqlConnector/pull/265).
* Thanks to [Adam Poit](https://github.com/adampoit) for contributions to this release.

### 0.19.4

* Fix `NotImplementedException` in `GetFieldType` and `GetDataTypeName`: [#261](https://github.com/mysql-net/MySqlConnector/issues/261).
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 fully async MySQL ADO.NET provider for .NET and .NET Core</Description>
<Copyright>Copyright 2016–2017 Bradley Grainger</Copyright>
<AssemblyTitle>Async MySQL Connector</AssemblyTitle>
<VersionPrefix>0.19.4</VersionPrefix>
<VersionPrefix>0.19.5</VersionPrefix>
<Authors>Bradley Grainger;Caleb Lloyd</Authors>
<TargetFrameworks>net451;netstandard1.3</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit fc5c777

Please sign in to comment.