Microsoft.Data.Sqlite 10.0.0-preview.7.25380.108

Prefix Reserved
This is a prerelease version of Microsoft.Data.Sqlite.

Requires NuGet 3.6 or higher.

dotnet add package Microsoft.Data.Sqlite --version 10.0.0-preview.7.25380.108
                    
NuGet\Install-Package Microsoft.Data.Sqlite -Version 10.0.0-preview.7.25380.108
                    
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.Data.Sqlite" Version="10.0.0-preview.7.25380.108" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Data.Sqlite" Version="10.0.0-preview.7.25380.108" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Data.Sqlite" />
                    
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.Data.Sqlite --version 10.0.0-preview.7.25380.108
                    
#r "nuget: Microsoft.Data.Sqlite, 10.0.0-preview.7.25380.108"
                    
#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.Data.Sqlite@10.0.0-preview.7.25380.108
                    
#: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.Data.Sqlite&version=10.0.0-preview.7.25380.108&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Data.Sqlite&version=10.0.0-preview.7.25380.108&prerelease
                    
Install as a Cake Tool

Microsoft.Data.Sqlite is a lightweight ADO.NET provider for SQLite. The EF Core provider for SQLite is built on top of this library. However, it can also be used independently or with other data access libraries.

Installation

The latest stable version is available on NuGet.

dotnet add package Microsoft.Data.Sqlite

Use the --version option to specify a preview version to install.

Basic usage

This library implements the common ADO.NET abstractions for connections, commands, data readers, and so on. For more information, see Microsoft.Data.Sqlite on Microsoft Docs.

using var connection = new SqliteConnection("Data Source=Blogs.db");
connection.Open();

using var command = connection.CreateCommand();
command.CommandText = "SELECT Url FROM Blogs";

using var reader = command.ExecuteReader();
while (reader.Read())
{
    var url = reader.GetString(0);
}

Getting support

If you have a specific question about using these projects, we encourage you to ask it on Stack Overflow. If you encounter a bug or would like to request a feature, submit an issue. For more details, see getting support.

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 (710)

Showing the top 5 NuGet packages that depend on Microsoft.Data.Sqlite:

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

SqlSugarCore

.Net Core3.1 .Net5 .Net6 .Net7 .Net8 .Net9 .Net10 安装此版本,好用的ORM框架 ,支持国外主流和国产人大金仓达梦 OceanBase GaussDB QuestDb ClickHouse Oracle MySql Gbase8s SqlServer Sqlite DB2 DuckDb Hana 等, 使用教程:https://www.donet5.com/Home/Doc?typeId=1226

ThinkGeo.Core

ThinkGeo.Core works with both .NET Core(3.0 and above) and .NET Framework(4.6.2 and above). It provides geometries, data sources, layers, styles, rendering, and low level functions for building GIS applications. It is the basic core dependency package across all of the ThinkGeo 12.0 product line. ** This is an extension for use in ThinkGeo's product line, and cannot be used standalone. See below for more details. ** Docs and Product Guides: https://docs.thinkgeo.com/ API Documentation: https://wiki.thinkgeo.com/wiki/12.0/thinkgeo.core ThinkGeo Cloud APIs: https://cloud.thinkgeo.com This is a commercial product with a free 30-day evaluation. Start your evaluation by signing up at https://helpdesk.thinkgeo.com/register and downloading the ProductCenter application. Supported Platforms: Windows, Linux, macOS - ThinkGeo UI Components based on .NET Core - ThinkGeo UI for Android. ThinkGeo UI for iOS. ThinkGeo UI for Blazor. ThinkGeo UI for WebApi. ThinkGeo UI for WPF.

Umbraco.Cms.Persistence.Sqlite

Adds support for SQLite to Umbraco CMS.

YesSql.Provider.Sqlite

Package Description

GitHub repositories (195)

Showing the top 20 popular GitHub repositories that depend on Microsoft.Data.Sqlite:

Repository Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
DapperLib/Dapper
Dapper - a simple object mapper for .Net
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.
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
Flow-Launcher/Flow.Launcher
:mag: Quick file search & app launcher for Windows with community-made plugins
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
ThreeMammals/Ocelot
.NET API Gateway
elsa-workflows/elsa-core
A .NET workflows library
quartznet/quartznet
Quartz Enterprise Scheduler .NET
NLog/NLog
NLog - Flexible and Structured Logging for various .NET Platforms
TechnitiumSoftware/DnsServer
Technitium DNS Server
microsoft/VFSForGit
Virtual File System for Git: Enable Git at Enterprise Scale
DotNetNext/SqlSugar
.Net aot ORM SqlServer ORM Mongodb ORM MySql 瀚高 Postgresql ORM DB2 Hana 高斯 Duckdb C# VB.NET Sqlite ORM Oracle ORM Mysql Orm 虚谷数据库 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET9 ORM .NET8 ORM ClickHouse ORM QuestDb ,TDengine ORM,OceanBase ORM,GaussDB ORM,Tidb ORM Object/Relational Mapping
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
Version Downloads Last Updated
10.0.0-preview.7.25380.108 265 8/12/2025
10.0.0-preview.6.25358.103 1,257 7/15/2025
10.0.0-preview.5.25277.114 3,723 6/6/2025
10.0.0-preview.4.25258.110 4,254 5/12/2025
10.0.0-preview.3.25171.6 2,544 4/10/2025
10.0.0-preview.2.25163.8 5,704 3/18/2025
10.0.0-preview.1.25081.1 2,212 2/25/2025
9.0.8 14,140 8/5/2025
9.0.7 62,767 7/8/2025
9.0.6 158,303 6/10/2025
9.0.5 199,738 5/13/2025
9.0.4 356,107 4/8/2025
9.0.3 246,961 3/11/2025
9.0.2 389,388 2/11/2025
9.0.1 289,321 1/14/2025
9.0.0 1,176,697 11/12/2024
9.0.0-rc.2.24474.1 16,631 10/8/2024
9.0.0-rc.1.24451.1 5,862 9/10/2024
9.0.0-preview.7.24405.3 2,696 8/13/2024
9.0.0-preview.6.24327.4 1,951 7/9/2024
9.0.0-preview.5.24306.3 2,700 6/11/2024
9.0.0-preview.4.24267.1 1,516 5/21/2024
9.0.0-preview.3.24172.4 8,518 4/11/2024
9.0.0-preview.2.24128.4 3,983 3/12/2024
9.0.0-preview.1.24081.2 3,492 2/13/2024
8.0.19 2,257 8/5/2025
8.0.18 11,870 7/8/2025
8.0.17 93,365 6/10/2025
8.0.16 49,851 5/13/2025
8.0.15 83,149 4/8/2025
8.0.14 84,622 3/11/2025
8.0.13 92,362 2/11/2025
8.0.12 98,126 1/14/2025
8.0.11 687,680 11/12/2024
8.0.10 1,346,239 10/8/2024
8.0.8 1,254,152 8/13/2024
8.0.7 796,324 7/9/2024
8.0.6 655,376 5/28/2024
8.0.5 278,859 5/14/2024
8.0.4 675,368 4/9/2024
8.0.3 443,693 3/12/2024
8.0.2 579,446 2/13/2024
8.0.1 1,559,122 1/9/2024
8.0.0 2,317,346 11/14/2023
8.0.0-rc.2.23480.1 15,801 10/10/2023
8.0.0-rc.1.23419.6 6,658 9/12/2023
8.0.0-preview.7.23375.4 17,294 8/8/2023
8.0.0-preview.6.23329.4 2,178 7/11/2023
8.0.0-preview.5.23280.1 4,963 6/13/2023
8.0.0-preview.4.23259.3 2,136 5/16/2023
8.0.0-preview.3.23174.2 4,298 4/11/2023
8.0.0-preview.2.23128.3 3,648 3/14/2023
8.0.0-preview.1.23111.4 1,939 2/21/2023
7.0.20 162,573 5/28/2024
7.0.19 13,998 5/14/2024
7.0.18 20,512 4/9/2024
7.0.17 26,594 3/12/2024
7.0.16 16,961 2/13/2024
7.0.15 33,675 1/9/2024
7.0.14 125,636 11/14/2023
7.0.13 282,771 10/24/2023
7.0.12 115,172 10/10/2023
7.0.11 324,117 9/12/2023
7.0.10 351,864 8/8/2023
7.0.9 312,560 7/11/2023
7.0.8 207,276 6/22/2023
7.0.7 362,467 6/13/2023
7.0.5 1,720,662 4/11/2023
7.0.4 378,851 3/14/2023
7.0.3 349,778 2/14/2023
7.0.2 479,986 1/10/2023
7.0.1 416,302 12/13/2022
7.0.0 1,462,143 11/7/2022
7.0.0-rc.2.22472.11 11,606 10/11/2022
7.0.0-rc.1.22426.7 5,734 9/14/2022
7.0.0-preview.7.22376.2 6,460 8/9/2022
7.0.0-preview.6.22329.4 15,881 7/12/2022
7.0.0-preview.5.22302.2 1,860 6/14/2022
7.0.0-preview.4.22229.2 6,144 5/10/2022
7.0.0-preview.3.22175.1 5,047 4/13/2022
7.0.0-preview.2.22153.1 6,853 3/14/2022
7.0.0-preview.1.22076.6 4,881 2/17/2022
6.0.36 56,572 11/12/2024
6.0.35 32,289 10/8/2024
6.0.33 766,223 8/13/2024
6.0.32 32,116 7/9/2024
6.0.31 33,418 5/28/2024
6.0.30 14,900 5/14/2024
6.0.29 3,575 4/9/2024
6.0.28 31,301 3/12/2024
6.0.27 17,517 2/13/2024
6.0.26 68,577 1/9/2024
6.0.25 75,345 11/14/2023
6.0.24 206,474 10/24/2023
6.0.23 15,413 10/10/2023
6.0.22 23,097 9/12/2023
6.0.21 38,943 8/8/2023
6.0.20 45,641 7/11/2023
6.0.19 18,280 6/22/2023
6.0.18 6,350 6/13/2023
6.0.16 131,085 4/11/2023
6.0.15 64,873 3/14/2023
6.0.14 60,397 2/14/2023
6.0.13 88,534 1/10/2023
6.0.12 101,543 12/13/2022
6.0.11 175,469 11/7/2022
6.0.10 395,038 10/11/2022
6.0.9 461,469 9/13/2022
6.0.8 557,861 8/9/2022
6.0.7 394,571 7/12/2022
6.0.6 225,079 6/14/2022
6.0.5 1,360,785 5/10/2022
6.0.4 693,764 4/11/2022
6.0.3 625,329 3/8/2022
6.0.2 526,136 2/8/2022
6.0.1 981,331 12/14/2021
6.0.0 2,230,793 11/8/2021
6.0.0-rc.2.21480.5 16,893 10/12/2021
6.0.0-rc.1.21452.10 8,000 9/14/2021
6.0.0-preview.7.21378.4 5,565 8/10/2021
6.0.0-preview.6.21352.1 4,374 7/14/2021
6.0.0-preview.5.21301.9 2,083 6/15/2021
6.0.0-preview.4.21253.1 2,809 5/24/2021
6.0.0-preview.3.21201.2 4,581 4/8/2021
6.0.0-preview.2.21154.2 7,769 3/11/2021 6.0.0-preview.2.21154.2 is deprecated because it is no longer maintained.
6.0.0-preview.1.21102.2 5,103 2/12/2021 6.0.0-preview.1.21102.2 is deprecated because it is no longer maintained.
5.0.17 651,463 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 73,053 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 43,420 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 23,938 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 98,385 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 159,513 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 251,941 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 210,327 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 304,151 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 275,735 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 516,109 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 282,590 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 2,253,320 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,322,541 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 659,046 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,234,662 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 322,861 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 289,091 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 30,218 10/13/2020 5.0.0-rc.2.20475.6 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.13 16,068 9/14/2020 5.0.0-rc.1.20451.13 is deprecated because it is no longer maintained.
5.0.0-preview.8.20407.4 1,271 8/25/2020 5.0.0-preview.8.20407.4 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.15 12,221 7/21/2020 5.0.0-preview.7.20365.15 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.4 3,619 6/25/2020 5.0.0-preview.6.20312.4 is deprecated because it is no longer maintained.
5.0.0-preview.5.20278.2 11,191 6/10/2020 5.0.0-preview.5.20278.2 is deprecated because it is no longer maintained.
5.0.0-preview.4.20220.10 1,526 5/18/2020 5.0.0-preview.4.20220.10 is deprecated because it is no longer maintained.
5.0.0-preview.3.20181.2 2,344 4/23/2020 5.0.0-preview.3.20181.2 is deprecated because it is no longer maintained.
5.0.0-preview.2.20159.4 4,176 4/2/2020 5.0.0-preview.2.20159.4 is deprecated because it is no longer maintained.
5.0.0-preview.2.20120.8 1,417 3/16/2020 5.0.0-preview.2.20120.8 is deprecated because it is no longer maintained.
3.1.32 282,120 12/13/2022
3.1.31 29,983 11/8/2022
3.1.30 35,019 10/11/2022
3.1.29 7,757 9/13/2022
3.1.28 28,419 8/9/2022
3.1.27 27,539 7/12/2022
3.1.26 10,206 6/14/2022
3.1.25 23,952 5/10/2022
3.1.24 13,205 4/11/2022
3.1.23 20,794 3/8/2022
3.1.22 51,898 12/14/2021
3.1.21 156,065 11/7/2021
3.1.20 13,383 10/11/2021
3.1.19 21,421 9/14/2021
3.1.18 11,098 8/10/2021
3.1.17 50,887 7/13/2021
3.1.16 24,386 6/8/2021
3.1.15 84,026 5/11/2021
3.1.14 34,019 4/6/2021
3.1.13 27,026 3/9/2021
3.1.12 59,742 2/9/2021
3.1.11 30,637 1/12/2021
3.1.10 204,589 11/9/2020
3.1.9 345,691 10/13/2020
3.1.8 470,254 9/8/2020
3.1.7 286,120 8/11/2020
3.1.6 234,001 7/14/2020
3.1.5 753,592 6/9/2020
3.1.4 352,064 5/12/2020
3.1.3 663,834 3/24/2020
3.1.2 330,468 2/19/2020
3.1.1 367,806 1/14/2020
3.1.0 419,404 12/3/2019
3.1.0-preview3.19554.8 1,614 11/13/2019 3.1.0-preview3.19554.8 is deprecated because it is no longer maintained.
3.1.0-preview2.19525.5 1,511 11/1/2019 3.1.0-preview2.19525.5 is deprecated because it is no longer maintained.
3.1.0-preview1.19506.2 1,921 10/15/2019 3.1.0-preview1.19506.2 is deprecated because it is no longer maintained.
3.0.3 42,297 2/19/2020
3.0.2 2,394 1/14/2020
3.0.1 168,471 11/18/2019
3.0.0 500,178 9/23/2019
3.0.0-rc1.19456.14 89,047 9/16/2019 3.0.0-rc1.19456.14 is deprecated because it is no longer maintained.
3.0.0-preview9.19423.6 2,525 9/4/2019 3.0.0-preview9.19423.6 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.11 2,821 8/13/2019 3.0.0-preview8.19405.11 is deprecated because it is no longer maintained.
3.0.0-preview7.19362.6 1,388 7/23/2019 3.0.0-preview7.19362.6 is deprecated because it is no longer maintained.
3.0.0-preview6.19304.10 18,144 6/12/2019 3.0.0-preview6.19304.10 is deprecated because it is no longer maintained.
3.0.0-preview5.19227.1 5,739 5/6/2019 3.0.0-preview5.19227.1 is deprecated because it is no longer maintained.
3.0.0-preview4.19216.3 1,559 4/18/2019 3.0.0-preview4.19216.3 is deprecated because it is no longer maintained.
3.0.0-preview3.19153.1 1,510 3/6/2019 3.0.0-preview3.19153.1 is deprecated because it is no longer maintained.
3.0.0-preview.19074.3 3,273 1/29/2019 3.0.0-preview.19074.3 is deprecated because it is no longer maintained.
3.0.0-preview.18572.1 1,803 12/3/2018 3.0.0-preview.18572.1 is deprecated because it is no longer maintained.
2.3.0 34,285 1/14/2025
2.2.6 3,202,108 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 3,429,789 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 664,809 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 526,622 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 1,015,595 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 927,398 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 4,420 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 4,400 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 3,953 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.14 541,503 11/18/2019
2.1.11 386,731 5/14/2019
2.1.8 347,833 2/12/2019
2.1.0 4,107,007 5/29/2018
2.1.0-rc1-final 12,086 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 11,194 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 19,470 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.1 6,772,349 3/13/2018 2.0.1 is deprecated because it is no longer maintained.
2.0.0 10,807,501 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 54,929 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 24,063 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.1 549,403 5/9/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 826,777 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 7,065 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.1 334,209 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 545,817 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 16,585 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.
1.0.0-rc1-final 74,622 11/18/2015 1.0.0-rc1-final is deprecated because it is no longer maintained.
1.0.0-beta8 21,157 10/15/2015 1.0.0-beta8 is deprecated because it is no longer maintained.
1.0.0-beta7 7,596 9/2/2015 1.0.0-beta7 is deprecated because it is no longer maintained.
1.0.0-beta6 5,845 7/27/2015 1.0.0-beta6 is deprecated because it is no longer maintained.
1.0.0-beta1 4,479 11/11/2014 1.0.0-beta1 is deprecated because it is no longer maintained.