Skip to content

Commit 8719f55

Browse files
committed
Release 0.18.1.
1 parent 1527699 commit 8719f55

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/content/overview/version-history.md

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ weight: 30
1111
Version History
1212
===============
1313

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+
1419
### 0.18.0
1520

1621
* Support [`System.Transactions` transaction processing](https://msdn.microsoft.com/en-us/library/ee818755.aspx): [#13](https://github.com/mysql-net/MySqlConnector/issues/13).

src/MySqlConnector/MySqlConnector.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
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.18.0</VersionPrefix>
8+
<VersionPrefix>0.18.1</VersionPrefix>
99
<Authors>Bradley Grainger;Caleb Lloyd</Authors>
1010
<TargetFrameworks>net451;netstandard1.3</TargetFrameworks>
1111
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1212
<AssemblyName>MySqlConnector</AssemblyName>
1313
<PackageId>MySqlConnector</PackageId>
1414
<PackageTags>mysql;async;ado.net;database;netcore</PackageTags>
1515
<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>
1717
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
1818
<PackageIconUrl>https://mysql-net.github.io/MySqlConnector/img/logo.png</PackageIconUrl>
1919
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)