File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ weight: 30
1111Version History
1212===============
1313
14+ ### 0.19.5
15+
16+ * Fix duration of transaction isolation level: [ #263 ] ( https://github.com/mysql-net/MySqlConnector/issues/263 ) .
17+ * Fix crash sending a GUID containing ` 0x27 ` or ` 0x5C ` when ` OldGuids=true ` : [ #265 ] ( https://github.com/mysql-net/MySqlConnector/pull/265 ) .
18+ * Thanks to [ Adam Poit] ( https://github.com/adampoit ) for contributions to this release.
19+
1420### 0.19.4
1521
1622* Fix ` NotImplementedException ` in ` GetFieldType ` and ` GetDataTypeName ` : [ #261 ] ( https://github.com/mysql-net/MySqlConnector/issues/261 ) .
Original file line number Diff line number Diff line change 55 <Description >A fully async MySQL ADO.NET provider for .NET and .NET Core</Description >
66 <Copyright >Copyright 2016–2017 Bradley Grainger</Copyright >
77 <AssemblyTitle >Async MySQL Connector</AssemblyTitle >
8- <VersionPrefix >0.19.4 </VersionPrefix >
8+ <VersionPrefix >0.19.5 </VersionPrefix >
99 <Authors >Bradley Grainger;Caleb Lloyd</Authors >
1010 <TargetFrameworks >net451;netstandard1.3</TargetFrameworks >
1111 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
You can’t perform that action at this time.
0 commit comments