How to install...
You can now get HareDu on NuGet by searching for HareDu. Also, you can check out HareDu at http://www.nuget.org/packages/HareDu/
NuGet
From the Package Manager Console in Visual Studio you can run the following PowerShell script to get the latest version of HareDu...
PM> Install-Package HareDu
...or if you want a specific version of HareDu you can get your Du by doing...
PM> Install-Package -Version <version> HareDu
Example,
PM> Install-Package -Version 2.0.0 HareDu
Since HareDu 2 was built primarily on Mono 5.x, it is now possible to get it in your preferred .NET environment on your preferred operating systems (e.g. Windows, macOS, Linux, etc.).
Build Dependencies
.NET Framework 4.5.2 or above