Skip to content

Commit 2650579

Browse files
committed
Release 0.64.2.
1 parent 7315797 commit 2650579

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ weight: 30
1111
Version History
1212
===============
1313

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

1623
* Fix timeout for named pipe connections: [#804](https://github.com/mysql-net/MySqlConnector/issues/804).

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>0.64.1</VersionPrefix>
4+
<VersionPrefix>0.64.2</VersionPrefix>
55
<SignAssembly>true</SignAssembly>
66
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
77
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)