Skip to content

Commit

Permalink
Merge pull request #110 from NLog/304NotModified-patch-1
Browse files Browse the repository at this point in the history
Enabled strong naming with correct version
  • Loading branch information
304NotModified authored Feb 17, 2017
2 parents 488141e + 90f9a4f commit 19330a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions NLog.Web.AspNetCore/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"version": "4.3.1",
"version": "4.4.0",
"description": "Extend NLog with targets and layout renderers for websites and webapplications on the ASP.NET Core platform.",
"authors": [ "Julian Verdurmen" ],
"packOptions": {
Expand All @@ -13,7 +13,8 @@
"repository": {
"type": "git",
"url": "git://github.com/NLog/NLog.Web"
}
},
"releaseNotes":"Enabled strong naming with correct version"
},

"dependencies": {
Expand All @@ -22,7 +23,7 @@
"Microsoft.AspNetCore.Http.Extensions": "1.0.0",
"Microsoft.AspNetCore.Routing.Abstractions": "1.0.0",
"NLog": "5.0.0-beta05",
"NLog.Extensions.Logging": "1.0.0-rtm-beta2"
"NLog.Extensions.Logging": "1.0.0-rtm-beta3"
},

"title": "NLog.Web.AspNetCore",
Expand Down

0 comments on commit 19330a3

Please sign in to comment.