We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d878c commit a9bfb2bCopy full SHA for a9bfb2b
docs/content/overview/version-history.md
@@ -11,6 +11,10 @@ weight: 30
11
Version History
12
===============
13
14
+### 0.69.6
15
+
16
+* Support `GEOMCOLLECTION` data type alias in MySQL Server 8.0: [#845](https://github.com/mysql-net/MySqlConnector/issues/845).
17
18
### 0.69.5
19
20
* Improve robustness of OK packet parsing: [#842](https://github.com/mysql-net/MySqlConnector/issues/842).
src/Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<PropertyGroup>
4
- <VersionPrefix>0.69.5</VersionPrefix>
+ <VersionPrefix>0.69.6</VersionPrefix>
5
<SignAssembly>true</SignAssembly>
6
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
7
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>
0 commit comments