File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,15 @@ weight: 30
11
11
Version History
12
12
===============
13
13
14
+ ### 0.62.0 Beta 7
15
+
16
+ * Implement ` MySqlBulkCopy.RowsCopied ` and ` NotifyAfter ` : [ #769 ] ( https://github.com/mysql-net/MySqlConnector/issues/769 ) .
17
+ * Fix ` KeyNotFoundException ` in ` GetAndRemoveStream ` : [ #757 ] ( https://github.com/mysql-net/MySqlConnector/issues/757 ) .
18
+ * Fix unescaped SQL in ` MySqlBulkLoader ` : [ #759 ] ( https://github.com/mysql-net/MySqlConnector/issues/759 ) .
19
+ * Throw better exception for invalid connection string values: [ #763 ] ( https://github.com/mysql-net/MySqlConnector/issues/763 ) .
20
+ * Reduce ` ObjectDisposedExceptions ` thrown from ` MySqlCommand ` .
21
+ * Send shorter connector version to server: [ #765 ] ( https://github.com/mysql-net/MySqlConnector/issues/765 ) .
22
+
14
23
### 0.62.0 Beta 6
15
24
16
25
* Remove ` MySqlBatchCommand.AllowUserVariables ` internal.
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <VersionPrefix >0.62.0-beta6 </VersionPrefix >
4
+ <VersionPrefix >0.62.0-beta7 </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