File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ weight: 30
11
11
Version History
12
12
===============
13
13
14
+ ### 0.44.0
15
+
16
+ * Add ` Application Name ` connection string setting: [ #547 ] ( https://github.com/mysql-net/MySqlConnector/pull/547 ) .
17
+ * Clear connection pools on exit: [ #545 ] ( https://github.com/mysql-net/MySqlConnector/pull/545 ) .
18
+ * Allow ` ConnectionString ` to be set on a closed connection: [ #543 ] ( https://github.com/mysql-net/MySqlConnector/pull/543 ) .
19
+ * Fix intermittent ` NotSupportedException ` with SSL connections under .NET Core 2.1: [ #509 ] ( https://github.com/mysql-net/MySqlConnector/pull/509 ) .
20
+
14
21
### 0.43.0
15
22
16
23
* Add first version of prepared commands: [ #534 ] ( https://github.com/mysql-net/MySqlConnector/pull/534 ) .
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <VersionPrefix >0.43 .0</VersionPrefix >
4
+ <VersionPrefix >0.44 .0</VersionPrefix >
5
5
<SignAssembly >true</SignAssembly >
6
6
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
7
7
<AssemblyOriginatorKeyFile >..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile >
You can’t perform that action at this time.
0 commit comments