Skip to content

Commit 94cc598

Browse files
authored
Version 6.1.3 (#843)
1 parent e2ed22c commit 94cc598

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Date format: (year/month/day)
44

5+
### Version 6.1.3 (2026/05/04)
6+
- [#838](https://github.com/NLog/NLog.Extensions.Logging/pull/838) NLogLoggerFactory DisposeAsync with ConfigureAwait(false) (@11v1)
7+
- [#834](https://github.com/NLog/NLog.Extensions.Logging/pull/834) + [#835](https://github.com/NLog/NLog.Extensions.Logging/pull/835) MicrosoftConsoleJsonLayout - Added IncludeActivityIds to output TraceId + SpanId + ParentId (@snakefoot)
8+
- [#837](https://github.com/NLog/NLog.Extensions.Logging/pull/837) MicrosoftConsoleJsonLayout - Keep encoded newlines for Exception (@snakefoot)
9+
- [#843](https://github.com/NLog/NLog.Extensions.Logging/pull/843) Updated to NLog v6.1.3 (@snakefoot)
10+
511
### Version 6.1.2 (2026/03/01)
612
- [#831](https://github.com/NLog/NLog.Extensions.Logging/pull/831) MicrosoftConsoleJsonLayout - Forward DottedRecursion to State-JsonLayout (@snakefoot)
713
- [#832](https://github.com/NLog/NLog.Extensions.Logging/pull/832) Updated to NLog v6.1.1 (@snakefoot)

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# creates NuGet package at \artifacts
33
dotnet --version
44

5-
$versionPrefix = "6.1.2"
5+
$versionPrefix = "6.1.3"
66
$versionSuffix = ""
77
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
88
$versionProduct = $versionPrefix;

src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
1818
<PackageReleaseNotes>
1919
ChangeLog:
2020

21-
- [#831] MicrosoftConsoleJsonLayout - Forward MaxRecursionLimit to State-JsonLayout (@snakefoot)
22-
- [#832] Updated to NLog v6.1.1 (@snakefoot)
21+
- [#838] NLogLoggerFactory DisposeAsync with ConfigureAwait(false) (@11v1)
22+
- [#834] MicrosoftConsoleJsonLayout - Added IncludeActivityIds to output TraceId + SpanId + ParentId (@snakefoot)
23+
- [#837] MicrosoftConsoleJsonLayout - Keep encoded newlines for Exception (@snakefoot)
24+
- [#843] Updated to NLog v6.1.3 (@snakefoot)
2325

2426
Full changelog: https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD
2527

@@ -74,7 +76,7 @@ List of major changes in NLog 6.0: https://nlog-project.org/2025/04/29/nlog-6-0-
7476
</PropertyGroup>
7577

7678
<ItemGroup>
77-
<PackageReference Include="NLog" Version="6.1.1" />
79+
<PackageReference Include="NLog" Version="6.1.3" />
7880
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
7981
</ItemGroup>
8082
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">

0 commit comments

Comments
 (0)