Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmoris committed Apr 18, 2017
2 parents 612be62 + b7cf983 commit b8f695e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Suave.AspNetCore/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Suave.AspNetCore",
"version": "0.3.0-*",
"version": "0.4.0-*",
"description": "Small .NET Core library which provides middleware to run a Suave app (on top of Kestrel) within ASP.NET Core.",
"copyright": "Copyright 2016 Dustin Moris Gorski",
"authors": [ "Dustin Moris Gorski" ],
Expand All @@ -15,7 +15,7 @@
"Microsoft.AspNetCore.Http": "1.1.0",
"Microsoft.AspNetCore.Diagnostics": "1.1.0",
"NETStandard.Library": "1.6.1",
"Suave": "2.0.3"
"Suave": "2.1.0"
},

"frameworks": {
Expand Down

0 comments on commit b8f695e

Please sign in to comment.