CrashRpt.CPP 2.0.15

There is a newer version of this package available.
See the version list below for details.
dotnet add package CrashRpt.CPP --version 2.0.15
NuGet\Install-Package CrashRpt.CPP -Version 2.0.15
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CrashRpt.CPP" Version="2.0.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CrashRpt.CPP --version 2.0.15
#r "nuget: CrashRpt.CPP, 2.0.15"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CrashRpt.CPP as a Cake Addin
#addin nuget:?package=CrashRpt.CPP&version=2.0.15

// Install CrashRpt.CPP as a Cake Tool
#tool nuget:?package=CrashRpt.CPP&version=2.0.15

Adds support for sending crash reports to your C++ native Windows app.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.20 2,798 1/30/2018
2.0.19 1,013 12/6/2017
2.0.18 2,285 2/25/2016
2.0.16 2,280 10/31/2014
2.0.15 1,459 9/26/2014
2.0.14 1,259 8/18/2014

* Fixed bug: crashrpt.dll by default was looking for the sendrpt.exe in the folder with main application .exe (but should look in the folder where crashrpt.dll exist).
* Fixed bug: A file indexing service may interfere with the crash reporting process.
* Added CRASHRPT_ENABLE_RELEASE_ASSERTS macro which enables the assertion reports to be sent on C assert macro for Release configuration.
* Added: all binaries were digitally signed.
* Changed: no error dialog appears if crashrpt has failed to send crash report.