Microsoft.Data.Sqlite 10.0.0-preview.7.25380.108

Prefix Reserved
This is a prerelease version of Microsoft.Data.Sqlite.
There is a newer prerelease version of this package available.
See the version list below for details.

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

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

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

Repository Stars
microsoft/PowerToys
Microsoft PowerToys is a collection of utilities that help you customize Windows and streamline everyday tasks
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
ShareX/ShareX
ShareX is a free and open-source application that enables users to capture or record any area of their screen with a single keystroke. It also supports uploading images, text, and various file types to a wide range of destinations.
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.
duplicati/duplicati
Store securely encrypted backups in the cloud!
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.
RayWangQvQ/BiliBiliToolPro
B 站(bilibili)自动任务工具,支持docker、青龙、k8s等多种部署方式。敏感肌也能用。
quartznet/quartznet
Quartz Enterprise Scheduler .NET
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
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
Version Downloads Last Updated
10.0.0-rc.1.25451.107 1,292 9/9/2025
10.0.0-preview.7.25380.108 3,819 8/12/2025
10.0.0-preview.6.25358.103 3,935 7/15/2025
10.0.0-preview.5.25277.114 4,810 6/6/2025
10.0.0-preview.4.25258.110 4,481 5/12/2025
10.0.0-preview.3.25171.6 2,773 4/10/2025
10.0.0-preview.2.25163.8 6,557 3/18/2025
10.0.0-preview.1.25081.1 2,283 2/25/2025
9.0.9 41,672 9/9/2025
9.0.8 198,964 8/5/2025
9.0.7 161,579 7/8/2025
9.0.6 230,172 6/10/2025
9.0.5 254,503 5/13/2025
9.0.4 457,482 4/8/2025
9.0.3 273,114 3/11/2025
9.0.2 464,659 2/11/2025
9.0.1 319,068 1/14/2025
9.0.0 1,327,502 11/12/2024
9.0.0-rc.2.24474.1 18,773 10/8/2024
9.0.0-rc.1.24451.1 6,790 9/10/2024
9.0.0-preview.7.24405.3 2,906 8/13/2024
9.0.0-preview.6.24327.4 2,028 7/9/2024
9.0.0-preview.5.24306.3 2,795 6/11/2024
9.0.0-preview.4.24267.1 1,575 5/21/2024
9.0.0-preview.3.24172.4 9,295 4/11/2024
9.0.0-preview.2.24128.4 4,129 3/12/2024
9.0.0-preview.1.24081.2 3,566 2/13/2024
8.0.20 3,548 9/9/2025
8.0.19 40,911 8/5/2025
8.0.18 30,459 7/8/2025
8.0.17 123,956 6/10/2025
8.0.16 60,982 5/13/2025
8.0.15 88,661 4/8/2025
8.0.14 102,221 3/11/2025
8.0.13 103,707 2/11/2025
8.0.12 111,882 1/14/2025
8.0.11 805,860 11/12/2024
8.0.10 1,514,764 10/8/2024
8.0.8 1,327,822 8/13/2024
8.0.7 845,962 7/9/2024
8.0.6 703,872 5/28/2024
8.0.5 295,275 5/14/2024
8.0.4 709,426 4/9/2024
8.0.3 466,956 3/12/2024
8.0.2 605,106 2/13/2024
8.0.1 1,626,496 1/9/2024
8.0.0 2,449,340 11/14/2023
8.0.0-rc.2.23480.1 15,962 10/10/2023
8.0.0-rc.1.23419.6 6,825 9/12/2023
8.0.0-preview.7.23375.4 18,413 8/8/2023
8.0.0-preview.6.23329.4 2,275 7/11/2023
8.0.0-preview.5.23280.1 5,149 6/13/2023
8.0.0-preview.4.23259.3 2,200 5/16/2023
8.0.0-preview.3.23174.2 4,370 4/11/2023
8.0.0-preview.2.23128.3 3,703 3/14/2023
8.0.0-preview.1.23111.4 2,003 2/21/2023
7.0.20 184,358 5/28/2024
7.0.19 14,201 5/14/2024
7.0.18 22,982 4/9/2024
7.0.17 26,829 3/12/2024
7.0.16 17,252 2/13/2024
7.0.15 34,474 1/9/2024
7.0.14 128,066 11/14/2023
7.0.13 286,090 10/24/2023
7.0.12 117,125 10/10/2023
7.0.11 332,167 9/12/2023
7.0.10 361,824 8/8/2023
7.0.9 315,499 7/11/2023
7.0.8 210,843 6/22/2023
7.0.7 366,245 6/13/2023
7.0.5 1,759,630 4/11/2023
7.0.4 386,274 3/14/2023
7.0.3 352,060 2/14/2023
7.0.2 484,886 1/10/2023
7.0.1 421,198 12/13/2022
7.0.0 1,480,510 11/7/2022
7.0.0-rc.2.22472.11 11,668 10/11/2022
7.0.0-rc.1.22426.7 5,793 9/14/2022
7.0.0-preview.7.22376.2 6,524 8/9/2022
7.0.0-preview.6.22329.4 15,958 7/12/2022
7.0.0-preview.5.22302.2 1,920 6/14/2022
7.0.0-preview.4.22229.2 6,223 5/10/2022
7.0.0-preview.3.22175.1 5,105 4/13/2022
7.0.0-preview.2.22153.1 7,098 3/14/2022
7.0.0-preview.1.22076.6 4,969 2/17/2022
6.0.36 64,600 11/12/2024
6.0.35 34,445 10/8/2024
6.0.33 866,687 8/13/2024
6.0.32 32,495 7/9/2024
6.0.31 34,048 5/28/2024
6.0.30 15,820 5/14/2024
6.0.29 3,808 4/9/2024
6.0.28 31,985 3/12/2024
6.0.27 18,050 2/13/2024
6.0.26 69,979 1/9/2024
6.0.25 77,909 11/14/2023
6.0.24 212,338 10/24/2023
6.0.23 15,677 10/10/2023
6.0.22 23,880 9/12/2023
6.0.21 39,597 8/8/2023
6.0.20 47,248 7/11/2023
6.0.19 18,852 6/22/2023
6.0.18 6,546 6/13/2023
6.0.16 136,677 4/11/2023
6.0.15 65,402 3/14/2023
6.0.14 61,954 2/14/2023
6.0.13 88,937 1/10/2023
6.0.12 103,363 12/13/2022
6.0.11 178,515 11/7/2022
6.0.10 401,590 10/11/2022
6.0.9 467,144 9/13/2022
6.0.8 561,400 8/9/2022
6.0.7 397,099 7/12/2022
6.0.6 225,855 6/14/2022
6.0.5 1,371,154 5/10/2022
6.0.4 699,746 4/11/2022
6.0.3 632,925 3/8/2022
6.0.2 533,903 2/8/2022
6.0.1 1,010,442 12/14/2021
6.0.0 2,293,417 11/8/2021
6.0.0-rc.2.21480.5 16,953 10/12/2021
6.0.0-rc.1.21452.10 8,062 9/14/2021
6.0.0-preview.7.21378.4 5,622 8/10/2021
6.0.0-preview.6.21352.1 4,467 7/14/2021
6.0.0-preview.5.21301.9 2,144 6/15/2021
6.0.0-preview.4.21253.1 2,868 5/24/2021
6.0.0-preview.3.21201.2 4,684 4/8/2021
6.0.0-preview.2.21154.2 7,872 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,209 2/12/2021 6.0.0-preview.1.21102.2 is deprecated because it is no longer maintained.
5.0.17 682,082 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 73,244 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 43,631 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 24,071 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 99,946 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 160,222 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 258,959 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 212,947 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 305,901 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 278,848 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 517,693 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 284,609 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 2,266,341 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,324,259 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 667,639 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,266,423 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 332,626 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 295,156 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 30,326 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,169 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,381 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,416 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,725 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,298 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,632 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,447 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,288 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,521 3/16/2020 5.0.0-preview.2.20120.8 is deprecated because it is no longer maintained.
3.1.32 289,085 12/13/2022
3.1.31 30,070 11/8/2022
3.1.30 35,097 10/11/2022
3.1.29 7,833 9/13/2022
3.1.28 28,487 8/9/2022
3.1.27 27,834 7/12/2022
3.1.26 10,378 6/14/2022
3.1.25 24,025 5/10/2022
3.1.24 13,479 4/11/2022
3.1.23 20,865 3/8/2022
3.1.22 52,040 12/14/2021
3.1.21 156,186 11/7/2021
3.1.20 13,462 10/11/2021
3.1.19 21,509 9/14/2021
3.1.18 11,187 8/10/2021
3.1.17 51,057 7/13/2021
3.1.16 24,481 6/8/2021
3.1.15 85,229 5/11/2021
3.1.14 34,420 4/6/2021
3.1.13 27,250 3/9/2021
3.1.12 59,820 2/9/2021
3.1.11 30,710 1/12/2021
3.1.10 205,558 11/9/2020
3.1.9 346,643 10/13/2020
3.1.8 471,212 9/8/2020
3.1.7 289,072 8/11/2020
3.1.6 235,132 7/14/2020
3.1.5 755,479 6/9/2020
3.1.4 352,466 5/12/2020
3.1.3 669,290 3/24/2020
3.1.2 331,051 2/19/2020
3.1.1 368,319 1/14/2020
3.1.0 422,519 12/3/2019
3.1.0-preview3.19554.8 1,719 11/13/2019 3.1.0-preview3.19554.8 is deprecated because it is no longer maintained.
3.1.0-preview2.19525.5 1,611 11/1/2019 3.1.0-preview2.19525.5 is deprecated because it is no longer maintained.
3.1.0-preview1.19506.2 2,027 10/15/2019 3.1.0-preview1.19506.2 is deprecated because it is no longer maintained.
3.0.3 42,375 2/19/2020
3.0.2 2,461 1/14/2020
3.0.1 173,610 11/18/2019
3.0.0 502,994 9/23/2019
3.0.0-rc1.19456.14 89,265 9/16/2019 3.0.0-rc1.19456.14 is deprecated because it is no longer maintained.
3.0.0-preview9.19423.6 2,625 9/4/2019 3.0.0-preview9.19423.6 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.11 2,922 8/13/2019 3.0.0-preview8.19405.11 is deprecated because it is no longer maintained.
3.0.0-preview7.19362.6 1,499 7/23/2019 3.0.0-preview7.19362.6 is deprecated because it is no longer maintained.
3.0.0-preview6.19304.10 18,244 6/12/2019 3.0.0-preview6.19304.10 is deprecated because it is no longer maintained.
3.0.0-preview5.19227.1 5,845 5/6/2019 3.0.0-preview5.19227.1 is deprecated because it is no longer maintained.
3.0.0-preview4.19216.3 1,669 4/18/2019 3.0.0-preview4.19216.3 is deprecated because it is no longer maintained.
3.0.0-preview3.19153.1 1,610 3/6/2019 3.0.0-preview3.19153.1 is deprecated because it is no longer maintained.
3.0.0-preview.19074.3 3,436 1/29/2019 3.0.0-preview.19074.3 is deprecated because it is no longer maintained.
3.0.0-preview.18572.1 1,911 12/3/2018 3.0.0-preview.18572.1 is deprecated because it is no longer maintained.
2.3.0 44,382 1/14/2025
2.2.6 3,219,014 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 3,436,128 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 665,649 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 527,749 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 1,017,933 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 934,845 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 4,518 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 4,545 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 4,102 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.14 545,635 11/18/2019
2.1.11 388,143 5/14/2019
2.1.8 350,381 2/12/2019
2.1.0 4,125,241 5/29/2018
2.1.0-rc1-final 12,281 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 11,386 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 19,661 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.1 6,808,979 3/13/2018 2.0.1 is deprecated because it is no longer maintained.
2.0.0 10,865,243 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 55,252 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 24,217 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.1 551,701 5/9/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 829,650 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 7,127 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.1 341,280 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 551,240 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 16,646 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.
1.0.0-rc1-final 74,695 11/18/2015 1.0.0-rc1-final is deprecated because it is no longer maintained.
1.0.0-beta8 21,647 10/15/2015 1.0.0-beta8 is deprecated because it is no longer maintained.
1.0.0-beta7 7,650 9/2/2015 1.0.0-beta7 is deprecated because it is no longer maintained.
1.0.0-beta6 5,920 7/27/2015 1.0.0-beta6 is deprecated because it is no longer maintained.
1.0.0-beta1 4,554 11/11/2014 1.0.0-beta1 is deprecated because it is no longer maintained.