Skip to content

Commit

Permalink
Merge pull request #276 from NLog/release/4.5.2-netcore
Browse files Browse the repository at this point in the history
Version 4.5.2 - ASP.NET Core
  • Loading branch information
304NotModified authored Apr 12, 2018
2 parents 36520dd + 858f5cd commit b54c347
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Change Log

### v4.5.2-aspnetcore (2018/04/12)
- [#273](https://github.com/nlog/nlog.web/pull/273) Added public method to configure the NLog ServiceLocator (@snakefoot)
- [#272](https://github.com/nlog/nlog.web/pull/272) Improved registration of hidden assemblies for callsite handling (@snakefoot)


### v4.5.1-aspnetcore (2018/04/02)
- [#268](https://github.com/nlog/nlog.web/pull/268) Improved ConfigureNLog for better out-of-the-box experience (@snakefoot)

Expand Down
10 changes: 5 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.1</VersionPrefix>
<VersionPrefix>4.5.2</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Version>$(VersionPrefix)$(VersionSuffix)</Version>
<InformationalVersion>$(Version)</InformationalVersion>
Expand All @@ -30,11 +30,11 @@ Supported platforms:
<PackageId>NLog.Web.AspNetCore</PackageId>
<PackageTags>logging;log;session;NLog;web;aspnet;aspnetcore;MVC</PackageTags>
<PackageReleaseNotes>
4.5.1: Improved ConfigureNLog for better out-of-the-box experience.

Recommend to replace `LogManager.LoadConfiguration` with `NLogBuilder.ConfigureNLog` (NLog.Web namespace) for better out-of-the-box experience

4.5.2:
- Added public method to configure the NLog ServiceLocator
- Improved registration of hidden assemblies for callsite handling

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


</PackageReleaseNotes>
Expand Down

0 comments on commit b54c347

Please sign in to comment.