Skip to content

Commit afab5b2

Browse files
committed
Switched to release 0.0.1 version.
1 parent c651a33 commit afab5b2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

spec/Leet.Specifications.Corelib/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1-*",
2+
"version": "0.0.1",
33
"title": "Leet.Specifications.Corelib",
44
"description": "A library package that contains behavior specification for Leet.Corelib library package.",
55
"copyright": "Copyright (c) 2016 Leet. Licensed under the MIT License.",
@@ -31,7 +31,7 @@
3131
},
3232

3333
"dependencies": {
34-
"Leet.Corelib": "0.0.1-*",
34+
"Leet.Corelib": "0.0.1",
3535
"xunit": "2.2.0-*",
3636
"NSubstitute": "2.0.0-*",
3737
"AutoFixture": "3.50.1",

src/Leet.Corelib/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1-*",
2+
"version": "0.0.1",
33
"title": "Leet.Corelib",
44
"description": "A library packages with basic reusable functionality.",
55
"copyright": "Copyright (c) 2016 Leet. Licensed under the MIT License.",

test/Leet.Tests.Corelib/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1-*",
2+
"version": "0.0.1",
33
"title": "Leet.Tests.Corelib",
44
"description": "A library package that contains tests for Leet.Corelib library package.",
55
"copyright": "Copyright (c) 2016 Leet. Licensed under the MIT License.",
@@ -31,8 +31,8 @@
3131
},
3232

3333
"dependencies": {
34-
"Leet.Corelib": "0.0.1-*",
35-
"Leet.Specifications.Corelib": "0.0.1-*",
34+
"Leet.Corelib": "0.0.1",
35+
"Leet.Specifications.Corelib": "0.0.1",
3636
"xunit": "2.2.0-*",
3737
"NSubstitute": "2.0.0-*",
3838
"AutoFixture": "3.50.1",

0 commit comments

Comments
 (0)