Rabbit.Foundation 1.12.0

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

// Install Rabbit.Foundation as a Cake Tool
#tool nuget:?package=Rabbit.Foundation&version=1.12.0

Base classes from RabbitSoftware including:
     - DataItem and helper methods
     - SmartList collection with custom validators
     - String / Stream / XML extensions methods
     For detail please check project site https://juanonsoftware.github.io/Rabbit-Foundation-Package/

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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 (2)

Showing the top 2 NuGet packages that depend on Rabbit.Foundation:

Package Downloads
GdNet.DataReferences.Domain

DataReference domain.

Rabbit.Owin.Security.Extensions

Extensions configuration for Owin Security

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.12.0 1,507 6/16/2016
1.11.0 1,080 6/16/2016
1.10.1 998 5/19/2016
1.10.0 973 5/14/2016
1.9.0 1,086 4/20/2016
1.8.1 1,463 11/28/2015
1.7.3 1,233 11/28/2015
1.7.2 1,045 11/6/2015
1.7.1 1,017 11/4/2015
1.6.0 1,304 10/8/2015
1.5.3 1,119 9/30/2015
1.5.0 1,104 9/28/2015
1.4.0 1,196 9/4/2015
1.3.6 1,018 8/24/2015
1.3.5 1,212 7/26/2015
1.2.0 1,063 7/11/2015

Version 1.11.0
     * Added collection extension methods
     Version 1.10.1
     * Signed assembly
     Version 1.10.0
     * Added extension methods FileInfo
     * Added FileCompressionService with default implementation using .net feature NetFxFileCompressionService
     Version 1.9.0
     * Added extension methods on Assembly type
     Version 1.8.1
     * All extension methods now are under Rabbit.Foundation.Extensions namespace
     * Fix issues on a DateTime extension method
     Version 1.7.3
     * Added DateTime extension methods
     Version 1.7.0
     * Added ISqlDbWorker & SqlServerDbWorker to check existence of database, create new database
     Version 1.6.0
     * Added IConfiguration contract
     * Added ListExtensions
     Version 1.5.0
     * Added stream & xml extension methods
     Version 1.4.0
     * Added string extension methods
     Version 1.3.6
     * Added DataItem type and its extension methods
     Version 1.3.5
     * By default, SmartList instantiates a List, then it's possible to add/remove items
     Version 1.3.2
     * ISmartList inherits from IList
     * Fix DefaultSmartListValidator / Code Analysis issues
     Version 1.3.0
     * Added MoveUp/MoveDown on SmartList
     Version 1.2.0
     * Added Insert/RemoveAt on SmartList
     Version 1.1.0
     * Provide a seal UniqueListValidator implementation that can accept an IEqualityComparer
     Version 1.0.0
     * Provide SmartList implementation