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" />
<PackageReference Include="SecurityUsers.SqlServer" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
#:package SecurityUsers.SqlServer@3.0.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SecurityUsers.SqlServer&version=3.0.0
#tool nuget:?package=SecurityUsers.SqlServer&version=3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Common objects / services to manage users of an application.
Github source: https://github.com/vndevpro/SecurityUsers
| Product | Versions 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.
-
.NETFramework 4.5
- Dapper.Contrib (>= 1.50.5)
- GdNet.Common (>= 2.3.0)
- SecurityUsers.Models (>= 2.9.0)
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 | 689 | 9/23/2022 |
| 2.9.0 | 598 | 8/18/2022 |
| 2.5.9 | 636 | 10/30/2020 |
| 2.5.3 | 791 | 5/11/2019 |
| 2.5.2 | 784 | 3/21/2019 |
| 2.5.1 | 871 | 1/29/2019 |
| 2.5.0 | 870 | 1/23/2019 |
| 2.4.2 | 934 | 12/27/2018 |
| 2.4.1 | 864 | 12/17/2018 |
| 2.4.0 | 894 | 12/13/2018 |
| 2.3.1 | 946 | 12/11/2018 |
| 2.3.0 | 896 | 11/30/2018 |
| 2.2.0 | 949 | 10/22/2018 |
| 2.1.0 | 941 | 10/17/2018 |
| 2.0.3 | 984 | 9/25/2018 |
| 2.0.2 | 940 | 9/25/2018 |
| 2.0.1 | 950 | 9/25/2018 |
| 2.0.0 | 1,007 | 9/25/2018 |
| 1.0.0 | 1,043 | 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