Skip to content

Commit 06c88f2

Browse files
committed
Release 0.6.2.
1 parent 10597b7 commit 06c88f2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/VersionHistory.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ of supported options.
1313

1414
## Release Notes
1515

16+
### 0.6.2
17+
18+
* Fix `NullReferenceException` when `MySqlParameter.Value == null`: [#126](https://github.com/mysql-net/MySqlConnector/issues/126).
19+
1620
### 0.6.1
1721

1822
* Fix `AggregateException` going unhandled in `OpenAsync`: [#124](https://github.com/mysql-net/MySqlConnector/issues/124).

src/MySqlConnector/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.6.1",
2+
"version": "0.6.2",
33
"title": "Async MySQL Connector",
44
"description": "A fully async MySQL ADO.NET provider for .NET and .NET Core",
55
"copyright": "Copyright 2016 Bradley Grainger",
@@ -9,7 +9,7 @@
99
"packOptions": {
1010
"owners": [ "bgrainger" ],
1111
"tags": [ "mysql", "async", "ado.net", "database", "netcore" ],
12-
"releaseNotes": "Fix exception in OpenAsync; fix SSL over Unix domain sockets. (GitHub issue #124)",
12+
"releaseNotes": "Fix exception when using null-valued parameters. (GitHub issue #126)",
1313
"licenseUrl": "https://opensource.org/licenses/MIT",
1414
"projectUrl": "https://github.com/mysql-net/MySqlConnector",
1515
"repository": {

0 commit comments

Comments
 (0)