AspNet.Identity.Shaolinq 1.4.2-alpha

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

// Install AspNet.Identity.Shaolinq as a Cake Tool
#tool nuget:?package=AspNet.Identity.Shaolinq&version=1.4.2-alpha&prerelease                

A persistence provider for AspNet Identity using Shaolinq

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

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.2-alpha 887 10/20/2016
1.4.1-alpha 988 10/20/2016
1.4.0-alpha 808 9/28/2016
1.3.6-alpha 763 8/22/2016
1.3.5-alpha 875 3/15/2016
1.3.4-alpha 812 3/7/2016
1.3.3-alpha 894 3/4/2016
1.3.2-alpha 861 3/1/2016
1.3.1-alpha 838 3/1/2016
1.3.0-alpha 852 3/1/2016
1.2.1-alpha 873 12/14/2015
1.2.0-alpha 844 12/14/2015
1.1.1-alpha 823 12/14/2015
1.1.0-alpha2 906 10/16/2015
1.1.0-alpha1 988 9/29/2015
1.0.0-alpha2 964 9/23/2015
1.0.0-alpha1 1,301 9/15/2015

1.4.2 - Add protected virtual FindUserAsync method, improve find user by user login query
1.4.1 - Make UserStore methods virtual, change some SingleOrDefault() calls to FirstOrDefault()
1.4.0 - Add support for user lockout
1.3.6 - Rebuild with new Shaolinq due to breaking change with ToListAsync()
1.3.0 - Support native async in Shaolinq
1.2.0 - Split DataModel into seperate package
1.1.0 - Add support for more generic user objects (both Asp.net Identity and Shaolinq).
1.0.0 - Initial release.