SecurityUsers.SqlServer 3.0.0

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

// Install SecurityUsers.SqlServer as a Cake Tool
#tool nuget:?package=SecurityUsers.SqlServer&version=3.0.0

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

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

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
3.0.0 459 9/23/2022
2.9.0 400 8/18/2022
2.5.9 433 10/30/2020
2.5.3 579 5/11/2019
2.5.2 567 3/21/2019
2.5.1 640 1/29/2019
2.5.0 624 1/23/2019
2.4.2 686 12/27/2018
2.4.1 637 12/17/2018
2.4.0 649 12/13/2018
2.3.1 716 12/11/2018
2.3.0 680 11/30/2018
2.2.0 699 10/22/2018
2.1.0 713 10/17/2018
2.0.3 706 9/25/2018
2.0.2 691 9/25/2018
2.0.1 700 9/25/2018
2.0.0 729 9/25/2018
1.0.0 759 9/18/2018

V2.5.1 - Fix GetByEmails
     V2.4.0 - Add GetById for UserRepository
     V2.3.0
     * Add Application and ApplicationProfile
     V2.2.0
     * Update methods now return a boolean
     * Adding GetByDynProperty to search for key/value in xml column
 V3.0.0
 * Use tables and sprocs in schema Users