Hanssens.Net.Identity.RavenDb 1.0.3

dotnet add package Hanssens.Net.Identity.RavenDb --version 1.0.3
                    
NuGet\Install-Package Hanssens.Net.Identity.RavenDb -Version 1.0.3
                    
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="Hanssens.Net.Identity.RavenDb" Version="1.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Hanssens.Net.Identity.RavenDb" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="Hanssens.Net.Identity.RavenDb" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Hanssens.Net.Identity.RavenDb --version 1.0.3
                    
#r "nuget: Hanssens.Net.Identity.RavenDb, 1.0.3"
                    
#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.
#addin nuget:?package=Hanssens.Net.Identity.RavenDb&version=1.0.3
                    
Install Hanssens.Net.Identity.RavenDb as a Cake Addin
#tool nuget:?package=Hanssens.Net.Identity.RavenDb&version=1.0.3
                    
Install Hanssens.Net.Identity.RavenDb as a Cake Tool

ASP.NET Membership and RoleProvider, with RavenDb as backend, for use in MVC applications.

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

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.0.3 2,221 5/8/2015
1.0.2 1,932 4/24/2015
1.0.1 1,263 4/22/2015

### Release Notes for v1.0.3
* Bugfix for ValidateUser, after password change

### Release Notes for v1.0.2
* Fix where unknown users would throw exception, rather than triggering the OnLoginFailed event

### Release Notes for v1.0.1
* Fixed incorrect NuGet reference

### Release Notes for v1.0.0
* The initial release