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

Abstractions of application localization services.
Commonly used types:
Microsoft.Extensions.Localization.IStringLocalizer
Microsoft.Extensions.Localization.IStringLocalizer<T>

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.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (381)

Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Localization.Abstractions:

Package Downloads
Microsoft.Extensions.Localization

Application localization services and default implementation based on ResourceManager to load localized assembly resources. This package was built from the source code at https://github.com/dotnet/dotnet/tree/b0f34d51fccc69fd334253924abd8d6853fad7aa

Microsoft.AspNetCore.Localization

ASP.NET Core middleware for automatically applying culture information to HTTP requests. Culture information can be specified in the HTTP header, query string, cookie, or custom source.

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.

SimpleInjector.Integration.ServiceCollection

Integrates Simple Injector with applications that require the use of IServiceCollection for registration of framework components.

GitHub repositories (40)

Showing the top 20 popular GitHub repositories that depend on Microsoft.Extensions.Localization.Abstractions:

Repository Stars
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
ProtonVPN/win-app
Official ProtonVPN Windows app
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
bUnit-dev/bUnit
bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
neozhu/CleanArchitectureWithBlazorServer
This repository is designed to create an enterprise Blazor Server application that follows the principles of Clean Architecture and implements Blazor Clean Architecture best practices for scalability, maintainability, and testability.
roflmuffin/CounterStrikeSharp
CounterStrikeSharp allows you to write server plugins in C# for Counter-Strike 2/Source2/CS2
ardalis/Result
A result abstraction that can be mapped to HTTP response codes if needed.
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
JonPSmith/AuthPermissions.AspNetCore
This library provides extra authorization and multi-tenant features to an ASP.NET Core application.
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
ThingsGateway/ThingsGateway
ThingsGateway is a cross-platform, high-performance gateway for edge data acquisition and IoT connectivity. Developed with .NET 8, it offers a suite of powerful tools, including advanced PLC communication libraries and debugging software.
BehzadDara/SampleProject
Aguafrommars/TheIdServer
OpenID/Connect, OAuth2, WS-Federation and SAML 2.0 server based on Duende IdentityServer and ITFoxtec Identity SAML 2.0 with its admin UI
cmu-sei/GHOSTS
GHOSTS is a realistic user simulation framework for cyber experimentation, simulation, training, and exercise
havit/Havit.Blazor
Free Bootstrap 5 components for ASP.NET Blazor + optional enterprise-level stack for Blazor development (gRPC code-first, layered architecture, localization, auth, ...)
TabBlazor/TabBlazor
Blazor admin template based on Tabler UI
NimbleSense/Susalem
加入带锅宫酱,来到苏州耶路撒冷的怀抱吧!
Keboo/MaterialDesignInXaml.Examples
A collection of small samples using MaterialDesignInXaml.
rafaelfgx/DotNetCore
.NET Nuget Packages
TeslaFly01/SmartSqlT
🔥🔥🔥 SmartSQL 是一款方便、快捷的数据库文档查询、导出工具!该工具从最初支持CHM文档格式开始,通过不断地探索开发、集思广益和不断改进,又陆续支持Word、Excel、PDF、Html、Xml、Json、MarkDown等文档格式的导出。同时支持SqlServer、MySql、PostgreSQL、SQLite等多种数据库的文档查询和导出功能。
Version Downloads Last Updated
10.0.0 2,968 11/11/2025
10.0.0-rc.2.25502.107 32,690 10/14/2025
10.0.0-rc.1.25451.107 41,093 9/9/2025
10.0.0-preview.7.25380.108 5,047 8/12/2025
10.0.0-preview.6.25358.103 3,655 7/15/2025
10.0.0-preview.5.25277.114 2,938 6/6/2025
10.0.0-preview.4.25258.110 3,220 5/12/2025
10.0.0-preview.3.25172.1 2,695 4/10/2025
10.0.0-preview.2.25164.1 783 3/18/2025
10.0.0-preview.1.25120.3 1,932 2/25/2025
9.0.11 1,102 11/11/2025
9.0.10 199,123 10/14/2025
9.0.9 421,523 9/9/2025
9.0.8 467,442 8/5/2025
9.0.7 415,105 7/8/2025
9.0.6 569,975 6/10/2025
9.0.5 2,156,839 5/13/2025
9.0.4 1,087,807 4/8/2025
9.0.3 711,043 3/11/2025
9.0.2 728,948 2/11/2025
9.0.1 2,980,619 1/14/2025
9.0.0 2,988,184 11/12/2024
9.0.0-rc.2.24474.3 40,617 10/8/2024
9.0.0-rc.1.24452.1 42,308 9/10/2024
9.0.0-preview.7.24406.2 32,431 8/13/2024
9.0.0-preview.6.24328.4 18,166 7/9/2024
9.0.0-preview.5.24306.11 9,396 6/11/2024
9.0.0-preview.4.24267.6 1,373 5/21/2024
9.0.0-preview.3.24172.13 113,769 4/11/2024
9.0.0-preview.2.24128.4 4,010 3/12/2024
9.0.0-preview.1.24081.5 38,934 2/13/2024
8.0.22 914 11/11/2025
8.0.21 77,459 10/14/2025
8.0.20 180,569 9/9/2025
8.0.19 207,862 8/4/2025
8.0.18 204,049 7/8/2025
8.0.17 209,194 6/10/2025
8.0.16 240,042 5/13/2025
8.0.15 350,563 4/8/2025
8.0.14 315,411 3/11/2025
8.0.13 363,388 2/11/2025
8.0.12 1,667,737 1/14/2025
8.0.11 8,253,555 11/12/2024
8.0.10 2,317,566 10/8/2024
8.0.8 3,905,410 8/13/2024
8.0.7 1,688,593 7/9/2024
8.0.6 2,424,478 5/28/2024
8.0.5 508,426 5/14/2024
8.0.4 1,963,658 4/9/2024
8.0.3 2,607,302 3/12/2024
8.0.2 1,762,640 2/13/2024
8.0.1 2,620,741 1/9/2024
8.0.0 7,447,878 11/14/2023
8.0.0-rc.2.23480.2 107,914 10/10/2023
8.0.0-rc.1.23421.29 10,972 9/12/2023
8.0.0-preview.7.23375.9 41,673 8/8/2023
8.0.0-preview.6.23329.11 7,971 7/11/2023
8.0.0-preview.5.23302.2 11,225 6/13/2023
8.0.0-preview.4.23260.4 4,583 5/16/2023
8.0.0-preview.3.23177.8 8,405 4/11/2023
8.0.0-preview.2.23153.2 2,090 3/14/2023
8.0.0-preview.1.23112.2 62,882 2/21/2023
7.0.20 279,542 5/28/2024
7.0.19 69,039 5/14/2024
7.0.18 111,769 4/9/2024
7.0.17 187,056 3/12/2024
7.0.16 148,191 2/13/2024
7.0.15 260,110 1/9/2024
7.0.14 691,304 11/14/2023
7.0.13 725,826 10/24/2023
7.0.12 268,085 10/10/2023
7.0.11 597,635 9/12/2023
7.0.10 763,181 8/8/2023
7.0.9 475,280 7/11/2023
7.0.8 278,630 6/22/2023
7.0.7 269,381 6/13/2023
7.0.5 4,833,681 4/11/2023
7.0.4 764,132 3/14/2023
7.0.3 921,652 2/14/2023
7.0.2 1,193,794 1/10/2023
7.0.1 3,044,409 12/13/2022
7.0.0 7,718,213 11/7/2022
7.0.0-rc.2.22476.2 30,134 10/11/2022
7.0.0-rc.1.22427.2 55,389 9/14/2022
7.0.0-preview.7.22376.6 5,227 8/9/2022
7.0.0-preview.6.22330.3 3,077 7/12/2022
7.0.0-preview.5.22303.8 2,098 6/14/2022
7.0.0-preview.4.22251.1 103,109 5/10/2022
7.0.0-preview.3.22178.4 14,837 4/13/2022
7.0.0-preview.2.22153.2 2,282 3/14/2022
7.0.0-preview.1.22109.13 3,728 2/17/2022
6.0.36 146,085 11/12/2024
6.0.35 146,855 10/8/2024
6.0.33 168,171 8/13/2024
6.0.32 140,796 7/9/2024
6.0.31 118,094 5/28/2024
6.0.30 81,419 5/14/2024
6.0.29 237,942 4/9/2024
6.0.28 357,876 3/12/2024
6.0.27 202,454 2/13/2024
6.0.26 247,960 1/9/2024
6.0.25 531,711 11/14/2023
6.0.24 341,066 10/24/2023
6.0.23 146,181 10/10/2023
6.0.22 212,005 9/12/2023
6.0.21 237,100 8/8/2023
6.0.20 234,760 7/11/2023
6.0.19 191,469 6/22/2023
6.0.18 153,596 6/13/2023
6.0.16 1,530,890 4/11/2023
6.0.15 271,652 3/14/2023
6.0.14 209,932 2/14/2023
6.0.13 383,930 1/10/2023
6.0.12 283,409 12/13/2022
6.0.11 497,326 11/7/2022
6.0.10 1,210,729 10/11/2022
6.0.9 1,144,930 9/13/2022
6.0.8 1,535,085 8/9/2022
6.0.7 1,573,934 7/12/2022
6.0.6 1,353,985 6/14/2022
6.0.5 7,007,882 5/10/2022
6.0.4 1,154,045 4/11/2022
6.0.3 1,373,075 3/8/2022
6.0.2 1,216,789 2/8/2022
6.0.1 3,005,183 12/14/2021
6.0.0 11,080,423 11/8/2021
6.0.0-rc.2.21480.10 97,299 10/12/2021
6.0.0-rc.1.21452.15 27,688 9/14/2021
6.0.0-preview.7.21378.6 420,340 8/10/2021
6.0.0-preview.6.21355.2 122,241 7/14/2021
6.0.0-preview.5.21301.17 6,235 6/15/2021
6.0.0-preview.4.21253.5 2,484 5/24/2021
6.0.0-preview.3.21201.13 172,755 4/8/2021
6.0.0-preview.2.21154.6 28,624 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,977 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 205,493 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 85,645 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 126,324 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 244,526 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 132,475 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 657,146 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 668,470 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,327,986 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,034,412 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 2,237,775 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,567,811 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 1,460,234 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 1,505,859 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 743,136 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 983,730 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,161,238 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 620,189 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 2,381,812 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 65,312 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 3,142 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 3,046 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 2,466 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 1,731 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 1,310 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,312 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 2,810 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 5,927 4/2/2020 5.0.0-preview.2.20167.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20120.4 2,968 3/16/2020 5.0.0-preview.1.20120.4 is deprecated because it is no longer maintained.
3.1.32 257,357 12/13/2022
3.1.31 87,242 11/8/2022
3.1.30 74,866 10/11/2022
3.1.29 109,351 9/13/2022
3.1.28 86,341 8/9/2022
3.1.27 90,720 7/12/2022
3.1.26 76,075 6/14/2022
3.1.25 101,993 5/10/2022
3.1.24 136,090 4/11/2022
3.1.23 124,959 3/8/2022
3.1.22 245,095 12/14/2021
3.1.21 266,847 11/7/2021
3.1.20 92,776 10/11/2021
3.1.19 128,756 9/14/2021
3.1.18 444,663 8/10/2021
3.1.17 203,086 7/13/2021
3.1.16 200,348 6/8/2021
3.1.15 142,802 5/11/2021
3.1.14 177,482 4/6/2021
3.1.13 235,596 3/9/2021
3.1.12 381,460 2/9/2021
3.1.11 231,514 1/12/2021
3.1.10 730,638 11/9/2020
3.1.9 1,519,252 10/13/2020
3.1.8 2,536,017 9/8/2020
3.1.7 1,043,751 8/11/2020
3.1.6 6,253,462 7/14/2020
3.1.5 3,215,463 6/9/2020
3.1.4 525,364 5/12/2020
3.1.3 1,773,860 3/24/2020
3.1.2 2,260,517 2/18/2020
3.1.1 995,899 1/14/2020
3.1.0 1,811,898 12/3/2019
3.1.0-preview3.19553.2 1,539 11/13/2019 3.1.0-preview3.19553.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19525.4 1,333 11/1/2019 3.1.0-preview2.19525.4 is deprecated because it is no longer maintained.
3.1.0-preview1.19506.1 2,564 10/15/2019 3.1.0-preview1.19506.1 is deprecated because it is no longer maintained.
3.0.3 62,222 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 66,263 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.1 170,461 11/18/2019 3.0.1 is deprecated because it is no longer maintained.
3.0.0 1,027,699 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19456.10 1,272 9/16/2019 3.0.0-rc1.19456.10 is deprecated because it is no longer maintained.
3.0.0-preview9.19423.4 88,970 9/4/2019 3.0.0-preview9.19423.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.4 11,780 8/13/2019 3.0.0-preview8.19405.4 is deprecated because it is no longer maintained.
3.0.0-preview7.19362.4 1,582 7/23/2019 3.0.0-preview7.19362.4 is deprecated because it is no longer maintained.
3.0.0-preview6.19304.6 2,785 6/12/2019 3.0.0-preview6.19304.6 is deprecated because it is no longer maintained.
3.0.0-preview5.19227.9 2,686 5/6/2019 3.0.0-preview5.19227.9 is deprecated because it is no longer maintained.
3.0.0-preview4.19216.2 1,376 4/18/2019 3.0.0-preview4.19216.2 is deprecated because it is no longer maintained.
3.0.0-preview3.19153.1 3,369 3/6/2019 3.0.0-preview3.19153.1 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 3,577 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.2.0 169,146,016 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 107,594 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 44,837 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 28,572 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 43,456,460 6/18/2018
2.1.0 46,370,395 5/29/2018
2.1.0-rc1-final 117,459 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 131,133 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 146,307 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.3 7,426,701 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 7,583,566 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 18,629,029 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 67,809,496 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 107,855 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 28,547 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 2,683,287 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 4,026,157 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 4,283,313 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 3,143,424 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 31,724 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 959,163 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 75,685 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 23,410,729 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 3,340,842 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 585,809 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 12,405,292 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 188,499 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.
1.0.0-rc1-final 428,412 11/18/2015 1.0.0-rc1-final is deprecated because it is no longer maintained.