Skip to content

Commit e49d831

Browse files
authored
NLog v6 RC4 (#795)
1 parent 86f79be commit e49d831

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.MD

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

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

5+
### Version 6.0 RC4 (2025/06/15)
6+
7+
- Updated to NLog v6.0-RC4
8+
- Fixed capture of original message template when extracing LogEvent properties without boxing.
9+
510
### Version 6.0 RC3 (2025/06/08)
611

712
- Updated to NLog v6.0-RC3

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
dotnet --version
44

55
$versionPrefix = "6.0.0"
6-
$versionSuffix = "rc3"
6+
$versionSuffix = "rc4"
77
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
88
$versionProduct = $versionPrefix;
99

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

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

21-
- Updated to NLog v6.0-RC3
21+
- Updated to NLog v6.0-RC4
2222
- Removed support for NetStandard 1.3 + 1.5
2323
- Enabled nullable references
2424
- Avoid boxing when extracting LogEvent properties from struct
@@ -80,7 +80,7 @@ List of major changes in NLog 6.0: https://nlog-project.org/2025/04/29/nlog-6-0-
8080
</PropertyGroup>
8181

8282
<ItemGroup>
83-
<PackageReference Include="NLog" Version="6.0.0-rc3" />
83+
<PackageReference Include="NLog" Version="6.0.0-rc4" />
8484
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
8585
</ItemGroup>
8686
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">

0 commit comments

Comments
 (0)