Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
James Stumme committed Feb 11, 2017
2 parents 6f9bd0c + 31498c1 commit 469d125
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/RService.IO.Abstractions/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "RService.IO.Abstractions",
"version": "0.4.4",
"version": "0.4.5",

"packOptions": {
"summary": "The abstractions required for implementing a RService.IO service and routes.",
Expand All @@ -16,6 +16,7 @@
],
"licenseUrl": "https://github.com/Stoom/RService.IO/blob/master/LICENSE",
"projectUrl": "https://rservice.io",
"iconUrl": "https://raw.githubusercontent.com/Stoom/RService.IO/master/logos/RServiceIO%20Logo.png",
"requireLicenseAcceptance": false,
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion src/RService.IO.Authorization/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "RService.IO.Authorization",
"version": "0.4.4",
"version": "0.4.5",

"packOptions": {
"summary": "RService.IO authorization provider.",
Expand All @@ -16,6 +16,7 @@
],
"licenseUrl": "https://github.com/Stoom/RService.IO/blob/master/LICENSE",
"projectUrl": "https://rservice.io",
"iconUrl": "https://raw.githubusercontent.com/Stoom/RService.IO/master/logos/RServiceIO%20Logo.png",
"requireLicenseAcceptance": false,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/RService.IO/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "RService.IO",
"version": "0.4.4",
"version": "0.4.5",
"packOptions": {
"summary": "A web service framework for dotnet core loosely based on ServiceStack v3",
"releaseNotes": "Initial alpha release",
Expand All @@ -18,6 +18,7 @@
],
"licenseUrl": "https://github.com/Stoom/RService.IO/blob/master/LICENSE",
"projectUrl": "https://rservice.io",
"iconUrl": "https://raw.githubusercontent.com/Stoom/RService.IO/master/logos/RServiceIO%20Logo.png",
"requireLicenseAcceptance": false,
"repository": {
"type": "git",
Expand All @@ -32,7 +33,6 @@
"Microsoft.Extensions.DependencyInjection": "1.1.0",
"NetJSON": "1.2.1.4",
"RService.IO.Abstractions": "0.4.*",
"RService.IO.Authorization": "0.4.*",
"System.ComponentModel.Primitives": "4.1.0",
"System.Reflection.Emit.Lightweight": "4.3.0"
},
Expand Down
1 change: 1 addition & 0 deletions test/RService.IO.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"OpenCover": "4.6.519",
"RService.IO": "0.4.*",
"RService.IO.Abstractions": "0.4.*",
"RService.IO.Authorization": "0.4.*",
"xunit": "2.2.0-*"
},

Expand Down

0 comments on commit 469d125

Please sign in to comment.