SwissKnife 0.5.7

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

// Install SwissKnife as a Cake Tool
#tool nuget:?package=SwissKnife&version=0.5.7

SwissKnife is a lightweight, well-documented and well-tested general purpose .NET class library. It is a natural extension of the .NET framework designed to be used on all types of .NET projects. SwissKnife simplifies common programming tasks like: argument validation (using code contracts), safe string conversions, date and time manipulation, cryptography, reflection and many more.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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
0.5.7 151 3/20/2015
0.5.5.19567 134 6/26/2014
0.5.4.26579 49 6/15/2014
0.5.4.18972 47 4/11/2014
0.5.3.30059 48 4/10/2014
0.5.3.26078 47 4/10/2014
0.5.2.35220 47 4/5/2014
0.5.2.27399 50 4/3/2014
0.5.0.29498 45 3/28/2014
0.4.2.36074 48 3/25/2014
0.4.1.41484 47 3/24/2014
0.4.1.13988 47 3/24/2014

Version 0.5.7
Bug fixes:
* CollectionExtensions.Split<T>() works properly with Entity Framework queryables.