Externalbyte.QuantumIdentity.Owin21 1.2.0

dotnet add package Externalbyte.QuantumIdentity.Owin21 --version 1.2.0
NuGet\Install-Package Externalbyte.QuantumIdentity.Owin21 -Version 1.2.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="Externalbyte.QuantumIdentity.Owin21" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Externalbyte.QuantumIdentity.Owin21 --version 1.2.0
#r "nuget: Externalbyte.QuantumIdentity.Owin21, 1.2.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.
// Install Externalbyte.QuantumIdentity.Owin21 as a Cake Addin
#addin nuget:?package=Externalbyte.QuantumIdentity.Owin21&version=1.2.0

// Install Externalbyte.QuantumIdentity.Owin21 as a Cake Tool
#tool nuget:?package=Externalbyte.QuantumIdentity.Owin21&version=1.2.0

Quantum Identity is an OWIN Middleware component for tracking anonymous users in ASP.Net web applications.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  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
1.2.0 1,767 5/17/2015
1.1.0 1,003 5/11/2015
1.0.3 1,508 4/24/2015
1.0.2 1,186 4/24/2015

Enhancements:
     1. The license watcher code has been modified to only watch folders that exist on disk to improve performance.
     2. Message logging has been improved so that every request is uniquely identified and can be distinguished from one another in the log file.
     3. Added the IIdentity.IsAnonymous extension method.
     4. Product dashboard now displays the Nuget Version which is now embedded into the main assembly.

     Bug Fixes:
     5. The GetPrimaryUserId<T>() extension methods were failing for some common types. We now use the TypeDescriptor.GetConverter method to obtain the correct converter across the board.