Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 8eca1b5

Browse files
committed
Version bump
1 parent 47b2f5c commit 8eca1b5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

samples/VS2015/SpecFlow 1.9.0/net461 1.0.0/Sample.Website.Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
},
2222

2323
"tools": {
24-
"dotnet-specflow": "1.0.0-alpha0"
24+
"SpecFlow.NetCore": "1.0.0-alpha1"
2525
},
2626

2727
"testRunner": "xunit",
2828

2929
"scripts": {
30-
"precompile": [ "dotnet specflow" ]
30+
"precompile": [ "dotnet SpecFlow.NetCore" ]
3131
}
3232
}

src/SpecFlow.NetCore/project.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"name": "dotnet-specflow",
3-
"version": "1.0.0-alpha0",
2+
"version": "1.0.0-alpha1",
43
"description": "Generate tests from SpecFlow feature files inside ASP.NET Core projects (.xproj's).",
54
"authors": [ "stajs" ],
65

@@ -12,7 +11,7 @@
1211

1312
"buildOptions": {
1413
"emitEntryPoint": true,
15-
"outputName": "dotnet-specflow"
14+
"outputName": "dotnet-SpecFlow.NetCore"
1615
},
1716

1817
"dependencies": {

0 commit comments

Comments
 (0)