v2.4.2
Since the last release:
Changes:
- New config to 'ShowEmailButton' - defaults to true (ie backwards compatible) - issue #10
- Remove cr/lf (carriage return/line feed) from email subject before creating email to avoid errors in the case of SMTP MailMessage - issue #9
- Add some properties to the ExceptionReport object for better access to report properties - issue #14
Fixes:
- Fix 'user explanation/message' textbox not fitting/docking properly in it's allotted space - issue #15
- Remove the project icon "warning.ico" to ensure that the ExceptionReporter.NET nuget package can be converted to the new "PackageReference" format without odd compile errors - issue #19
- Remove interface fields for 'UserName' and 'MachineName' - which were empty after properties were removed in a recent change - issue #15