File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ weight: 30
11
11
Version History
12
12
===============
13
13
14
+ ### 0.18.1
15
+
16
+ * Support new MySQL Server 8.0.1 collations: [ #242 ] ( https://github.com/mysql-net/MySqlConnector/issues/242 ) .
17
+ * Specify preferred collation when resetting connection: [ #243 ] ( https://github.com/mysql-net/MySqlConnector/issues/243 ) .
18
+
14
19
### 0.18.0
15
20
16
21
* Support [ ` System.Transactions ` transaction processing] ( https://msdn.microsoft.com/en-us/library/ee818755.aspx ) : [ #13 ] ( https://github.com/mysql-net/MySqlConnector/issues/13 ) .
Original file line number Diff line number Diff line change 5
5
<Description >A fully async MySQL ADO.NET provider for .NET and .NET Core</Description >
6
6
<Copyright >Copyright 2016–2017 Bradley Grainger</Copyright >
7
7
<AssemblyTitle >Async MySQL Connector</AssemblyTitle >
8
- <VersionPrefix >0.18.0 </VersionPrefix >
8
+ <VersionPrefix >0.18.1 </VersionPrefix >
9
9
<Authors >Bradley Grainger;Caleb Lloyd</Authors >
10
10
<TargetFrameworks >net451;netstandard1.3</TargetFrameworks >
11
11
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
12
12
<AssemblyName >MySqlConnector</AssemblyName >
13
13
<PackageId >MySqlConnector</PackageId >
14
14
<PackageTags >mysql;async;ado.net;database;netcore</PackageTags >
15
15
<PackageReleaseNotes >https://mysql-net.github.io/MySqlConnector/overview/version-history/</PackageReleaseNotes >
16
- <PackageProjectUrl >https://github.com/ mysql-net/MySqlConnector</PackageProjectUrl >
16
+ <PackageProjectUrl >https://mysql-net.github.io /MySqlConnector/ </PackageProjectUrl >
17
17
<PackageLicenseUrl >https://opensource.org/licenses/MIT</PackageLicenseUrl >
18
18
<PackageIconUrl >https://mysql-net.github.io/MySqlConnector/img/logo.png</PackageIconUrl >
19
19
<RepositoryType >git</RepositoryType >
You can’t perform that action at this time.
0 commit comments