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.
<PackageVersion Include="SecurityUsers.SqlServer" Version="3.0.0" />
                    
Directory.Packages.props
<PackageReference Include="SecurityUsers.SqlServer" />
                    
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 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.
#addin nuget:?package=SecurityUsers.SqlServer&version=3.0.0
                    
Install SecurityUsers.SqlServer as a Cake Addin
#tool nuget:?package=SecurityUsers.SqlServer&version=3.0.0
                    
Install SecurityUsers.SqlServer as a Cake Tool

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 532 9/23/2022
2.9.0 454 8/18/2022
2.5.9 498 10/30/2020
2.5.3 643 5/11/2019
2.5.2 634 3/21/2019
2.5.1 712 1/29/2019
2.5.0 690 1/23/2019
2.4.2 757 12/27/2018
2.4.1 705 12/17/2018
2.4.0 717 12/13/2018
2.3.1 784 12/11/2018
2.3.0 747 11/30/2018
2.2.0 787 10/22/2018
2.1.0 782 10/17/2018
2.0.3 788 9/25/2018
2.0.2 775 9/25/2018
2.0.1 791 9/25/2018
2.0.0 805 9/25/2018
1.0.0 844 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