Skip to content

Commit f4c1cc0

Browse files
committed
Release 0.60.0-beta1.
1 parent 1a33d52 commit f4c1cc0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ weight: 30
1111
Version History
1212
===============
1313

14+
### 0.60.0-beta1
15+
16+
* Add C# 8 nullable annotations to public API.
17+
* Support `Tables` and `Views` schemas in `MySqlConnection.GetSchema`: [#719](https://github.com/mysql-net/MySqlConnector/pull/719).
18+
* Add better exception message when `'0000-00-00'` can't be converted: [#690](https://github.com/mysql-net/MySqlConnector/issues/690).
19+
* Implement `MySqlConnection.Clone`: [#720](https://github.com/mysql-net/MySqlConnector/issues/720).
20+
* Update list of reserved words.
21+
* Use new `Socket` async APIs (.NET Standard 2.1, .NET Core 3.0).
22+
* Update `System.Net.Security` dependency to v4.3.1 (.NET Standard 1.3).
23+
* Thanks to [Roman Marusyk](https://github.com/Marusyk) and [KaliVi](https://github.com/KaliVi) for contributions to this release.
24+
1425
### 0.59.2
1526

1627
* Fix error when reading a `BIT(1)` column: [#713](https://github.com/mysql-net/MySqlConnector/issues/707).

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>0.59.2</VersionPrefix>
4+
<VersionPrefix>0.60.0-beta1</VersionPrefix>
55
<SignAssembly>true</SignAssembly>
66
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
77
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)