Skip to content

Commit 05b5fa3

Browse files
author
Roberto Garcia
committed
Merge remote-tracking branch 'remotes/origin/7.0-dev' into 7.0-WL-10080
2 parents 9c816f4 + 8fa881f commit 05b5fa3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
7.0.7
2-
- MySqlX: Fixed configuration handling paths in Linux and MacOS.
3-
- MySqlX: Fixed Dispose error in Linux and MacOS.
2+
- MySqlX: Fixed configuration handling paths in Linux and MacOS (Oracle Bug #25423724).
3+
- MySqlX: Fixed Dispose error in Linux and MacOS (Oracle Bug #25423700).
44
- MySqlX: Added support for IPv6.
55

66

Source/MySql.Data/ResourcesX.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source/MySql.Data/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"nowarn": [ "CS1591" ]
4040
},
4141
"dependencies": {
42-
"Google.Protobuf": "3.1.0",
42+
"Google.Protobuf": "3.0.0",
4343
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0"
4444
},
4545
"frameworks": {

Tests/MySqlX.Data.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"dotnet-test-xunit": "2.2.0-*",
1616
"xunit": "2.2.0-*",
17-
"Google.Protobuf": "3.1.0",
17+
"Google.Protobuf": "3.0.0",
1818
"MySql.Data": {
1919
"target": "project"
2020
}

0 commit comments

Comments
 (0)