Skip to content

Commit

Permalink
Merge pull request #337 from NLog/release/4.8.0-aspnet4
Browse files Browse the repository at this point in the history
Version 4.8.0 for ASP.NET (non-core) + Changelog 4.8 ASP.NET Core and non-core
  • Loading branch information
304NotModified authored Jan 30, 2019
2 parents 3b2593b + 953a4a3 commit a2587de
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ See also [releases](https://github.com/NLog/NLog.Web/releases) and [milestones](

Date format: (year/month/day)

### v4.8.0-aspnet4 (2019/01/30)
- [#334](https://github.com/NLog/NLog.Web/pull/334) Added ${aspnet-request-contenttype} for NLog.Web (@snakefoot)

### v4.8.0 aspnetcore (2019/01/25)
- [#335](https://github.com/NLog/NLog.Web/pull/335) (@snakefoot)
- Updated Microsoft.AspNetCore to ver. 2.1 (Long-Term-Support)
- ${configsetting} layout renderer now depends on UseNLog-call to provide IConfiguration using IServiceProvider
- NLogLoggerProvider options now binds to IConfiguration (Using section Logging:NLog)
- UseNLog-call now also available for IHostBuilder

### v4.7.1-aspnetcore (2019/01/06)
- [#326](https://github.com/NLog/NLog.Web/pull/326) Added ThreadSafe-attribute for LayoutRenderer to optimize async Precalculate (@snakefoot)
- [#325](https://github.com/NLog/NLog.Web/pull/325) ${AspNetRequestIp} added CheckForwardedForHeader to check for X-Forwarded-For header (#325) (@Giorgi)
Expand Down
6 changes: 2 additions & 4 deletions NLog.Web/NLog.Web.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ This package is for ASP.NET 3.5+

For ASP.NET Core: Check https://www.nuget.org/packages/NLog.Web.AspNetCore</description>
<releaseNotes>
- aspnet-traceidentifier: Support for ASP.NET (non-core) - requires IIS ETW (@snakefoot)
- Added ThreadSafe-attribute for LayoutRenderer to optimize async Precalculate (@snakefoot)
- ${AspNetRequestIp} added CheckForwardedForHeader to check for X-Forwarded-For header (#325) (@Giorgi)
- Added ${aspnet-request-contenttype} for NLog.Web (@snakefoot)
</releaseNotes>
<copyright>Copyright 2014-2018</copyright>
<copyright>Copyright 2014-2019</copyright>
<tags>nlog log target layoutrenderer web asp.net httpcontext</tags>
</metadata>
</package>
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 4.7.1.{build}
version: 4.8.0.{build}
clone_folder: c:\projects\nlogweb
configuration: Release
image: Visual Studio 2017
Expand All @@ -7,8 +7,8 @@ assembly_info:
patch: true
file: '**\AssemblyInfo.cs'
assembly_version: '4.0.0'
assembly_file_version: '4.7.1.{build}' #NLog.Web
assembly_informational_version: '4.7.1' #NLog.Web
assembly_file_version: '4.8.0.{build}' #NLog.Web
assembly_informational_version: '4.8.0' #NLog.Web
nuget:
project_feed: true
matrix:
Expand All @@ -22,7 +22,7 @@ skip_tags: true

build_script:
- cmd: >-
call build_aspnet.bat -nuget_version=4.7.1 # NLog.Web package
call build_aspnet.bat -nuget_version=4.8.0 # NLog.Web package
call build_aspnetcore.bat # update NLog.Web.AspNetCore.csproj for version number
Expand Down

0 comments on commit a2587de

Please sign in to comment.