Skip to content

Commit

Permalink
Release 0.1.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Pelsmaeker committed Jan 31, 2017
1 parent 80bbecb commit 4c31a17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Yargon.JsonRpc/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "0.1.0-alpha",

"title": "Yargon JSON Rpc",
"copyright": "Copyright - Daniel Pelsmaeker",
Expand All @@ -9,7 +9,7 @@

"packOptions": {
"summary": "An implementation of the JSON 2.0 RPC protocol.",
"tags": [ "cyberlect", "json", "rpc", "protocol", "virtlink", ],
"tags": [ "cyberlect", "json", "rpc", "protocol", "virtlink" ],
"projectUrl": "https://github.com/Cyberlect/yargon-langserv/",
"licenseUrl": "https://github.com/Cyberlect/yargon-langserv/blob/master/License.md",

Expand Down
4 changes: 2 additions & 2 deletions test/Yargon.JsonRpc.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "0.1.0-alpha",

"title": "Yargon Json RPC Tests",
"copyright": "Copyright - Daniel Pelsmaeker",
Expand All @@ -11,7 +11,7 @@
"NUnit": "3.6.0",
"dotnet-test-nunit": "3.4.0-beta-3",
"Moq": "4.6.38-alpha",
"Yargon.JsonRpc": "1.0.0-*"
"Yargon.JsonRpc": "0.1.0-*"
},

"frameworks": {
Expand Down

0 comments on commit 4c31a17

Please sign in to comment.