Microsoft.AspNetCore.Authentication.JwtBearer 1.0.0-rc2-final

Prefix Reserved
Additional Details

This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217

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

ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net451 is compatible.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2.9K)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Authentication.JwtBearer:

Package Downloads
Microsoft.Identity.Web.TokenAcquisition

Implementation for higher level API for confidential client applications (ASP.NET Core and SDK/.NET).

Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.Authentication.AzureAD.UI

ASP.NET Core Azure Active Directory Integration provides components for easily integrating Azure Active Directory authentication within your ASP.NET Core application. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ab1f1c636afa3a6607f2d67bc387b586596d1d38

Okta.AspNetCore

Official Okta middleware for ASP.NET Core 3.1+. Easily add authentication and authorization to ASP.NET Core applications.

GitHub repositories (423)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Authentication.JwtBearer:

Repository Stars
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
duplicati/duplicati
Store securely encrypted backups in the cloud!
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, now community supported: https://github.com/NimblePros/eShopOnWeb
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 Preview 3, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
ThreeMammals/Ocelot
.NET API Gateway
dotnet/eShop
A reference .NET application implementing an eCommerce site
Kareadita/Kavita
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
EduardoPires/EquinoxProject
Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
domaindrivendev/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
FastEndpoints/FastEndpoints
A light-weight REST API development framework for ASP.NET 8 and newer.
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
cobbr/Covenant
Covenant is a collaborative .NET C2 framework for red teamers.
Version Downloads Last updated
10.0.0-preview.3.25172.1 1,441 4/10/2025
10.0.0-preview.2.25164.1 3,825 3/18/2025
10.0.0-preview.1.25120.3 4,586 2/25/2025
9.0.4 126,871 4/8/2025
9.0.3 1,117,123 3/11/2025
9.0.2 1,649,596 2/11/2025
9.0.1 1,728,769 1/14/2025
9.0.0 5,527,828 11/12/2024
9.0.0-rc.2.24474.3 196,148 10/8/2024
9.0.0-rc.1.24452.1 94,759 9/10/2024
9.0.0-preview.7.24406.2 9,367 8/13/2024
9.0.0-preview.6.24328.4 54,975 7/9/2024
9.0.0-preview.5.24306.11 6,045 6/11/2024
9.0.0-preview.4.24267.6 11,880 5/21/2024
9.0.0-preview.3.24172.13 80,448 4/11/2024
9.0.0-preview.2.24128.4 26,637 3/12/2024
9.0.0-preview.1.24081.5 28,937 2/13/2024
8.0.15 79,491 4/8/2025
8.0.14 956,643 3/11/2025
8.0.13 1,750,296 2/11/2025
8.0.12 2,433,769 1/14/2025
8.0.11 7,690,059 11/12/2024
8.0.10 10,759,886 10/8/2024
8.0.8 12,893,169 8/13/2024
8.0.7 9,107,365 7/9/2024
8.0.6 10,657,511 5/28/2024
8.0.5 3,687,971 5/14/2024
8.0.4 9,455,946 4/9/2024
8.0.3 6,479,862 3/12/2024
8.0.2 7,508,051 2/13/2024
8.0.1 8,828,543 1/9/2024
8.0.0 32,031,049 11/14/2023
8.0.0-rc.2.23480.2 517,565 10/10/2023
8.0.0-rc.1.23421.29 106,924 9/12/2023
8.0.0-preview.7.23375.9 263,493 8/8/2023
8.0.0-preview.6.23329.11 89,056 7/11/2023
8.0.0-preview.5.23302.2 12,002 6/13/2023
8.0.0-preview.4.23260.4 11,740 5/16/2023
8.0.0-preview.3.23177.8 19,742 4/11/2023
8.0.0-preview.2.23153.2 9,106 3/14/2023
8.0.0-preview.1.23112.2 60,620 2/21/2023
7.0.20 1,389,973 5/28/2024
7.0.19 141,674 5/14/2024
7.0.18 426,289 4/9/2024
7.0.17 443,518 3/12/2024
7.0.16 681,741 2/13/2024
7.0.15 1,204,136 1/9/2024
7.0.14 2,346,280 11/14/2023
7.0.13 2,624,764 10/24/2023
7.0.12 2,071,924 10/10/2023
7.0.11 3,008,749 9/12/2023
7.0.10 3,996,956 8/8/2023
7.0.9 2,886,488 7/11/2023
7.0.8 2,376,326 6/22/2023
7.0.7 1,270,193 6/13/2023
7.0.5 7,441,223 4/11/2023
7.0.4 3,624,639 3/14/2023
7.0.3 3,519,442 2/14/2023
7.0.2 4,487,429 1/10/2023
7.0.1 9,463,760 12/13/2022
7.0.0 5,515,242 11/7/2022
7.0.0-rc.2.22476.2 86,474 10/11/2022
7.0.0-rc.1.22427.2 24,849 9/14/2022
7.0.0-preview.7.22376.6 24,943 8/9/2022
7.0.0-preview.6.22330.3 291,418 7/12/2022
7.0.0-preview.5.22303.8 6,305 6/14/2022
7.0.0-preview.4.22251.1 10,470 5/10/2022
7.0.0-preview.3.22178.4 4,469 4/13/2022
7.0.0-preview.2.22153.2 3,982 3/14/2022
7.0.0-preview.1.22109.13 3,441 2/17/2022
6.0.36 783,256 11/12/2024
6.0.35 488,168 10/8/2024
6.0.33 1,396,467 8/13/2024
6.0.32 1,315,462 7/9/2024
6.0.31 1,026,694 5/28/2024
6.0.30 494,893 5/14/2024
6.0.29 1,609,029 4/9/2024
6.0.28 1,256,967 3/12/2024
6.0.27 1,604,961 2/13/2024
6.0.26 2,987,935 1/9/2024
6.0.25 3,710,022 11/14/2023
6.0.24 2,202,384 10/24/2023
6.0.23 1,114,691 10/10/2023
6.0.22 2,094,283 9/12/2023
6.0.21 2,911,034 8/8/2023
6.0.20 2,753,025 7/11/2023
6.0.19 1,783,958 6/22/2023
6.0.18 894,459 6/13/2023
6.0.16 7,464,565 4/11/2023
6.0.15 4,659,216 3/14/2023
6.0.14 4,782,033 2/14/2023
6.0.13 7,665,754 1/10/2023
6.0.12 11,575,676 12/13/2022
6.0.11 8,131,765 11/7/2022
6.0.10 12,247,514 10/11/2022
6.0.9 9,306,627 9/13/2022
6.0.8 11,567,564 8/9/2022
6.0.7 9,378,329 7/12/2022
6.0.6 7,518,645 6/14/2022
6.0.5 10,678,594 5/10/2022
6.0.4 8,459,556 4/11/2022
6.0.3 9,802,763 3/8/2022
6.0.2 7,648,287 2/8/2022
6.0.1 13,259,250 12/14/2021
6.0.0 13,608,918 11/8/2021
6.0.0-rc.2.21480.10 76,272 10/12/2021
6.0.0-rc.1.21452.15 60,801 9/14/2021
6.0.0-preview.7.21378.6 66,692 8/10/2021
6.0.0-preview.6.21355.2 19,568 7/14/2021
6.0.0-preview.5.21301.17 11,795 6/15/2021
6.0.0-preview.4.21253.5 9,967 5/24/2021
6.0.0-preview.3.21201.13 13,836 4/8/2021
6.0.0-preview.2.21154.6 4,021 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 6,530 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 2,873,596 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 663,150 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 1,104,200 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 977,690 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 2,584,638 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 21,361,278 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 3,950,430 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 3,989,825 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 7,576,354 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 2,920,720 7/13/2021 5.0.8 is deprecated because it is no longer maintained; 5.0.8 has at least one vulnerability with moderate severity.
5.0.7 4,200,380 6/8/2021 5.0.7 is deprecated because it is no longer maintained; 5.0.7 has at least one vulnerability with moderate severity.
5.0.6 3,007,713 5/11/2021 5.0.6 is deprecated because it is no longer maintained; 5.0.6 has at least one vulnerability with moderate severity.
5.0.5 4,237,404 4/6/2021 5.0.5 is deprecated because it is no longer maintained; 5.0.5 has at least one vulnerability with moderate severity.
5.0.4 3,003,403 3/9/2021 5.0.4 is deprecated because it is no longer maintained; 5.0.4 has at least one vulnerability with moderate severity.
5.0.3 3,172,144 2/9/2021 5.0.3 is deprecated because it is no longer maintained; 5.0.3 has at least one vulnerability with moderate severity.
5.0.2 2,890,589 1/12/2021 5.0.2 is deprecated because it is no longer maintained; 5.0.2 has at least one vulnerability with moderate severity.
5.0.1 3,221,890 12/8/2020 5.0.1 is deprecated because it is no longer maintained; 5.0.1 has at least one vulnerability with moderate severity.
5.0.0 11,475,011 11/9/2020 5.0.0 is deprecated because it is no longer maintained; 5.0.0 has at least one vulnerability with moderate severity.
5.0.0-rc.2.20475.17 109,367 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 318,528 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 4,330,471 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 16,805 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 21,112 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
5.0.0-preview.5.20279.2 3,567 6/10/2020 5.0.0-preview.5.20279.2 is deprecated because it is no longer maintained.
5.0.0-preview.4.20257.10 4,416 5/18/2020 5.0.0-preview.4.20257.10 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.14 4,526 4/23/2020 5.0.0-preview.3.20215.14 is deprecated because it is no longer maintained.
5.0.0-preview.2.20167.3 3,593 4/2/2020 5.0.0-preview.2.20167.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20124.5 5,623 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 2,544,712 12/13/2022
3.1.31 283,522 11/8/2022
3.1.30 217,583 10/11/2022
3.1.29 268,427 9/13/2022
3.1.28 2,282,373 8/9/2022
3.1.27 374,927 7/12/2022
3.1.26 358,406 6/14/2022
3.1.25 664,237 5/10/2022
3.1.24 481,648 4/11/2022
3.1.23 2,119,078 3/8/2022
3.1.22 3,218,643 12/14/2021
3.1.21 2,253,367 11/7/2021
3.1.20 1,015,566 10/11/2021
3.1.19 1,250,554 9/14/2021
3.1.18 8,293,600 8/10/2021
3.1.17 1,114,973 7/13/2021 3.1.17 has at least one vulnerability with moderate severity.
3.1.16 2,205,258 6/8/2021 3.1.16 has at least one vulnerability with moderate severity.
3.1.15 1,620,934 5/11/2021 3.1.15 has at least one vulnerability with moderate severity.
3.1.14 2,080,115 4/6/2021 3.1.14 has at least one vulnerability with moderate severity.
3.1.13 2,379,340 3/9/2021 3.1.13 has at least one vulnerability with moderate severity.
3.1.12 2,155,894 2/9/2021 3.1.12 has at least one vulnerability with moderate severity.
3.1.11 3,506,591 1/12/2021 3.1.11 has at least one vulnerability with moderate severity.
3.1.10 5,678,852 11/9/2020 3.1.10 has at least one vulnerability with moderate severity.
3.1.9 6,277,803 10/13/2020 3.1.9 has at least one vulnerability with moderate severity.
3.1.8 10,677,323 9/8/2020 3.1.8 has at least one vulnerability with moderate severity.
3.1.7 4,759,546 8/11/2020 3.1.7 has at least one vulnerability with moderate severity.
3.1.6 5,655,434 7/14/2020 3.1.6 has at least one vulnerability with moderate severity.
3.1.5 7,983,462 6/9/2020 3.1.5 has at least one vulnerability with moderate severity.
3.1.4 7,265,490 5/12/2020 3.1.4 has at least one vulnerability with moderate severity.
3.1.3 9,723,667 3/24/2020 3.1.3 has at least one vulnerability with moderate severity.
3.1.2 7,204,217 2/18/2020 3.1.2 has at least one vulnerability with moderate severity.
3.1.1 9,629,084 1/14/2020 3.1.1 has at least one vulnerability with moderate severity.
3.1.0 7,373,445 12/3/2019 3.1.0 has at least one vulnerability with moderate severity.
3.1.0-preview3.19555.2 13,865 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained; 3.1.0-preview3.19555.2 has at least one vulnerability with moderate severity.
3.1.0-preview2.19528.8 3,508 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained; 3.1.0-preview2.19528.8 has at least one vulnerability with moderate severity.
3.1.0-preview1.19508.20 7,509 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained; 3.1.0-preview1.19508.20 has at least one vulnerability with moderate severity.
3.0.3 684,916 2/18/2020 3.0.3 is deprecated because it is no longer maintained; 3.0.3 has at least one vulnerability with moderate severity.
3.0.2 291,543 1/14/2020 3.0.2 is deprecated because it is no longer maintained; 3.0.2 has at least one vulnerability with moderate severity.
3.0.0 41,534,215 9/23/2019 3.0.0 is deprecated because it is no longer maintained; 3.0.0 has at least one vulnerability with moderate severity.
3.0.0-rc1.19457.4 25,193 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 155,122 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 27,996 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 40,289 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 36,882 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 24,389 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 7,126 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 7,859 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 12,511 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
2.3.0 13,769 1/14/2025
2.2.0 29,640,292 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 71,822 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 37,863 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 9,125 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.30 1,213,843 8/19/2021
2.1.2 17,621,395 8/21/2018 2.1.2 has at least one vulnerability with moderate severity.
2.1.1 12,502,040 6/18/2018 2.1.1 has at least one vulnerability with moderate severity.
2.1.0 15,310,843 5/29/2018 2.1.0 has at least one vulnerability with moderate severity.
2.1.0-rc1-final 41,247 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 39,118 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 54,175 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 4,655,933 5/7/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 4,235,364 3/13/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.1 7,610,063 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 12,293,968 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 56,519 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 18,187 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 489,025 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 1,266,127 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 480,287 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 400,118 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 6,762 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 12,973 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 6,896 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 19,091 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 117,083 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 22,039 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 810,494 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 19,755 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.