Releases: NLog/NLog.Windows.Forms
Releases · NLog/NLog.Windows.Forms
Version 5.2.3
Version 5.2.1
- Updated to NLog v5.2.2 (@snakefoot)
- Fixed NullReferenceException for RichTextBoxTarget (@snakefoot)
See also: NLog v5.2 without trim warnings, and obsoleted methods.
Version 5.2.0
- Updated to NLog v5.2 (@snakefoot)
- Added LogManager.Setup() extension method RegisterWindowsForms() (@snakefoot)
See also: NLog v5.2 without trim warnings, and obsoleted methods.
Version 5.0
- Updated to NLog 5.0.5 (@snakefoot)
- Replaced net5.0-windows with net6.0-windows (@304NotModified)
- Fix crash SelectionLength + support links on all platforms (@304NotModified)
- Changed to typed Layout-properties (@Fr33dan)
Version 4.6
- Fixed obsolete warning in MessageBoxTarget that blocks for NLog 5 (#104) @snakefoot
- Added ToolStripItemTarget for logging to ToolStripItem-control with Name (#87) @Fr33dan
Version 4.5
Added support for .NET Core 3.1 and .NET 5 (#42) (@weltkante, @304NotModified)
Version 4.4
- RichTextBoxTarget: added overloads for ReInitializeAllTextboxes and GetTargetByControl (#72) (@304NotModified)
- RichTextBoxTarget: better error handling for empty or unexpected NLog configs (#72) (@304NotModified)
- Update NLog to 4.7.9 (#74) (@304NotModified)
- Fixed publishing Symbol package (#46) (@304NotModified)
- Added Sourcelink (#70) (@304NotModified)
- Enable deterministic build (#73) (@304NotModified)
v4.3.0
Support snupkg- issue with publishing on nuget.org, working on that- Update dependency to lastest NLog
- Package improvements
v4.2.3
- Fix for InvalidOperationException when closing target with AccessoryForm because of application stop
v4.2.2
Richboxtarget:
- compatible with NLog 4.3
- fix duplicate messages after config reload
See milestone