Skip to content

Commit

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

### 0.18.1

* Support new MySQL Server 8.0.1 collations: [#242](https://github.com/mysql-net/MySqlConnector/issues/242).
* Specify preferred collation when resetting connection: [#243](https://github.com/mysql-net/MySqlConnector/issues/243).

### 0.18.0

* Support [`System.Transactions` transaction processing](https://msdn.microsoft.com/en-us/library/ee818755.aspx): [#13](https://github.com/mysql-net/MySqlConnector/issues/13).
Expand Down
4 changes: 2 additions & 2 deletions src/MySqlConnector/MySqlConnector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<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.18.0</VersionPrefix>
<VersionPrefix>0.18.1</VersionPrefix>
<Authors>Bradley Grainger;Caleb Lloyd</Authors>
<TargetFrameworks>net451;netstandard1.3</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AssemblyName>MySqlConnector</AssemblyName>
<PackageId>MySqlConnector</PackageId>
<PackageTags>mysql;async;ado.net;database;netcore</PackageTags>
<PackageReleaseNotes>https://mysql-net.github.io/MySqlConnector/overview/version-history/</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/mysql-net/MySqlConnector</PackageProjectUrl>
<PackageProjectUrl>https://mysql-net.github.io/MySqlConnector/</PackageProjectUrl>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageIconUrl>https://mysql-net.github.io/MySqlConnector/img/logo.png</PackageIconUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 8719f55

Please sign in to comment.