Skip to content

Commit

Permalink
Prepare release 3.1.2 (#1127)
Browse files Browse the repository at this point in the history
* Limit MySqlConnector to 0.x versions. (#1126)

MySqlConnector 1.0 introduces a breaking namespace change.

* Update branding to 3.1.2.

Co-authored-by: Bradley Grainger <[email protected]>
  • Loading branch information
lauxjpn and bgrainger authored Jul 22, 2020
1 parent 3505c8c commit 2a45cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup Label="Version settings">
<VersionPrefix>3.1.1</VersionPrefix>
<VersionPrefix>3.1.2</VersionPrefix>
<!--
Use the following values for the different release types:
- "preview" to match preview releases upstream (EF Core)
Expand Down Expand Up @@ -28,7 +28,7 @@
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.0</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<!-- EFCore.MySql Dependencies -->
<MicrosoftEntityFrameworkCoreRelationalVersion>3.1.0</MicrosoftEntityFrameworkCoreRelationalVersion>
<MySqlConnectorVersion>0.61.0</MySqlConnectorVersion>
<MySqlConnectorVersion>[0.61.0, 1.0.0)</MySqlConnectorVersion>
<PomeloJsonObjectVersion>2.2.1</PomeloJsonObjectVersion>
<MicrosoftExtensionsCachingMemoryVersion>3.1.0</MicrosoftExtensionsCachingMemoryVersion>
<MicrosoftExtensionsDependencyInjection>3.1.0</MicrosoftExtensionsDependencyInjection>
Expand Down

0 comments on commit 2a45cbf

Please sign in to comment.