Skip to content

Commit 15e89c6

Browse files
Merge pull request #12 from SapientGuardian/FixKeywords
Fixed keywords resource
2 parents 2be6e86 + c517055 commit 15e89c6

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

Source/MySql.Data/Properties/Resources.Designer.cs

+16-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source/MySql.Data/project.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.9.8-rc2-004",
2+
"version": "6.9.8-rc2-005",
33
"description": "MySQL client Library targeting netstandard 1.3",
44
"authors": [ "Oracle", "SapientGuardian", "ebyte23" ],
55
"buildOptions": {
@@ -13,7 +13,8 @@
1313
"extensions\\RT",
1414
"Replication"
1515
]
16-
}
16+
},
17+
"embed": "Properties\\keywords.txt"
1718
},
1819
"packOptions": {
1920
"tags": [ "coreclr", "dnxcore50", "netstandard", "netcore", "mysql" ],

0 commit comments

Comments
 (0)