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
1111Version History
1212===============
1313
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+
1421### 0.48.0
1522
1623* ** 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 11<Project >
22
33 <PropertyGroup >
4- <Version >0.48.0 </Version >
4+ <Version >0.48.1 </Version >
55 <SignAssembly >true</SignAssembly >
66 <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
77 <AssemblyOriginatorKeyFile >..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile >
You can’t perform that action at this time.
0 commit comments