File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525 <RepositoryType >git</RepositoryType >
2626 <AssemblyVersion >5.0.0.0</AssemblyVersion >
2727 <PackageReleaseNotes >
28- - Updated to NLog v5.2 (@snakefoot)
29- - Added LogManager.Setup() extension method RegisterWindowsForms() (@snakefoot)
28+ - Fixed NullReferenceException for RichTextBoxTarget (@snakefoot)
29+ - Updated to NLog v5.2.2 (@snakefoot)
3030
3131Remember to register NLog.Windows.Forms in NLog.config
3232
@@ -41,7 +41,7 @@ Alternative register from code without reflection of assembly-types:
4141 </PropertyGroup >
4242
4343 <ItemGroup >
44- <PackageReference Include =" NLog" Version =" 5.2.0 " />
44+ <PackageReference Include =" NLog" Version =" 5.2.2 " />
4545 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
4646 </ItemGroup >
4747
Original file line number Diff line number Diff line change 1- version : 5.2.0 .{build}
1+ version : 5.2.1 .{build}
22image : Visual Studio 2022
33clone_folder : c:\projects\nlog
44configuration : Release
Original file line number Diff line number Diff line change 22# creates NuGet package at \artifacts
33dotnet -- version
44
5- $versionPrefix = " 5.2.0 " # Also update version for minor versions in appveyor.yml
5+ $versionPrefix = " 5.2.1 " # Also update version for minor versions in appveyor.yml
66$versionSuffix = " "
77$versionFile = $versionPrefix + " ." + ${env: APPVEYOR_BUILD_NUMBER}
88if ($env: APPVEYOR_PULL_REQUEST_NUMBER ) {
You can’t perform that action at this time.
0 commit comments