Skip to content

Releases: NLog/NLog.Web

NLog.Web.AspNetCore 4.4.1

16 Jun 21:02
Compare
Choose a tag to compare

Update dependencies

NLog.Web 4.5

14 May 12:25
Compare
Choose a tag to compare

Features

Improvements

Fixes

  • #132 Fix invalid JSON format for ${aspnet-request-cookie} and ${aspnet-request-querystring}, added extra formatting options, consistent rendering of multiple values (@304NotModified)

NLog.Web.AspNetCore 4.4

14 May 12:26
Compare
Choose a tag to compare

Features

Improvements

Fixes

  • #132 Fix invalid JSON format for ${aspnet-request-cookie} and ${aspnet-request-querystring}, added extra formatting options, consistent rendering of multiple values (@304NotModified)
  • #125 fix ${iis-site-name} for ASP.NET Core (@grokky1)

NLog.Web 4.4.0

17 Feb 19:15
Compare
Choose a tag to compare
  • Enabled strong naming with correct version
  • Update dependencies

NLog Web.AspNetCore 4.3.2

17 Feb 19:37
Compare
Choose a tag to compare

Update dependency

NLog Web 4.3.1 (ASP.NET & ASP.NET Core)

10 Feb 20:12
Compare
Choose a tag to compare
  • Support for empty 'QueryStringKeys' for ${aspnet-request-querystring}
  • Fix missing name for ${aspnet-request-cookie}
  • Add ${aspnet-traceidentifier} (ASP.NET Core only)

See milestone

NLog Web 4.3 (ASP.NET Core)

18 Jan 18:20
Compare
Choose a tag to compare

New layout renderers, dependency on NLog.Extensions.Logging

Introduced in NLog.Web 4.3 & NLog.Web.AspNetCore 4.3

NLog Web 4.3 (ASP.NET 4)

18 Jan 18:19
Compare
Choose a tag to compare

New layout renderers

Introduced in NLog.Web 4.3 & NLog.Web.AspNetCore 4.3

ASP.NET 4 - V4. 2.1

12 May 23:00
Compare
Choose a tag to compare
Package both nupkg + build scripts (#57)

* Package both nupkg + build scripts

create both nupkg (aspnet4 + aspnet5), move build scripts to .bat files
restore and update nuspec

* Update appveyor.yml

* Update appveyor.yml

ASP.NET 5 - V 4.2.2

15 Apr 21:55
Compare
Choose a tag to compare

Update for NLog.Web.ASPNET5

  • Prevent stackoverflowException in ${aspnet-session}
  • Added dotnet5.4 support
  • Fixed nullref in in ${aspnet-session} after incomplete config

see milestone