Skip to content

Commit

Permalink
Updated versions.
Browse files Browse the repository at this point in the history
joncloud committed May 20, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d7ab775 commit 2b558aa
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/ThorNet.Terminal/project.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"type": "platform",
"version": "1.0.0-rc2-3002702"
},
"ThorNet": "0.2.0-0"
"ThorNet": "0.2.0"
},
"frameworks": {
"netcoreapp1.0": {
@@ -21,5 +21,5 @@
"tooling": {
"defaultNamespace": "ThorNet.Terminal"
},
"version": "0.2.0-0"
"version": "0.2.0"
}
4 changes: 2 additions & 2 deletions src/ThorNet.UnitTests/project.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"authors": [ "joncloud" ],
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc2-build10015",
"ThorNet": "0.2.0-0",
"ThorNet": "0.2.0",
"xunit": "2.1.0"
},
"description": "Thor .NET Unit Tests",
@@ -24,5 +24,5 @@
"tooling": {
"defaultNamespace": "ThorNet.UnitTests"
},
"version": "0.2.0-0"
"version": "0.2.0"
}
2 changes: 1 addition & 1 deletion src/ThorNet/project.json
Original file line number Diff line number Diff line change
@@ -30,5 +30,5 @@
"tooling": {
"defaultNamespace": "ThorNet"
},
"version": "0.2.0-0"
"version": "0.2.0"
}

0 comments on commit 2b558aa

Please sign in to comment.