Skip to content

Commit fc028e8

Browse files
author
Noah Potash
committed
Fixing yml, bumping version to 003
1 parent 6570666 commit fc028e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Source/MySql.Data/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.9.8-rc2-002",
2+
"version": "6.9.8-rc2-003",
33
"description": "MySQL client Library targting netstandard 1.5",
44
"authors": [ "Oracle", "SapientGuardian" ],
55
"buildOptions": {

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ image: Visual Studio 2015
33
build_script:
44
- cmd: >-
55
move Source\MySql.Data Source\SapientGuardian.MySql.Data
6+
67
dotnet restore -v Warning
8+
79
dotnet pack .\Source\SapientGuardian.MySql.Data -o .\artifacts\SapientGuardian.MySql.Data -c Release
810
artifacts:
911
- path: 'artifacts\**\*.nupkg'

0 commit comments

Comments
 (0)