Skip to content

Commit 19c2a2d

Browse files
committed
Release 0.54.0.
1 parent 343e342 commit 19c2a2d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/content/overview/version-history.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2018-10-12
2+
lastmod: 2019-05-11
33
date: 2017-03-27
44
menu:
55
main:
@@ -11,6 +11,12 @@ weight: 30
1111
Version History
1212
===============
1313

14+
### 0.54.0
15+
16+
* Implement batch updates in `MySqlDataAdapter`: [#635](https://github.com/mysql-net/MySqlConnector/issues/635).
17+
* See [Performing Batch Operations Using DataAdapters](https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/performing-batch-operations-using-dataadapters) for information about the API.
18+
* Improve compatibility with latest Azure Database for MySQL changes.
19+
1420
### 0.53.0
1521

1622
* **Breaking** `MySqlDataReader.GetTextReader()` will throw an `InvalidCastException` if the field value is NULL. Previously, it would return a `StringReader` wrapping an empty string.

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-
<Version>0.53.0</Version>
4+
<Version>0.54.0</Version>
55
<SignAssembly>true</SignAssembly>
66
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
77
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)