Skip to content

Commit

Permalink
Release 0.40.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Apr 17, 2018
1 parent be19393 commit 00fb13c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/content/overview/version-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ weight: 30
Version History
===============

### 0.40.0

* Add `DateTimeKind` connection string setting: [#479](https://github.com/mysql-net/MySqlConnector/pull/479).
* Fix `ArgumentException` for `SslProtocols.None`: [#482](https://github.com/mysql-net/MySqlConnector/issues/482).
* Fix `IOException` being thrown at startup: [#475](https://github.com/mysql-net/MySqlConnector/issues/475).
* Fix race condition in `OpenTcpSocketAsync`: [#476](https://github.com/mysql-net/MySqlConnector/issues/476).
* Optimise `MySqlConnection.Open` when `ConnectionReset=true` (default): [#483](https://github.com/mysql-net/MySqlConnector/pull/483).
* Thanks to [Ed Ball](https://github.com/ejball) for contributions to this release.

#### MySqlConnector.Logging.Microsoft.Extensions.Logging

* Reduce dependencies to just `Microsoft.Extensions.Logging.Abstractions`.

### 0.39.0

* Add `IgnoreCommandTransaction` connection string setting: [#474](https://github.com/mysql-net/MySqlConnector/issues/474).
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

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

0 comments on commit 00fb13c

Please sign in to comment.