Skip to content

Commit

Permalink
Version 4.9.1 for aspnetcore
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot committed Mar 25, 2020
1 parent c382ee3 commit c96b0ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ See also [releases](https://github.com/NLog/NLog.Web/releases) and [milestones](

Date format: (year/month/day)

### v4.9.1-aspnetcore (2020/03/25)
- [#524](https://github.com/NLog/NLog.Web/pull/524) ${aspnet-traceidentifier} should automatically check Activity.Current.Id for NetCore3 (@snakefoot)
- [#527](https://github.com/NLog/NLog.Web/pull/527) Improved AddNLog with LoggingConfiguration to handle custom LogFactory (@snakefoot)

### v4.9.0-aspnetcore (2019/10/11)
This version adds support for ASP.NET Core 3 and some nice renderers has been added and improved!

Expand Down
12 changes: 2 additions & 10 deletions src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,8 @@ Supported platforms:
<PackageId>NLog.Web.AspNetCore</PackageId>
<PackageTags>logging;log;NLog;web;aspnet;aspnetcore;MVC;Microsoft.Extensions.Logging;httpcontext;session</PackageTags>
<PackageReleaseNotes>
This version adds support for ASP.NET Core 3 and some nice renderers has been added and improved!

- Support ASP.NET Core 3 (@snakefoot, @304NotModified)
- Added example with ASP.NET Core 3 (@304NotModified)
- Added ${aspnet-response-statuscode} - rendering response status code (@304NotModified, @ThomasArdal)
- Added ${aspnet-request-headers} - rendering headers for ASP.NET and ASP.NET Core (@ThomasArdal)
- ${aspnet-request-cookie} - Added Exclude option (@snakefoot)
- ${aspnet-request-cookie} (without cookienames) will render all cookies (@304NotModified)
- Added AddNLog with functor to create/initialize LogFactory for NLogLoggingProvider (@snakefoot)
- AddNLog-methods for ILoggingBuilder (@snakefoot)
- ${aspnet-traceidentifier} should automatically check Activity.Current.Id for NetCore3 (@snakefoot)
- Improved AddNLog with LoggingConfiguration to handle custom LogFactory (@snakefoot)
</PackageReleaseNotes>
<PackageIconUrl>https://nlog-project.org/N.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/NLog/NLog.Web</PackageProjectUrl>
Expand Down

0 comments on commit c96b0ce

Please sign in to comment.