MvcAccount 0.8.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package MvcAccount --version 0.8.5
NuGet\Install-Package MvcAccount -Version 0.8.5
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="MvcAccount" Version="0.8.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MvcAccount --version 0.8.5
#r "nuget: MvcAccount, 0.8.5"
#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 MvcAccount as a Cake Addin
#addin nuget:?package=MvcAccount&version=0.8.5

// Install MvcAccount as a Cake Tool
#tool nuget:?package=MvcAccount&version=0.8.5

Authentication and account management plugin for ASP.NET MVC.
        MvcAccount is a substitute for MembershipProvider designed for ASP.NET MVC, that provides more features
        and the ability to store username/password and other related data in your own database.

        See https://mvcaccount.codeplex.com/documentation for installation instructions.

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.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on MvcAccount:

Package Downloads
MvcAccount.pt

Recursos em português do MvcAccount

MvcAccount.fi

Suomen resurssit MvcAccount

MvcAccount.es

Recursos en español para MvcAccount

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.12.0 2,679 2/17/2014
0.11.0 1,981 11/13/2013
0.10.0 1,967 8/30/2013
0.9.0 1,529 5/16/2013
0.8.5 1,671 12/28/2012
0.8.4 1,745 10/22/2012
0.8.3 1,666 5/21/2012
0.8.2 1,610 4/17/2012
0.8.1 1,653 2/9/2012
0.8.0 1,560 1/25/2012

- Fixed SignIn to report AccountResources.Validation_MaxInvalidSignInAttempts whether password is correct or not

        BREAKING CHANGES:
        - Renamed localized views from {ViewName}_{locale}.cshtml to {ViewName}.{locale}.cshtml
        - Moved localized views to satellite assemblies (requires MvcCodeRouting v1.0.2)
        - Changed AccountConfiguration.SignInAttemptWindow to TimeSpan

        See https://mvcaccount.codeplex.com/documentation for installation instructions.