Lr.Core 2.0.5561.24806

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

// Install Lr.Core as a Cake Tool
#tool nuget:?package=Lr.Core&version=2.0.5561.24806

Lr.Core, because I hate writing the same thing twice. (Aka: Lr.Core provides extension methods and base classes to aid development in .NET projects.)

Product Compatible and additional computed target framework versions.
.NET Framework 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.5597.22748 105 4/29/2015
2.0.5561.41448 54 3/24/2015
2.0.5561.27983 39 3/24/2015
2.0.5561.27499 36 3/24/2015
2.0.5561.26442 36 3/24/2015
2.0.5561.25981 37 3/24/2015
2.0.5561.24806 37 3/24/2015
2.0.5561.19551 37 3/24/2015
2.0.5561.19269 36 3/24/2015
2.0.5560.26045 36 3/23/2015
2.0.5560.22462 36 3/23/2015
2.0.5560.22127 34 3/23/2015
1.0.6 97 7/3/2014
1.0.5.5 57 7/2/2014
1.0.5.4 63 7/2/2014
1.0.5.3 56 7/2/2014
1.0.5.2 53 7/2/2014
1.0.5.1 55 7/2/2014
1.0.5 55 7/2/2014
1.0.4 52 6/17/2014
1.0.3 54 6/16/2014
1.0.2 64 6/16/2014
1.0.1 64 6/13/2014
1.0.0 66 6/13/2014

v2.0
- Breaks v1.0.
- Added ForEachHelper (Index method + extension methods).
- Added IArgument & IArgumentParses.