DevAccelerateIdentity 6.0.0-preview1

This is a prerelease version of DevAccelerateIdentity.
There is a newer version of this package available.
See the version list below for details.
dotnet add package DevAccelerateIdentity --version 6.0.0-preview1
                    
NuGet\Install-Package DevAccelerateIdentity -Version 6.0.0-preview1
                    
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="DevAccelerateIdentity" Version="6.0.0-preview1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DevAccelerateIdentity" Version="6.0.0-preview1" />
                    
Directory.Packages.props
<PackageReference Include="DevAccelerateIdentity" />
                    
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 DevAccelerateIdentity --version 6.0.0-preview1
                    
#r "nuget: DevAccelerateIdentity, 6.0.0-preview1"
                    
#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 DevAccelerateIdentity@6.0.0-preview1
                    
#: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=DevAccelerateIdentity&version=6.0.0-preview1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DevAccelerateIdentity&version=6.0.0-preview1&prerelease
                    
Install as a Cake Tool

Provides base functionality in terms of identity and tenant management integrated with Microsoft ASP.NET Identity.

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 (4)

Showing the top 4 NuGet packages that depend on DevAccelerateIdentity:

Package Downloads
DevAccelerateIdentityEF

Provides ASP.NET Identity and EntityFrameworkCore implementation for DevAccelerate Identity.

DevAccelerateSecurityFacade

A facade library that simplifies security APIs. It works on top of DeAaccelerateIdenitty and DevAccelerateEnterpriseSecurity.

DevAccelerateAll

Combines all the DevAccelerate libraries into a single package.

DevAccelerateFacades

A facade library that integrates various DevAccelerate APIs for simplicity and ease of use. It works on top of most of the DevAccelerate libraries.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.0.1-preview6.5 124 8/24/2023
7.0.1-preview6.0 230 7/13/2023
7.0.1-preview4.4 128 7/8/2023
7.0.1-preview4.3 124 7/4/2023
7.0.1-preview4.2 130 6/19/2023
7.0.1-preview4.1 123 6/18/2023
7.0.1-preview4.0 118 6/18/2023
7.0.1-preview3.0 136 4/14/2023
7.0.1-preview2.3 225 4/10/2023
7.0.1-preview2.1 157 3/9/2023
7.0.1-preview2.0 151 2/19/2023
7.0.1-preview1.8 164 1/22/2023
7.0.1-preview1.6 167 1/1/2023
7.0.1-preview1.5 155 12/24/2022
7.0.1-preview1.4 145 12/24/2022
7.0.1-preview1.3 145 12/23/2022
7.0.1-preview1.2 147 12/23/2022
7.0.1-preview1.1 148 12/22/2022
7.0.1-preview1.0 142 12/22/2022
7.0.0-preview9 1,785 12/22/2022
7.0.0-preview7 1,709 12/21/2022
7.0.0-preview6 1,205 12/20/2022
7.0.0-preview5 2,315 12/17/2022
7.0.0-preview2 2,030 11/20/2022
7.0.0-preview10 1,820 12/22/2022
7.0.0-preview1 1,721 11/13/2022
6.5.0 2,536 10/30/2022
6.3.0 4,322 2/10/2022
6.1.0 3,118 1/1/2022
6.0.2 2,248 12/17/2021
6.0.1 2,220 12/16/2021
6.0.0 2,195 12/13/2021
6.0.0-preview2 4,288 12/26/2019
6.0.0-preview1 7,055 5/17/2019

This release contains the following primary changes:

1) Transformed the library from genericto specific ASP.NET implementation.
2) Upgraded NuGet packages.