File tree Expand file tree Collapse file tree
src/NLog.Extensions.Logging Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Date format: (year/month/day)
44
5+ ### Version 6.0.1 (2025/06/28)
6+
7+ - Updated to NLog v6.0.1 (#802 ) (@snakefoot )
8+ - .NET Framework v4.6.2 with UseNLog for IHostApplicationBuilder (#801 ) (@snakefoot )
9+ - Fixed namespace for HostRootDirLayoutRenderer (#799 ) (@snakefoot )
10+
511### Version 6.0 (2025/06/21)
612
713- Updated to NLog v6.0
Original file line number Diff line number Diff line change 22
33# NLog.Extensions.Logging & NLog.Extensions.Hosting
44
5-
65[ ![ NuGet Release] ( https://img.shields.io/nuget/v/NLog.Extensions.Logging.svg?label=NLog.Extensions.Logging )] ( https://www.nuget.org/packages/NLog.Extensions.Logging )
76<!-- [](https://www.nuget.org/packages/NLog.Extensions.Logging)-->
87
Original file line number Diff line number Diff line change 1- version : 6.0.0-{build} # Only change for mayor versions (e.g. 6.0)
1+ version : 6.0.0-{build} # Only change for major versions (e.g. 6.0)
22image : Visual Studio 2022
33configuration : Release
44skip_tags : true
Original file line number Diff line number Diff line change 22# creates NuGet package at \artifacts
33dotnet -- version
44
5- $versionPrefix = " 6.0.0 "
5+ $versionPrefix = " 6.0.1 "
66$versionSuffix = " "
77$versionFile = $versionPrefix + " ." + ${env: APPVEYOR_BUILD_NUMBER}
88$versionProduct = $versionPrefix ;
Original file line number Diff line number Diff line change @@ -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 " />
83+ <PackageReference Include =" NLog" Version =" 6.0.1 " />
8484 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
8585 </ItemGroup >
8686 <ItemGroup Condition =" '$(TargetFramework)' == 'net462' " >
You can’t perform that action at this time.
0 commit comments