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 85047a9 commit b8faf6eCopy full SHA for b8faf6e
docs/content/overview/version-history.md
@@ -11,6 +11,11 @@ weight: 30
11
Version History
12
===============
13
14
+### 0.33.1
15
+
16
+* Add missing `.ConfigureAwait(false)`
17
+ * Fixes a potential deadlock in clients that blocked on `Task`s returned from async methods.
18
19
### 0.33.0
20
21
* Implement logging framework: [#390](https://github.com/mysql-net/MySqlConnector/issues/390).
src/Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<PropertyGroup>
4
- <VersionPrefix>0.33.0</VersionPrefix>
+ <VersionPrefix>0.33.1</VersionPrefix>
5
<SignAssembly>true</SignAssembly>
6
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
7
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>
0 commit comments