Glimpse.ClaimsInspector 2.0.0

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

// Install Glimpse.ClaimsInspector as a Cake Tool
#tool nuget:?package=Glimpse.ClaimsInspector&version=2.0.0

This plugin exposes Microsoft.IdentityModel.Claims in Glimpse. This can be used to display ADFS claims client side through Glimpse.

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

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
2.0.0 69,511 6/21/2013
1.0.1 2,372 4/12/2013

Incorporated Dan Larson's pull request.  This update is for .Net 4.5 and uses the newer claims namespace: System.Security.Claims.  If you are using  Microsoft.IdentityModel.Claims and or run in < .Net 4.5 you need to remain on version 1.0.1.  Thanks Dan Larson for the contribution.