Skip to content

Commit

Permalink
Release 0.34.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Jan 10, 2018
1 parent 3f78c59 commit b0a86da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/content/overview/version-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ weight: 30
Version History
===============

### 0.34.2

* Fix exception when a stored procedure returns `NULL` for an `OUT` parameter: [#425](https://github.com/mysql-net/MySqlConnector/issues/425).

### 0.34.1

* Add overloads of `MySqlParameterCollection.Add`: [#424](https://github.com/mysql-net/MySqlConnector/issues/424).
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.34.1</VersionPrefix>
<VersionPrefix>0.34.2</VersionPrefix>
<SignAssembly>true</SignAssembly>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit b0a86da

Please sign in to comment.