Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.
/ HockeySDK-Console Public archive

A wrapper for the HockeySDK-Core for Windows to use them in commandline applications and windows forms applications.

License

Notifications You must be signed in to change notification settings

dei79/HockeySDK-Console

Repository files navigation

HockeySDK-Console

A wrapper for the HockeySDK-Core for Windows to use them in commandline applications and windows forms applications.

Install the package via NuGet

Install-Package HockeySDK-Console

Add the following app setting into the app.config

<add key="hockeyapp.appid" value="<<YOUR HOCKEYAPP ID>>" />

After that just encapsulate the code fragment you want to observe as follows:

using (var hockeyApp = new HockeyApp.ConsoleCrashHandler())
{

}

About

A wrapper for the HockeySDK-Core for Windows to use them in commandline applications and windows forms applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages