Microsoft.AspNetCore.Identity.EntityFrameworkCore 2.2.0-preview1-35029

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

ASP.NET Core Identity provider that uses Entity Framework Core.
This package was built from the source at:
https://github.com/aspnet/Identity/tree/1b8b581aaefdef09f5200bbaf7b3bf35f989933d

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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework 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 tizen40 was computed.  tizen60 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 (1.1K)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Identity.EntityFrameworkCore:

Package Downloads
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.ApiAuthorization.IdentityServer

ASP.NET Core API Authorization package powered by Identity Server. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/fb4b5a21ebd67b31fff4ddf5c039181da504c932

Microting.eFormApi.BasePn

Package Description

Finbuckle.MultiTenant.EntityFrameworkCore

Entity Framework Core support for Finbuckle.MultiTenant.

GitHub repositories (320)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Identity.EntityFrameworkCore:

Repository Stars
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
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 RC 1, 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.
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.
btcpayserver/btcpayserver
Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
EduardoPires/EquinoxProject
Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
ant-design-blazor/ant-design-blazor
🌈A rich set of enterprise-class UI components based on Ant Design and Blazor.
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
immense/Remotely
A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
microsoft/fluentui-blazor
Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
cobbr/Covenant
Covenant is a collaborative .NET C2 framework for red teamers.
simplcommerce/SimplCommerce
A simple, cross platform, modulith ecommerce system built on .NET
Ombi-app/Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
skoruba/IdentityServer4.Admin
The administration for the IdentityServer4 and Asp.Net Core Identity
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
Version Downloads Last Updated
10.0.0-rc.1.25451.107 236 9/9/2025
10.0.0-preview.7.25380.108 13,331 8/12/2025
10.0.0-preview.6.25358.103 2,921 7/15/2025
10.0.0-preview.5.25277.114 4,194 6/6/2025
10.0.0-preview.4.25258.110 3,014 5/12/2025
10.0.0-preview.3.25172.1 3,179 4/10/2025
10.0.0-preview.2.25164.1 42,696 3/18/2025
10.0.0-preview.1.25120.3 2,608 2/25/2025
9.0.9 5,760 9/9/2025
9.0.8 349,783 8/5/2025
9.0.7 281,114 7/8/2025
9.0.6 389,897 6/10/2025
9.0.5 576,490 5/13/2025
9.0.4 667,427 4/8/2025
9.0.3 780,152 3/11/2025
9.0.2 751,618 2/11/2025
9.0.1 639,309 1/14/2025
9.0.0 1,511,958 11/12/2024
9.0.0-rc.2.24474.3 29,018 10/8/2024
9.0.0-rc.1.24452.1 8,787 9/10/2024
9.0.0-preview.7.24406.2 36,912 8/13/2024
9.0.0-preview.6.24328.4 98,326 7/9/2024
9.0.0-preview.5.24306.11 3,518 6/11/2024
9.0.0-preview.4.24267.6 3,935 5/21/2024
9.0.0-preview.3.24172.13 73,560 4/11/2024
9.0.0-preview.2.24128.4 4,406 3/12/2024
9.0.0-preview.1.24081.5 27,200 2/13/2024
8.0.20 2,369 9/9/2025
8.0.19 128,189 8/4/2025
8.0.18 138,191 7/8/2025
8.0.17 263,763 6/10/2025
8.0.16 299,387 5/13/2025
8.0.15 501,990 4/8/2025
8.0.14 934,936 3/11/2025
8.0.13 535,672 2/11/2025
8.0.12 849,991 1/14/2025
8.0.11 2,306,270 11/12/2024
8.0.10 2,911,407 10/8/2024
8.0.8 3,342,943 8/13/2024
8.0.7 2,245,559 7/9/2024
8.0.6 2,561,722 5/28/2024
8.0.5 1,175,455 5/14/2024
8.0.4 2,489,199 4/9/2024
8.0.3 1,863,701 3/12/2024
8.0.2 2,255,314 2/13/2024
8.0.1 1,964,289 1/9/2024
8.0.0 4,091,578 11/14/2023
8.0.0-rc.2.23480.2 53,314 10/10/2023
8.0.0-rc.1.23421.29 25,315 9/12/2023
8.0.0-preview.7.23375.9 56,466 8/8/2023
8.0.0-preview.6.23329.11 77,571 7/11/2023
8.0.0-preview.5.23302.2 9,457 6/13/2023
8.0.0-preview.4.23260.4 7,396 5/16/2023
8.0.0-preview.3.23177.8 13,633 4/11/2023
8.0.0-preview.2.23153.2 95,048 3/14/2023
8.0.0-preview.1.23112.2 60,191 2/21/2023
7.0.20 524,187 5/28/2024
7.0.19 44,530 5/14/2024
7.0.18 100,263 4/9/2024
7.0.17 340,996 3/12/2024
7.0.16 212,163 2/13/2024
7.0.15 375,827 1/9/2024
7.0.14 513,992 11/14/2023
7.0.13 778,434 10/24/2023
7.0.12 492,028 10/10/2023
7.0.11 869,423 9/12/2023
7.0.10 964,382 8/8/2023
7.0.9 823,469 7/11/2023
7.0.8 487,209 6/22/2023
7.0.7 282,533 6/13/2023
7.0.5 2,727,997 4/11/2023
7.0.4 946,385 3/14/2023
7.0.3 1,065,445 2/14/2023
7.0.2 1,459,685 1/10/2023
7.0.1 551,316 12/13/2022
7.0.0 1,486,214 11/7/2022
7.0.0-rc.2.22476.2 43,011 10/11/2022
7.0.0-rc.1.22427.2 74,358 9/14/2022
7.0.0-preview.7.22376.6 9,725 8/9/2022
7.0.0-preview.6.22330.3 4,114 7/12/2022
7.0.0-preview.5.22303.8 7,864 6/14/2022
7.0.0-preview.4.22251.1 7,067 5/10/2022
7.0.0-preview.3.22178.4 4,244 4/13/2022
7.0.0-preview.2.22153.2 2,512 3/14/2022
7.0.0-preview.1.22109.13 2,496 2/17/2022
6.0.36 185,404 11/12/2024
6.0.35 85,246 10/8/2024
6.0.33 976,873 8/13/2024
6.0.32 97,448 7/9/2024
6.0.31 107,359 5/28/2024
6.0.30 77,662 5/14/2024
6.0.29 284,734 4/9/2024
6.0.28 290,449 3/12/2024
6.0.27 210,936 2/13/2024
6.0.26 408,227 1/9/2024
6.0.25 497,320 11/14/2023
6.0.24 271,169 10/24/2023
6.0.23 211,719 10/10/2023
6.0.22 424,056 9/12/2023
6.0.21 528,713 8/8/2023
6.0.20 445,326 7/11/2023
6.0.19 304,791 6/22/2023
6.0.18 303,983 6/13/2023
6.0.16 1,422,904 4/11/2023
6.0.15 616,490 3/14/2023
6.0.14 786,390 2/14/2023
6.0.13 1,137,773 1/10/2023
6.0.12 784,844 12/13/2022
6.0.11 1,415,057 11/7/2022
6.0.10 2,153,403 10/11/2022
6.0.9 2,097,004 9/13/2022
6.0.8 2,620,234 8/9/2022
6.0.7 2,589,532 7/12/2022
6.0.6 1,660,150 6/14/2022
6.0.5 2,837,680 5/10/2022
6.0.4 2,022,739 4/11/2022
6.0.3 2,225,064 3/8/2022
6.0.2 2,612,281 2/8/2022
6.0.1 3,159,625 12/14/2021
6.0.0 6,431,473 11/8/2021
6.0.0-rc.2.21480.10 37,315 10/12/2021
6.0.0-rc.1.21452.15 36,872 9/14/2021
6.0.0-preview.7.21378.6 23,938 8/10/2021
6.0.0-preview.6.21355.2 11,462 7/14/2021
6.0.0-preview.5.21301.17 13,428 6/15/2021
6.0.0-preview.4.21253.5 7,156 5/24/2021
6.0.0-preview.3.21201.13 20,459 4/8/2021
6.0.0-preview.2.21154.6 6,574 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 12,955 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 1,000,948 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 142,059 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 315,721 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 213,220 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 413,406 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 518,263 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 1,170,916 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,306,539 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,298,526 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,207,780 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,594,994 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 1,251,405 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 1,510,934 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,334,061 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 1,098,990 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 977,980 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 1,075,778 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,909,371 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 24,910 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 20,997 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 19,114 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 11,361 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 9,005 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 2,853 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 3,978 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 5,605 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 4,651 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 7,224 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 272,327 12/13/2022
3.1.31 34,561 11/8/2022
3.1.30 39,484 10/11/2022
3.1.29 35,845 9/13/2022
3.1.28 55,178 8/9/2022
3.1.27 52,092 7/12/2022
3.1.26 45,627 6/14/2022
3.1.25 90,369 5/10/2022
3.1.24 73,957 4/11/2022
3.1.23 155,419 3/8/2022
3.1.22 398,987 12/14/2021
3.1.21 357,767 11/7/2021
3.1.20 234,551 10/11/2021
3.1.19 146,823 9/14/2021
3.1.18 312,724 8/10/2021
3.1.17 186,910 7/13/2021
3.1.16 229,648 6/8/2021
3.1.15 298,753 5/11/2021
3.1.14 275,474 4/6/2021
3.1.13 432,002 3/9/2021
3.1.12 536,591 2/9/2021
3.1.11 613,134 1/12/2021
3.1.10 1,210,696 11/9/2020
3.1.9 1,620,661 10/13/2020
3.1.8 2,998,854 9/8/2020
3.1.7 1,477,260 8/11/2020
3.1.6 1,507,896 7/14/2020
3.1.5 1,747,779 6/9/2020
3.1.4 1,234,957 5/12/2020
3.1.3 2,478,271 3/24/2020
3.1.2 1,982,735 2/18/2020
3.1.1 1,947,150 1/14/2020
3.1.0 2,383,508 12/3/2019
3.1.0-preview3.19555.2 12,732 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 7,514 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 10,005 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 62,253 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 15,778 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 2,173,235 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 22,442 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 21,513 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 14,535 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 33,149 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 16,796 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 11,926 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 3,834 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 6,957 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 2,814 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 3,325 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.0 6,861 1/14/2025
2.2.0 17,231,893 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 72,044 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 38,494 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 5,471 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.6 6,915,095 11/13/2018
2.1.3 8,015,576 8/21/2018
2.1.2 3,439,249 7/10/2018
2.1.1 11,024,008 6/18/2018
2.1.0 3,769,827 5/29/2018
2.1.0-rc1-final 26,615 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 26,583 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 42,764 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 2,470,907 7/10/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 2,425,276 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 3,692,563 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,649,636 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,915,551 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 57,147 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 28,568 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.6 21,849 7/10/2018 1.1.6 is deprecated because it is no longer maintained.
1.1.5 24,369 12/12/2017 1.1.5 is deprecated because it is no longer maintained.
1.1.4 8,107 11/14/2017 1.1.4 is deprecated because it is no longer maintained.
1.1.3 26,695 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 321,217 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 200,645 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 259,911 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 9,898 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 4,553 7/10/2018 1.0.6 is deprecated because it is no longer maintained.
1.0.5 5,283 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 7,919 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 7,176 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 223,004 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 28,182 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 377,034 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 36,935 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.