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.
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.
paket add Continuous.User --version 1.3.3-alpha
#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.
// Install Continuous.User as a Cake Addin
#addin nuget:?package=Continuous.User&version=1.3.3-alpha&prerelease

// Install Continuous.User as a Cake Tool
#tool nuget:?package=Continuous.User&version=1.3.3-alpha&prerelease

This library is providing easy way to manage users and local user groups: add/remove new user/userGroup, assing user to group, etc.

Product 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.

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,352 6/5/2019
3.0.12-alpha 474 6/5/2019
3.0.10-alpha 813 4/17/2018
3.0.8 1,170 4/15/2018
3.0.8-alpha 973 4/15/2018
3.0.7-alpha 978 4/15/2018
3.0.6 1,115 4/15/2018
3.0.6-alpha 933 4/15/2018
2.1.5-alpha 933 4/15/2018
2.1.4-alpha 952 4/15/2018
2.1.2-alpha 782 8/9/2017
2.1.1 988 8/6/2017
2.1.1-alpha 753 8/5/2017
2.0.3 1,070 7/23/2017
2.0.3-alpha 769 7/20/2017
2.0.2-alpha 757 7/20/2017
2.0.1-alpha 787 7/20/2017
1.4.3 930 7/16/2017
1.4.3-alpha 774 7/16/2017
1.4.1 948 6/25/2017
1.4.1-alpha 766 6/25/2017
1.3.4-alpha 765 6/25/2017
1.3.3 1,062 6/22/2017
1.3.3-alpha 774 6/22/2017
1.3.2-alpha 788 6/20/2017
1.3.1-alpha 760 6/20/2017
1.2.2-alpha 775 6/19/2017
1.2.1 1,067 6/19/2017
1.2.1-alpha 882 6/19/2017
1.1.9 946 6/11/2017
1.1.9-alpha 777 6/11/2017
1.1.8-alpha 783 6/11/2017
1.1.7-alpha 761 6/10/2017
1.1.5-alpha 783 6/10/2017
1.1.4-alpha 754 6/10/2017
1.1.3-alpha 779 6/10/2017
1.1.2-alpha 773 6/8/2017
1.0.41-alpha 773 6/2/2017
1.0.40-alpha 796 6/2/2017
1.0.39-alpha 756 4/22/2017
1.0.36-alpha 760 4/21/2017
1.0.3.34-alpha 772 4/21/2017
1.0.3.33-alpha 774 4/21/2017
1.0.3.30-alpha 779 4/21/2017
1.0.2 1,079 4/12/2017
1.0.1 946 4/8/2017
1.0.0 1,066 4/3/2017

- Added AccountDisabled and AccountLocked properties to LocalUserInfo
   - Added SetAccountDisabled to UserShell
   - Set LocalUserInfo setters to internal
   - Added GetLoggedInUser method