Releases: NLog/NLog.Windows.Forms
Releases · NLog/NLog.Windows.Forms
Version 6.1.0
Version 6.0.3
Version 6.0.2
- #195 Updated to NLog v6.0.2
Version 6.0
- NLog v6.0.1
- Enabled Nullable API
- Enabled <IsAotCompatible>
- RichTextBoxTarget ControlName and FormName changed to Layout
Version 5.2.4
- #190 RichTextBoxTarget - Ignore Config Property TargetForm and TargetRichTextBox
Version 5.2.3
- Added NET8 as target-platform
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