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.48.1
15
+
16
+ * Add ` net471 ` as target platform: [ #595 ] ( https://github.com/mysql-net/MySqlConnector/issues/595 ) .
17
+ * Support ` IDbColumnSchemaGenerator ` interface in ` netcoreapp2.1 ` package.
18
+ * Fix error in binding parameter values for prepared statements.
19
+ * Fix exception when using more than 32,767 parameters in a prepared statement.
20
+
14
21
### 0.48.0
15
22
16
23
* ** Breaking** Disallow duplicate parameter names after normalization: [ #591 ] ( https://github.com/mysql-net/MySqlConnector/issues/591 ) .
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <Version >0.48.0 </Version >
4
+ <Version >0.48.1 </Version >
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