Lr.Core
2.0.5561.41448
See the version list below for details.
dotnet add package Lr.Core --version 2.0.5561.41448
NuGet\Install-Package Lr.Core -Version 2.0.5561.41448
<PackageReference Include="Lr.Core" Version="2.0.5561.41448" />
paket add Lr.Core --version 2.0.5561.41448
#r "nuget: Lr.Core, 2.0.5561.41448"
// Install Lr.Core as a Cake Addin #addin nuget:?package=Lr.Core&version=2.0.5561.41448 // Install Lr.Core as a Cake Tool #tool nuget:?package=Lr.Core&version=2.0.5561.41448
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.)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Lr.Core:
Package | Downloads |
---|---|
Lr.Data
Lr.Data is a collection of base classes and extension methods written in C# to help build a data-layer for applications. |
|
Lr.Data.EF.EF6
EF6 implementation of Lr.Data. Lr.Data is a collection of base classes and extension methods written in C# to help build a data-layer for applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.5597.22748 | 1,622 | 4/29/2015 |
2.0.5561.41448 | 1,110 | 3/24/2015 |
2.0.5561.27983 | 1,055 | 3/24/2015 |
2.0.5561.27499 | 1,134 | 3/24/2015 |
2.0.5561.26442 | 1,101 | 3/24/2015 |
2.0.5561.25981 | 1,118 | 3/24/2015 |
2.0.5561.24806 | 1,062 | 3/24/2015 |
2.0.5561.19551 | 1,079 | 3/24/2015 |
2.0.5561.19269 | 1,050 | 3/24/2015 |
2.0.5560.26045 | 1,059 | 3/23/2015 |
2.0.5560.22462 | 1,057 | 3/23/2015 |
2.0.5560.22127 | 1,061 | 3/23/2015 |
1.0.6 | 1,274 | 7/3/2014 |
1.0.5.5 | 1,109 | 7/2/2014 |
1.0.5.4 | 1,091 | 7/2/2014 |
1.0.5.3 | 1,133 | 7/2/2014 |
1.0.5.2 | 1,073 | 7/2/2014 |
1.0.5.1 | 1,065 | 7/2/2014 |
1.0.5 | 1,178 | 7/2/2014 |
1.0.4 | 1,171 | 6/17/2014 |
1.0.3 | 1,101 | 6/16/2014 |
1.0.2 | 1,282 | 6/16/2014 |
1.0.1 | 1,302 | 6/13/2014 |
1.0.0 | 1,283 | 6/13/2014 |
v2.0 (PCL)
- Breaks v1.0.
- Added ForEachHelper (Index method + extension methods).
- Added IArgument & IArgumentParses.