Skip to content

Commit

Permalink
NLog Version 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot committed Sep 1, 2022
1 parent c23ce42 commit 641ecbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Date format: (year/month/day)

### Version 5.0.3 (2022/09/01)

**Fixes**
- [#5051](https://github.com/NLog/NLog/pull/5051) Added embedded resource with ILLink.Descriptors.xml to skip AOT (#5051) (@snakefoot)

### Version 5.0.3 (2022/09/01)

**Improvements**
- [#5034](https://github.com/NLog/NLog/pull/5034) Added embedded resource with ILLink.Descriptors.xml to skip AOT (#5034) (@snakefoot)
- [#5035](https://github.com/NLog/NLog/pull/5035) Layout Typed that can handle LogEventInfo is null (#5035) (@snakefoot)
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# creates NuGet package at \artifacts
dotnet --version

$versionPrefix = "5.0.3"
$versionPrefix = "5.0.4"
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
$versionProduct = $versionPrefix;
Expand Down
1 change: 1 addition & 0 deletions src/NLog/NLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
<Copyright>Copyright (c) 2004-$(CurrentYear) NLog Project - https://nlog-project.org/ </Copyright>

<PackageReleaseNotes>
- Fixed embedded resource with ILLink.Descriptors.xml to avoid IL2007 (#5051) (@snakefoot)
- Added embedded resource with ILLink.Descriptors.xml to skip AOT (#5034) (@snakefoot)
- Layout Typed that can handle LogEventInfo is null (#5035) (@snakefoot)
- JsonLayout - Fix output for Attributes with IncludeEmptyValue=false and Encode=false (#5036) (@snakefoot)
Expand Down

0 comments on commit 641ecbc

Please sign in to comment.