ravibpatel / CrashReporter.NET

Send crash reports of your classic desktop application developed using .NET Framework directly to your mail's inbox with full exception report, stack trace and screenshot.
MIT License
184 stars 74 forks source link

[Q] use ClickOnce deployment version instead of the AssemblyInfo #32

Closed mystical2005 closed 4 years ago

mystical2005 commented 4 years ago

I would like to have a ability to use the ClickOnce deployment version, as that is automatically updated and that what the end user will see. Thank you for a great application.

ravibpatel commented 4 years ago

It does use ApplicationDeployment.CurrentDeployment.CurrentVersion when ApplicationDeployment.IsNetworkDeployed is true as you can see here.

mystical2005 commented 4 years ago

you are absolutely right. i was running it locally and not getting that info. Thank you again for this code. Made my life easier :)

ravibpatel commented 4 years ago

You are welcome.