Skip to content

Commit

Permalink
Version 4.5.3 (ASP.NET Core) (#284)
Browse files Browse the repository at this point in the history
* Version 4.5.3 (ASP.NET Core)
  • Loading branch information
304NotModified authored Apr 29, 2018
1 parent 44f29fe commit 9e8bba7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Change Log


### v4.5.3-aspnetcore (2018/04/29)
- [#283](https://github.com/nlog/nlog.web/pull/283) Avoid assembly lookup on static class initialization (@snakefoot)

### v4.5.3-aspnet4 (2018/04/12)
- [#275](https://github.com/nlog/nlog.web/pull/275) ${aspnet-request-ip} handle emtpy Request on HttpContext (@304NotModified)

Expand Down
9 changes: 4 additions & 5 deletions NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<TargetFrameworks>netstandard1.5;net451;net461;netstandard2.0</TargetFrameworks>

<VersionPrefix>4.5.2</VersionPrefix>
<VersionPrefix>4.5.3</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Version>$(VersionPrefix)$(VersionSuffix)</Version>
<InformationalVersion>$(Version)</InformationalVersion>
Expand All @@ -30,11 +30,10 @@ Supported platforms:
<PackageId>NLog.Web.AspNetCore</PackageId>
<PackageTags>logging;log;session;NLog;web;aspnet;aspnetcore;MVC</PackageTags>
<PackageReleaseNotes>
4.5.2:
- Added public method to configure the NLog ServiceLocator
- Improved registration of hidden assemblies for callsite handling
4.5.3:
- Avoid assembly lookup on static class initialization

See https://github.com/NLog/NLog.Web/milestone/20?closed=1
See https://github.com/NLog/NLog.Web/milestone/23?closed=1


</PackageReleaseNotes>
Expand Down

0 comments on commit 9e8bba7

Please sign in to comment.