Skip to content

Commit

Permalink
Release 0.64.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Apr 28, 2020
1 parent 7315797 commit 2650579
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/content/overview/version-history.md
Expand Up @@ -11,6 +11,13 @@ weight: 30
Version History
===============

### 0.64.2

* Restore `COLUMN_TYPE` column to `GetSchema("COLUMNS")`: [#807](https://github.com/mysql-net/MySqlConnector/pull/807).
* This was a regression in 0.64.1
* Fix ignored `CancellationToken` in `MySqlBulkCopy.WriteToServerAsync(DataTable)`.
* Thanks to [mitchydeath](https://github.com/mitchydeath) for contributions to this release.

### 0.64.1

* Fix timeout for named pipe connections: [#804](https://github.com/mysql-net/MySqlConnector/issues/804).
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>0.64.1</VersionPrefix>
<VersionPrefix>0.64.2</VersionPrefix>
<SignAssembly>true</SignAssembly>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit 2650579

Please sign in to comment.