GenericHelpers 1.0.3

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

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

A series of utilities. The documentation can be found on http://www.kendar.org/?p=/dotnet/helpers/generichelpers.
AssembliesManager: Load asssemblies, seek for types and interfaces
CommandLineParser: Parse command line and environment variables for an easy usage
Crontab: A timer based crontab-compatible implementation
ResourceContentLoader: Read resources easily without hassle and without getting mad with paths

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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 (1)

Showing the top 1 NuGet packages that depend on GenericHelpers:

Package Downloads
Node.Cs.Lib

Basic classes and implementations for Node.Cs. The documentation can be found on http://www.kendar.org/?p=/dotnet/nodecs.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5 5,071 11/21/2014
1.0.3 1,447 3/12/2014
1.0.2 1,467 2/28/2014
1.0.1-beta 994 2/27/2014
1.0.0 1,168 2/21/2014

Enhanced test coverage.
Documentation aligned.