Continuous.User
1.3.3-alpha
This is a prerelease version of Continuous.User.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Continuous.User --version 1.3.3-alpha
NuGet\Install-Package Continuous.User -Version 1.3.3-alpha
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="Continuous.User" Version="1.3.3-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Continuous.User" Version="1.3.3-alpha" />
<PackageReference Include="Continuous.User" />
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 Continuous.User --version 1.3.3-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Continuous.User, 1.3.3-alpha"
#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=Continuous.User&version=1.3.3-alpha&prerelease
#tool nuget:?package=Continuous.User&version=1.3.3-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This library is providing easy way to manage users and local user groups: add/remove new user/userGroup, assing user to group, etc.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. 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.
-
- Continuous.Management (>= 1.1.2)
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.12 | 2,468 | 6/5/2019 |
3.0.12-alpha | 539 | 6/5/2019 |
3.0.10-alpha | 1,004 | 4/17/2018 |
3.0.8 | 1,368 | 4/15/2018 |
3.0.8-alpha | 1,162 | 4/15/2018 |
3.0.7-alpha | 1,166 | 4/15/2018 |
3.0.6 | 1,311 | 4/15/2018 |
3.0.6-alpha | 1,120 | 4/15/2018 |
2.1.5-alpha | 1,126 | 4/15/2018 |
2.1.4-alpha | 1,140 | 4/15/2018 |
2.1.2-alpha | 919 | 8/9/2017 |
2.1.1 | 1,130 | 8/6/2017 |
2.1.1-alpha | 894 | 8/5/2017 |
2.0.3 | 1,282 | 7/23/2017 |
2.0.3-alpha | 906 | 7/20/2017 |
2.0.2-alpha | 897 | 7/20/2017 |
2.0.1-alpha | 925 | 7/20/2017 |
1.4.3 | 1,076 | 7/16/2017 |
1.4.3-alpha | 908 | 7/16/2017 |
1.4.1 | 1,096 | 6/25/2017 |
1.4.1-alpha | 907 | 6/25/2017 |
1.3.4-alpha | 906 | 6/25/2017 |
1.3.3 | 1,275 | 6/22/2017 |
1.3.3-alpha | 909 | 6/22/2017 |
1.3.2-alpha | 927 | 6/20/2017 |
1.3.1-alpha | 900 | 6/20/2017 |
1.2.2-alpha | 912 | 6/19/2017 |
1.2.1 | 1,273 | 6/19/2017 |
1.2.1-alpha | 1,081 | 6/19/2017 |
1.1.9 | 1,091 | 6/11/2017 |
1.1.9-alpha | 919 | 6/11/2017 |
1.1.8-alpha | 921 | 6/11/2017 |
1.1.7-alpha | 898 | 6/10/2017 |
1.1.5-alpha | 924 | 6/10/2017 |
1.1.4-alpha | 892 | 6/10/2017 |
1.1.3-alpha | 915 | 6/10/2017 |
1.1.2-alpha | 908 | 6/8/2017 |
1.0.41-alpha | 914 | 6/2/2017 |
1.0.40-alpha | 932 | 6/2/2017 |
1.0.39-alpha | 898 | 4/22/2017 |
1.0.36-alpha | 899 | 4/21/2017 |
1.0.3.34-alpha | 911 | 4/21/2017 |
1.0.3.33-alpha | 913 | 4/21/2017 |
1.0.3.30-alpha | 919 | 4/21/2017 |
1.0.2 | 1,294 | 4/12/2017 |
1.0.1 | 1,106 | 4/8/2017 |
1.0.0 | 1,280 | 4/3/2017 |
- Added AccountDisabled and AccountLocked properties to LocalUserInfo
- Added SetAccountDisabled to UserShell
- Set LocalUserInfo setters to internal
- Added GetLoggedInUser method