SecurityUsers.Models 2.9.0

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

// Install SecurityUsers.Models as a Cake Tool
#tool nuget:?package=SecurityUsers.Models&version=2.9.0
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.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on SecurityUsers.Models:

Package Downloads
Security.Users.Web

Provides a controller that is ready for MVC application to manage user authentication and registration. Github source: https://github.com/vndevpro/SecurityUsers

SecurityUsers.SqlServer

Common objects / services to manage users of an application. Github source: https://github.com/vndevpro/SecurityUsers

Security.Users.MembershipImpl

Provides an authentication service and a custom membership to use with FormsAuthentication Github source: https://github.com/vndevpro/SecurityUsers

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.9.0 402 8/18/2022
2.8.4 398 10/30/2020
2.8.0 562 4/4/2019
2.7.2 526 3/21/2019
2.7.1 526 3/20/2019
2.7.0 555 2/26/2019
2.6.1 605 1/24/2019
2.6.0 608 1/23/2019
2.5.0 653 12/27/2018
2.4.0 622 12/17/2018

V2.7.0 - Adding a new method CanRegisterAccount with value from config file
V2.6.0 - Adding DisplayName field