|
19 | 19 | <OldToolsVersion>3.5</OldToolsVersion> |
20 | 20 | <UpgradeBackupLocation /> |
21 | 21 | <PackageId>ExceptionReporter</PackageId> |
22 | | - <PackageVersion>2.2.2</PackageVersion> |
| 22 | + <PackageVersion>2.3.0</PackageVersion> |
23 | 23 | <Authors>Peter van der Woude, Simon Cropp</Authors> |
24 | 24 | <PackageLicenseUrl>https://github.com/PandaWood/ExceptionReporter.NET/blob/master/LICENSE.txt</PackageLicenseUrl> |
25 | 25 | <Owners>Peter van der Woude,Simon Cropp</Owners> |
|
29 | 29 | <Description>ExceptionReporter is a .NET component that shows a dialog with detailed information on an Exception and the application/system running it. It allows the application user to copy, save and/or email a report of the incident - including a screenshot</Description> |
30 | 30 | <NeutralLanguage>en</NeutralLanguage> |
31 | 31 | <PackageReleaseNotes>Changes: |
32 | | -- In addition to creating a report without any GUI/dialog, you can now also send an exception report via email (SMTP only) without showing a dialog/GUI |
33 | | -- file attachment name can be configured (.zip extension assumed)</PackageReleaseNotes> |
| 32 | +- new config 'AttachmentFilename' (default is ExceptionReport.zip) |
| 33 | +- access to sending a report via email to API for dialogless workflow |
| 34 | +- remove system information 'UserName' and 'MachineName' from report (privacy concern) |
| 35 | + |
| 36 | +Fixes: |
| 37 | +- fix default message for smtp mail send completion to cater for success/failure |
| 38 | +- add dispose to MailMessage and SmtpClient on SendCompleted (potential memory leak) |
| 39 | + |
| 40 | +Internal: |
| 41 | +- update nunit to 3.7 |
| 42 | +- Demo caters to using MailSlurper</PackageReleaseNotes> |
34 | 43 | <PackageTags>crash-reporter, exception-reporter,crash,exception,report</PackageTags> |
35 | 44 | <ReleaseVersion>2.2.2</ReleaseVersion> |
36 | 45 | <SynchReleaseVersion>false</SynchReleaseVersion> |
|
0 commit comments