We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d825036 commit 2ede020Copy full SHA for 2ede020
docs/content/overview/version-history.md
@@ -11,7 +11,7 @@ weight: 30
11
Version History
12
===============
13
14
-### 0.49.1
+### 0.49.2
15
16
* Fix bug in parsing OK packet when `CLIENT_SESSION_TRACK` isn't supported: [#603](https://github.com/mysql-net/MySqlConnector/pull/603).
17
src/Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<PropertyGroup>
4
- <Version>0.49.1</Version>
+ <Version>0.49.2</Version>
5
<SignAssembly>true</SignAssembly>
6
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
7
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>
0 commit comments