Skip to content

Commit 2b25c06

Browse files
authored
Version 6.0.3 (#806)
1 parent 51228bb commit 2b25c06

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.MD

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

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

5+
### Version 6.0.3 (2025/08/10)
6+
7+
- [#806](https://github.com/NLog/NLog.Extensions.Logging/pull/806) Updated to NLog v6.0.3 (@snakefoot)
8+
59
### Version 6.0.2 (2025/07/20)
610

711
- [#805](https://github.com/NLog/NLog.Extensions.Logging/pull/805) Updated to NLog v6.0.2 (@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.0.2"
5+
$versionPrefix = "6.0.3"
66
$versionSuffix = ""
77
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
88
$versionProduct = $versionPrefix;

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.2 (#805) (@snakefoot)
21+
- Updated to NLog v6.0.3 (#806) (@snakefoot)
2222

2323
Full changelog: https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD
2424

@@ -70,7 +70,7 @@ List of major changes in NLog 6.0: https://nlog-project.org/2025/04/29/nlog-6-0-
7070
</PropertyGroup>
7171

7272
<ItemGroup>
73-
<PackageReference Include="NLog" Version="6.0.2" />
73+
<PackageReference Include="NLog" Version="6.0.3" />
7474
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
7575
</ItemGroup>
7676
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">

0 commit comments

Comments
 (0)