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 b442d01 commit 4aec936Copy full SHA for 4aec936
docs/content/overview/version-history.md
@@ -11,6 +11,10 @@ weight: 30
11
Version History
12
===============
13
14
+### 0.46.1
15
+
16
+* Fix `CryptographicException` when loading a PFX certificate file: [#574](https://github.com/mysql-net/MySqlConnector/issues/574).
17
18
### 0.46.0
19
20
* Add `MySqlParameter.Clone`.
src/Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<PropertyGroup>
4
- <VersionPrefix>0.46.0</VersionPrefix>
+ <VersionPrefix>0.46.1</VersionPrefix>
5
<SignAssembly>true</SignAssembly>
6
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
7
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>
0 commit comments