Skip to content

Commit

Permalink
Release 0.58.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Sep 24, 2019
1 parent e4b886f commit c28126e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/content/overview/version-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ weight: 30
Version History
===============

### 0.58.0

* Add `NoBackslashEscapes` connection option: [#701](https://github.com/mysql-net/MySqlConnector/issues/701).
* Store icon in the NuGet package: [#705](https://github.com/mysql-net/MySqlConnector/issues/705).
* Thanks to [Laurents Meyer](https://github.com/lauxjpn) for contributions to this release.

### 0.57.0

* **Breaking** Remove `MySqlClientFactory.Register`: [#654](https://github.com/mysql-net/MySqlConnector/issues/654).
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.57.0</VersionPrefix>
<VersionPrefix>0.58.0</VersionPrefix>
<SignAssembly>true</SignAssembly>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit c28126e

Please sign in to comment.