ErrH 1.0.3

dotnet add package ErrH --version 1.0.3
NuGet\Install-Package ErrH -Version 1.0.3
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="ErrH" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ErrH --version 1.0.3
#r "nuget: ErrH, 1.0.3"
#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 ErrH as a Cake Addin
#addin nuget:?package=ErrH&version=1.0.3

// Install ErrH as a Cake Tool
#tool nuget:?package=ErrH&version=1.0.3

# ErrH

* Reusable error-handling framework for C#.
* Intended for use on early releases of an app (dev/alpha)
* Automatic error-reporting on unhandled exceptions
* Notifies developer (via Growl, email, etc.)
* Auto-downloads updated versions of app binaries/files


## Source Code
* https://github.com/peterson1/ErrH


## Goals
* Minimize user intervention in the error-reporting-patching-updating loop.
* Minimize developer response times in resolving issues/bug fixes.


## Problem Being Solved
In the context of a deployed app, when an end-user encounters a bug
(an unhandled exception, perhaps) the developer must wait for the
end-user to report the bug before the developer can investigate the issue.
After finding the problem, fixing it, and recompiling, the developer must...


## Road Map
* Server for receiving error reports and hosting app files
* Client for sending error reports and downloading updates
* Context/location-aware Notification router


## Release Notes
* No working workflow yet. Still gathering the needed components.

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

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
1.0.3 2,235 8/6/2015
1.0.2 1,527 8/5/2015
1.0.1 2,410 8/5/2015
1.0.0 1,556 8/5/2015

[Still empty. Don't download yet.]
Retargeted to all platforms.