Skip to content

Commit

Permalink
Merge pull request #409 from NLog/release/4.8.2
Browse files Browse the repository at this point in the history
Release 4.8.2 ASP.NET Core
  • Loading branch information
repo-ranger[bot] authored May 6, 2019
2 parents ea1af37 + 8125977 commit 41d1578
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ See also [releases](https://github.com/NLog/NLog.Web/releases) and [milestones](

Date format: (year/month/day)

### v4.8.2 aspnetcore & aspnet4
- [#401](https://github.com/NLog/NLog.Web/pull/401) Updated ${aspnet-request-posted-body} with new MaxContentLength option
### v4.8.2 aspnetcore (2019/05/06)
- [#401](https://github.com/NLog/NLog.Web/pull/401) Fixed that ${aspnet-request-posted-body} could lead to "A non-empty request body is required." in ASP.NET Core 2 (@snakefoot, @304NotModified)
- [#401](https://github.com/NLog/NLog.Web/pull/401) Added MaxContentLength option to ${aspnet-request-posted-body} (@snakefoot, @304NotModified)

### v4.8.2 aspnet4 (2019/05/04)
- [#401](https://github.com/NLog/NLog.Web/pull/401) Added MaxContentLength option to ${aspnet-request-posted-body} (@snakefoot, @304NotModified)

### v4.8.1 aspnetcore & aspnet4 (2019/03/18)
- [#339](https://github.com/NLog/NLog.Web/pull/339) Added ${aspnet-request-posted-body} - log posted request body/payload (@304NotModified)
Expand Down
3 changes: 2 additions & 1 deletion NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Supported platforms:
<PackageId>NLog.Web.AspNetCore</PackageId>
<PackageTags>logging;log;session;NLog;web;aspnet;aspnetcore;MVC;httpcontext</PackageTags>
<PackageReleaseNotes>
- Updated ${aspnet-request-posted-body} with new MaxContentLength option
- Fixed that ${aspnet-request-posted-body} could lead to "A non-empty request body is required." in ASP.NET Core 2 (@snakefoot, @304NotModified)
- Added MaxContentLength option to ${aspnet-request-posted-body} (@snakefoot, @304NotModified)
</PackageReleaseNotes>
<PackageIconUrl>https://nlog-project.org/N.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/NLog/NLog.Web</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ skip_tags: true
build_script:
- ps: |
$versionPrefix = "4.8.2"
$versionSuffix = "rc1"
$versionSuffix = ""
$versionBuild = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
$versionNuget = $versionPrefix
if ($env:APPVEYOR_PULL_REQUEST_NUMBER)
Expand Down

0 comments on commit 41d1578

Please sign in to comment.