File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- lastmod : 2020-02-29
2
+ lastmod : 2020-07-01
3
3
date : 2017-03-27
4
4
menu :
5
5
main :
@@ -11,6 +11,10 @@ weight: 30
11
11
Version History
12
12
===============
13
13
14
+ ### 1.0.0 Beta 5
15
+
16
+ * Improve robustness of OK packet parsing: [ #842 ] ( https://github.com/mysql-net/MySqlConnector/issues/842 ) .
17
+
14
18
### 1.0.0 Beta 4
15
19
16
20
* ** Breaking** Rename ` MySqlClientFactory ` to ` MySqlConnectorFactory ` : [ #839 ] ( https://github.com/mysql-net/MySqlConnector/issues/839 ) .
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <VersionPrefix >1.0.0-beta.4 </VersionPrefix >
4
+ <VersionPrefix >1.0.0-beta.5 </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