[Fix] Update Newtonsoft.Json dependency to version 13.0.2. The update fixes GHSA-5crp-9r3c-p9vr.
[Fix] Use DispatcherUnhandledException instead of AppDomain.CurrentDomain.UnhandledException for WPF applications for postcrash processing. It fixes #1727.
[Improvement] Remove SmartLink=false, as it may break the SDK integration in some cases.
[Improvement] Remove flag RegexOptions.Compiled, as it is proved to be slow on net6 and above.
Windows
[Fix] Fix WindowsHelper's OSVersion check for Windows 7 sp1
CHANGELOG.md
been updated?Description
Version 5.0.2
Newtonsoft.Json
dependency to version13.0.2
. The update fixes GHSA-5crp-9r3c-p9vr.DispatcherUnhandledException
instead ofAppDomain.CurrentDomain.UnhandledException
for WPF applications for postcrash processing. It fixes #1727.Windows
Related PRs or issues
AB#99117