Continuous.User 1.2.1-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.2.1-alpha                
NuGet\Install-Package Continuous.User -Version 1.2.1-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.2.1-alpha" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Continuous.User --version 1.2.1-alpha                
#r "nuget: Continuous.User, 1.2.1-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.2.1-alpha&prerelease

// Install Continuous.User as a Cake Tool
#tool nuget:?package=Continuous.User&version=1.2.1-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,380 6/5/2019
3.0.12-alpha 478 6/5/2019
3.0.10-alpha 818 4/17/2018
3.0.8 1,179 4/15/2018
3.0.8-alpha 978 4/15/2018
3.0.7-alpha 983 4/15/2018
3.0.6 1,124 4/15/2018
3.0.6-alpha 939 4/15/2018
2.1.5-alpha 939 4/15/2018
2.1.4-alpha 957 4/15/2018
2.1.2-alpha 787 8/9/2017
2.1.1 997 8/6/2017
2.1.1-alpha 758 8/5/2017
2.0.3 1,081 7/23/2017
2.0.3-alpha 774 7/20/2017
2.0.2-alpha 763 7/20/2017
2.0.1-alpha 791 7/20/2017
1.4.3 940 7/16/2017
1.4.3-alpha 780 7/16/2017
1.4.1 960 6/25/2017
1.4.1-alpha 773 6/25/2017
1.3.4-alpha 772 6/25/2017
1.3.3 1,076 6/22/2017
1.3.3-alpha 779 6/22/2017
1.3.2-alpha 793 6/20/2017
1.3.1-alpha 766 6/20/2017
1.2.2-alpha 783 6/19/2017
1.2.1 1,078 6/19/2017
1.2.1-alpha 887 6/19/2017
1.1.9 956 6/11/2017
1.1.9-alpha 783 6/11/2017
1.1.8-alpha 788 6/11/2017
1.1.7-alpha 766 6/10/2017
1.1.5-alpha 789 6/10/2017
1.1.4-alpha 760 6/10/2017
1.1.3-alpha 786 6/10/2017
1.1.2-alpha 778 6/8/2017
1.0.41-alpha 781 6/2/2017
1.0.40-alpha 801 6/2/2017
1.0.39-alpha 762 4/22/2017
1.0.36-alpha 764 4/21/2017
1.0.3.34-alpha 777 4/21/2017
1.0.3.33-alpha 779 4/21/2017
1.0.3.30-alpha 785 4/21/2017
1.0.2 1,091 4/12/2017
1.0.1 965 4/8/2017
1.0.0 1,077 4/3/2017

- Added GetLocalUser method ('Get' method is obsolete and will no longer be supported)
- Added new Create(LocalUserCreateModel) method  (previous Create(UserModel) is obsolete and will no longer be supported)
- Made UserModel class obsolete