Skip to content

Commit 2146d1c

Browse files
committed
update nuget release description ready for 2.3.0
1 parent efbc4b6 commit 2146d1c

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

src/ExceptionReporter/ExceptionReporter.csproj

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<OldToolsVersion>3.5</OldToolsVersion>
2020
<UpgradeBackupLocation />
2121
<PackageId>ExceptionReporter</PackageId>
22-
<PackageVersion>2.2.2</PackageVersion>
22+
<PackageVersion>2.3.0</PackageVersion>
2323
<Authors>Peter van der Woude, Simon Cropp</Authors>
2424
<PackageLicenseUrl>https://github.com/PandaWood/ExceptionReporter.NET/blob/master/LICENSE.txt</PackageLicenseUrl>
2525
<Owners>Peter van der Woude,Simon Cropp</Owners>
@@ -29,8 +29,17 @@
2929
<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>
3030
<NeutralLanguage>en</NeutralLanguage>
3131
<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>
3443
<PackageTags>crash-reporter, exception-reporter,crash,exception,report</PackageTags>
3544
<ReleaseVersion>2.2.2</ReleaseVersion>
3645
<SynchReleaseVersion>false</SynchReleaseVersion>

0 commit comments

Comments
 (0)