Skip to content

Commit

Permalink
Version 5.1.0 (#5112)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot committed Nov 27, 2022
1 parent d786762 commit 5e6708d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Date format: (year/month/day)

## Change Log

### Version 5.1.0 (2022/11/27)

**Improvements**
- [#5102](https://github.com/NLog/NLog/pull/5102) MessageTemplates ValueFormatter with support for ISpanFormattable (#5102) (@snakefoot)
- [#5101](https://github.com/NLog/NLog/pull/5101) Add LogEventDropped handler to the NetworkTarget (#5101) (@ShadowDancer)
- [#5108](https://github.com/NLog/NLog/pull/5108) Improving InternalLogger output when adding NLog targets to configuration (#5108) (@snakefoot)
- [#5110](https://github.com/NLog/NLog/pull/5110) ObjectPathRendererWrapper - Added public method TryGetPropertyValue (#5110) (@snakefoot)

### Version 5.0.5 (2022/10/26)

**Improvements**
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.5"
$versionPrefix = "5.1.0"
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
$versionProduct = $versionPrefix;
Expand Down
15 changes: 4 additions & 11 deletions src/NLog/NLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,10 @@ 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>
- InternalLogger - LogFile expand filepath variables (#5092) (@RyanGaudion)
- ReplaceNewLines - Support Replacement with newlines (#5090) (@Orace)
- ScopeIndent LayoutRenderer (#5086) (@snakefoot)
- Introduced TriLetter as LevelFormat (Trc, Dbg, Inf, Wrn, Err, Ftl) (#5085) (@snakefoot)
- LogFactory.Setup - Added support for RegisterLayout and validate NLog types (#5078) (@snakefoot)
- AutoFlushTargetWrapper - Fix race-condition that makes unit-tests unstable (#5076) (@snakefoot)
- Include error-message from inner-exception when layout contains unknown layoutrenderer (#5073) (@snakefoot)
- ObjectReflectionCache - Skip serializing System.Net.IPAddress (#5065) (@snakefoot)
- ObjectReflectionCache - Skip reflection of delegate-objects (#5060) (@snakefoot)
- OnException + OnHasProperties - Added Else-option (#5057) (@snakefoot)
- LogEventBuilder - Added Log(Type wrapperType) for custom Logger wrapper (#5056) (@snakefoot)
- MessageTemplates ValueFormatter with support for ISpanFormattable (#5102) (@snakefoot)
- Add LogEventDropped handler to the NetworkTarget (#5101) (@ShadowDancer)
- Improving InternalLogger output when adding NLog targets to configuration (#5108) (@snakefoot)
- ObjectPathRendererWrapper - Added public method TryGetPropertyValue (#5110) (@snakefoot)

List of major changes in NLog 5.0: https://nlog-project.org/2022/05/16/nlog-5-0-finally-ready.html

Expand Down

0 comments on commit 5e6708d

Please sign in to comment.