Microsoft.EntityFrameworkCore
2.0.0-preview1-final
Prefix Reserved
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
See the version list below for details.
dotnet add package Microsoft.EntityFrameworkCore --version 2.0.0-preview1-final
NuGet\Install-Package Microsoft.EntityFrameworkCore -Version 2.0.0-preview1-final
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.0.0-preview1-final" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="2.0.0-preview1-final" />
<PackageReference Include="Microsoft.EntityFrameworkCore" />
paket add Microsoft.EntityFrameworkCore --version 2.0.0-preview1-final
#r "nuget: Microsoft.EntityFrameworkCore, 2.0.0-preview1-final"
#addin nuget:?package=Microsoft.EntityFrameworkCore&version=2.0.0-preview1-final&prerelease
#tool nuget:?package=Microsoft.EntityFrameworkCore&version=2.0.0-preview1-final&prerelease
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology.
Commonly Used Types:
Microsoft.EntityFrameworkCore.DbContext
Microsoft.EntityFrameworkCore.DbSet
Product | Versions 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 | 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.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net46 is compatible. 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. |
-
.NETFramework 4.6
- Microsoft.Extensions.Caching.Memory (>= 2.0.0-preview1-final)
- Microsoft.Extensions.DependencyInjection (>= 2.0.0-preview1-final)
- Microsoft.Extensions.Logging (>= 2.0.0-preview1-final)
- NETStandard.Library (>= 2.0.0-preview1-25301-01)
- Remotion.Linq (>= 2.1.1)
- System.Collections.Immutable (>= 1.3.1)
- System.ComponentModel.Annotations (>= 4.3.0)
- System.Interactive.Async (>= 3.1.1)
- System.ValueTuple (>= 4.3.0)
-
.NETStandard 1.3
- Microsoft.Extensions.Caching.Memory (>= 2.0.0-preview1-final)
- Microsoft.Extensions.DependencyInjection (>= 2.0.0-preview1-final)
- Microsoft.Extensions.Logging (>= 2.0.0-preview1-final)
- NETStandard.Library (>= 2.0.0-preview1-25301-01)
- Remotion.Linq (>= 2.1.1)
- System.Collections.Immutable (>= 1.3.1)
- System.ComponentModel.Annotations (>= 4.3.0)
- System.Interactive.Async (>= 3.1.1)
- System.ValueTuple (>= 4.3.0)
NuGet packages (9.1K)
Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore:
Package | Downloads |
---|---|
Microsoft.EntityFrameworkCore.Relational
Shared Entity Framework Core components for relational database providers. |
|
Microsoft.EntityFrameworkCore.InMemory
In-memory database provider for Entity Framework Core (to be used for testing purposes). |
|
Npgsql.EntityFrameworkCore.PostgreSQL
PostgreSQL/Npgsql provider for Entity Framework Core. |
|
Microsoft.EntityFrameworkCore.Proxies
Lazy loading proxies for Entity Framework Core. |
|
EFCore.NamingConventions
Naming Conventions for Entity Framework Core Tables and Columns. |
GitHub repositories (632)
Showing the top 20 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore:
Repository | Stars |
---|---|
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
|
|
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
|
|
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 Preview 5, 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.
|
|
davidfowl/AspNetCoreDiagnosticScenarios
This repository has examples of broken patterns in ASP.NET Core applications
|
|
elsa-workflows/elsa-core
A .NET workflows library
|
|
btcpayserver/btcpayserver
Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
|
|
louthy/language-ext
C# pure functional programming framework - come and get declarative!
|
|
EduardoPires/EquinoxProject
Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
|
|
graphql-dotnet/graphql-dotnet
GraphQL for .NET
|
|
ldqk/Masuit.Tools
全龄段友好的C#万能工具库,码数吐司库,包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到2MB!
|
|
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.
|
|
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
|
|
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
|
|
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
|
|
immense/Remotely
A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
|
|
MapsterMapper/Mapster
A fast, fun and stimulating object to object Mapper
|
|
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
|
Version | Downloads | Last Updated | |
---|---|---|---|
10.0.0-preview.5.25277.114 | 16,761 | 6/6/2025 | |
10.0.0-preview.4.25258.110 | 25,216 | 5/12/2025 | |
10.0.0-preview.3.25171.6 | 19,688 | 4/10/2025 | |
10.0.0-preview.2.25163.8 | 32,350 | 3/18/2025 | |
10.0.0-preview.1.25081.1 | 12,249 | 2/25/2025 | |
9.0.7 | 216,651 | 7/8/2025 | |
9.0.6 | 2,274,294 | 6/10/2025 | |
9.0.5 | 3,895,547 | 5/13/2025 | |
9.0.4 | 5,860,911 | 4/8/2025 | |
9.0.3 | 6,423,820 | 3/11/2025 | |
9.0.2 | 6,642,024 | 2/11/2025 | |
9.0.1 | 12,021,115 | 1/14/2025 | |
9.0.0 | 16,956,795 | 11/12/2024 | |
9.0.0-rc.2.24474.1 | 217,049 | 10/8/2024 | |
9.0.0-rc.1.24451.1 | 136,690 | 9/10/2024 | |
9.0.0-preview.7.24405.3 | 92,671 | 8/13/2024 | |
9.0.0-preview.6.24327.4 | 169,181 | 7/9/2024 | |
9.0.0-preview.5.24306.3 | 55,393 | 6/11/2024 | |
9.0.0-preview.4.24267.1 | 64,799 | 5/21/2024 | |
9.0.0-preview.3.24172.4 | 180,483 | 4/11/2024 | |
9.0.0-preview.2.24128.4 | 76,429 | 3/12/2024 | |
9.0.0-preview.1.24081.2 | 121,287 | 2/13/2024 | |
8.0.18 | 58,569 | 7/8/2025 | |
8.0.17 | 949,269 | 6/10/2025 | |
8.0.16 | 1,345,602 | 5/13/2025 | |
8.0.15 | 2,435,201 | 4/8/2025 | |
8.0.14 | 3,192,092 | 3/11/2025 | |
8.0.13 | 4,569,734 | 2/11/2025 | |
8.0.12 | 4,426,709 | 1/14/2025 | |
8.0.11 | 19,024,990 | 11/12/2024 | |
8.0.10 | 22,439,703 | 10/8/2024 | |
8.0.8 | 26,998,647 | 8/13/2024 | |
8.0.7 | 16,754,580 | 7/9/2024 | |
8.0.6 | 18,920,485 | 5/28/2024 | |
8.0.5 | 8,066,666 | 5/14/2024 | |
8.0.4 | 30,377,045 | 4/9/2024 | |
8.0.3 | 12,443,420 | 3/12/2024 | |
8.0.2 | 24,945,844 | 2/13/2024 | |
8.0.1 | 15,830,854 | 1/9/2024 | |
8.0.0 | 49,122,336 | 11/14/2023 | |
8.0.0-rc.2.23480.1 | 547,277 | 10/10/2023 | |
8.0.0-rc.1.23419.6 | 157,211 | 9/12/2023 | |
8.0.0-preview.7.23375.4 | 121,916 | 8/8/2023 | |
8.0.0-preview.6.23329.4 | 215,306 | 7/11/2023 | |
8.0.0-preview.5.23280.1 | 190,609 | 6/13/2023 | |
8.0.0-preview.4.23259.3 | 141,256 | 5/16/2023 | |
8.0.0-preview.3.23174.2 | 248,824 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 198,969 | 3/14/2023 | |
8.0.0-preview.1.23111.4 | 140,928 | 2/21/2023 | |
7.0.20 | 4,047,667 | 5/28/2024 | |
7.0.19 | 549,197 | 5/14/2024 | |
7.0.18 | 2,497,299 | 4/9/2024 | |
7.0.17 | 1,680,648 | 3/12/2024 | |
7.0.16 | 2,160,017 | 2/13/2024 | |
7.0.15 | 3,373,760 | 1/9/2024 | |
7.0.14 | 6,323,625 | 11/14/2023 | |
7.0.13 | 7,107,407 | 10/24/2023 | |
7.0.12 | 4,535,990 | 10/10/2023 | |
7.0.11 | 14,254,784 | 9/12/2023 | |
7.0.10 | 9,971,571 | 8/8/2023 | |
7.0.9 | 9,375,137 | 7/11/2023 | |
7.0.8 | 5,693,321 | 6/22/2023 | |
7.0.7 | 3,847,212 | 6/13/2023 | |
7.0.5 | 26,445,774 | 4/11/2023 | |
7.0.4 | 9,595,353 | 3/14/2023 | |
7.0.3 | 14,132,442 | 2/14/2023 | |
7.0.2 | 19,384,979 | 1/10/2023 | |
7.0.1 | 10,310,867 | 12/13/2022 | |
7.0.0 | 32,402,681 | 11/7/2022 | |
7.0.0-rc.2.22472.11 | 226,060 | 10/11/2022 | |
7.0.0-rc.1.22426.7 | 215,761 | 9/14/2022 | |
7.0.0-preview.7.22376.2 | 99,723 | 8/9/2022 | |
7.0.0-preview.6.22329.4 | 77,817 | 7/12/2022 | |
7.0.0-preview.5.22302.2 | 65,776 | 6/14/2022 | |
7.0.0-preview.4.22229.2 | 88,762 | 5/10/2022 | |
7.0.0-preview.3.22175.1 | 79,278 | 4/13/2022 | |
7.0.0-preview.2.22153.1 | 86,559 | 3/14/2022 | |
7.0.0-preview.1.22076.6 | 59,080 | 2/17/2022 | |
6.0.36 | 1,735,166 | 11/12/2024 | |
6.0.35 | 732,173 | 10/8/2024 | |
6.0.33 | 1,947,218 | 8/13/2024 | |
6.0.32 | 843,019 | 7/9/2024 | |
6.0.31 | 1,144,925 | 5/28/2024 | |
6.0.30 | 632,524 | 5/14/2024 | |
6.0.29 | 2,910,497 | 4/9/2024 | |
6.0.28 | 1,674,523 | 3/12/2024 | |
6.0.27 | 1,949,710 | 2/13/2024 | |
6.0.26 | 2,734,787 | 1/9/2024 | |
6.0.25 | 3,769,391 | 11/14/2023 | |
6.0.24 | 1,937,684 | 10/24/2023 | |
6.0.23 | 1,270,377 | 10/10/2023 | |
6.0.22 | 3,465,860 | 9/12/2023 | |
6.0.21 | 3,693,264 | 8/8/2023 | |
6.0.20 | 2,958,732 | 7/11/2023 | |
6.0.19 | 2,480,987 | 6/22/2023 | |
6.0.18 | 1,309,815 | 6/13/2023 | |
6.0.16 | 7,781,846 | 4/11/2023 | |
6.0.15 | 4,284,110 | 3/14/2023 | |
6.0.14 | 5,401,144 | 2/14/2023 | |
6.0.13 | 7,081,761 | 1/10/2023 | |
6.0.12 | 11,096,808 | 12/13/2022 | |
6.0.11 | 10,125,193 | 11/7/2022 | |
6.0.10 | 17,860,665 | 10/11/2022 | |
6.0.9 | 15,569,514 | 9/13/2022 | |
6.0.8 | 18,777,314 | 8/9/2022 | |
6.0.7 | 50,755,135 | 7/12/2022 | |
6.0.6 | 15,109,800 | 6/14/2022 | |
6.0.5 | 22,980,600 | 5/10/2022 | |
6.0.4 | 18,197,785 | 4/11/2022 | |
6.0.3 | 25,508,623 | 3/8/2022 | |
6.0.2 | 20,097,510 | 2/8/2022 | |
6.0.1 | 33,591,610 | 12/14/2021 | |
6.0.0 | 72,226,004 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 332,244 | 10/12/2021 | |
6.0.0-rc.1.21452.10 | 272,208 | 9/14/2021 | |
6.0.0-preview.7.21378.4 | 101,089 | 8/10/2021 | |
6.0.0-preview.6.21352.1 | 44,684 | 7/14/2021 | |
6.0.0-preview.5.21301.9 | 190,513 | 6/15/2021 | |
6.0.0-preview.4.21253.1 | 78,902 | 5/24/2021 | |
6.0.0-preview.3.21201.2 | 102,037 | 4/8/2021 | |
6.0.0-preview.2.21154.2 | 75,118 | 3/11/2021 | |
6.0.0-preview.1.21102.2 | 97,858 | 2/12/2021 | |
5.0.17 | 8,010,332 | 5/10/2022 | |
5.0.16 | 1,523,450 | 4/11/2022 | |
5.0.15 | 2,373,937 | 3/8/2022 | |
5.0.14 | 2,392,229 | 2/8/2022 | |
5.0.13 | 4,541,191 | 12/14/2021 | |
5.0.12 | 4,903,556 | 11/7/2021 | |
5.0.11 | 8,550,964 | 10/12/2021 | |
5.0.10 | 13,726,798 | 9/14/2021 | |
5.0.9 | 10,511,738 | 8/10/2021 | |
5.0.8 | 9,839,268 | 7/13/2021 | |
5.0.7 | 14,752,244 | 6/8/2021 | |
5.0.6 | 8,345,707 | 5/11/2021 | |
5.0.5 | 11,662,052 | 4/6/2021 | |
5.0.4 | 8,439,502 | 3/9/2021 | |
5.0.3 | 8,186,195 | 2/9/2021 | |
5.0.2 | 10,654,470 | 1/12/2021 | |
5.0.1 | 16,294,707 | 12/8/2020 | |
5.0.0 | 27,555,154 | 11/9/2020 | |
5.0.0-rc.2.20475.6 | 387,746 | 10/13/2020 | |
5.0.0-rc.1.20451.13 | 322,547 | 9/14/2020 | |
5.0.0-preview.8.20407.4 | 208,440 | 8/25/2020 | |
5.0.0-preview.7.20365.15 | 118,306 | 7/21/2020 | |
5.0.0-preview.6.20312.4 | 64,237 | 6/25/2020 | |
5.0.0-preview.5.20278.2 | 50,680 | 6/10/2020 | |
5.0.0-preview.4.20220.10 | 74,390 | 5/18/2020 | |
5.0.0-preview.3.20181.2 | 95,167 | 4/23/2020 | |
5.0.0-preview.2.20159.4 | 62,233 | 4/2/2020 | |
5.0.0-preview.2.20120.8 | 46,322 | 3/16/2020 | |
3.1.32 | 6,596,834 | 12/13/2022 | |
3.1.31 | 1,328,414 | 11/8/2022 | |
3.1.30 | 787,219 | 10/11/2022 | |
3.1.29 | 1,387,827 | 9/13/2022 | |
3.1.28 | 894,384 | 8/9/2022 | |
3.1.27 | 772,641 | 7/12/2022 | |
3.1.26 | 686,574 | 6/14/2022 | |
3.1.25 | 1,127,318 | 5/10/2022 | |
3.1.24 | 671,988 | 4/11/2022 | |
3.1.23 | 1,097,323 | 3/8/2022 | |
3.1.22 | 3,618,392 | 12/14/2021 | |
3.1.21 | 2,689,095 | 11/7/2021 | |
3.1.20 | 1,664,330 | 10/11/2021 | |
3.1.19 | 2,528,258 | 9/14/2021 | |
3.1.18 | 5,521,424 | 8/10/2021 | |
3.1.17 | 1,936,461 | 7/13/2021 | |
3.1.16 | 2,431,071 | 6/8/2021 | |
3.1.15 | 2,938,324 | 5/11/2021 | |
3.1.14 | 3,172,594 | 4/6/2021 | |
3.1.13 | 4,742,880 | 3/9/2021 | |
3.1.12 | 3,057,706 | 2/9/2021 | |
3.1.11 | 5,551,427 | 1/12/2021 | |
3.1.10 | 8,455,359 | 11/9/2020 | |
3.1.9 | 12,222,094 | 10/13/2020 | |
3.1.8 | 17,893,815 | 9/8/2020 | |
3.1.7 | 10,290,824 | 8/11/2020 | |
3.1.6 | 10,956,537 | 7/14/2020 | |
3.1.5 | 13,042,607 | 6/9/2020 | |
3.1.4 | 18,249,550 | 5/12/2020 | |
3.1.3 | 28,488,669 | 3/24/2020 | |
3.1.2 | 12,086,760 | 2/19/2020 | |
3.1.1 | 20,392,193 | 1/14/2020 | |
3.1.0 | 35,061,313 | 12/3/2019 | |
3.1.0-preview3.19554.8 | 165,473 | 11/13/2019 | |
3.1.0-preview2.19525.5 | 32,994 | 11/1/2019 | |
3.1.0-preview1.19506.2 | 773,472 | 10/15/2019 | |
3.0.3 | 193,973 | 2/19/2020 | |
3.0.2 | 80,964 | 1/14/2020 | |
3.0.1 | 1,419,296 | 11/18/2019 | |
3.0.0 | 19,387,903 | 9/23/2019 | |
3.0.0-rc1.19456.14 | 46,926 | 9/16/2019 | |
3.0.0-preview9.19423.6 | 1,391,045 | 9/4/2019 | |
3.0.0-preview8.19405.11 | 413,069 | 8/13/2019 | |
3.0.0-preview7.19362.6 | 92,285 | 7/23/2019 | |
3.0.0-preview6.19304.10 | 168,520 | 6/12/2019 | |
3.0.0-preview5.19227.1 | 672,514 | 5/6/2019 | |
3.0.0-preview4.19216.3 | 23,186 | 4/18/2019 | |
3.0.0-preview3.19153.1 | 202,830 | 3/6/2019 | |
3.0.0-preview.19074.3 | 32,200 | 1/29/2019 | |
3.0.0-preview.18572.1 | 48,861 | 12/3/2018 | |
2.3.0 | 23,857 | 1/14/2025 | |
2.2.6 | 32,205,319 | 7/9/2019 | |
2.2.4 | 19,710,244 | 4/9/2019 | |
2.2.3 | 5,385,639 | 3/11/2019 | |
2.2.2 | 6,487,153 | 2/12/2019 | |
2.2.1 | 6,940,534 | 1/8/2019 | |
2.2.0 | 22,199,281 | 12/3/2018 | |
2.2.0-preview3-35497 | 185,295 | 10/17/2018 | |
2.2.0-preview2-35157 | 151,878 | 9/12/2018 | |
2.2.0-preview1-35029 | 84,335 | 8/22/2018 | |
2.1.14 | 4,056,917 | 11/18/2019 | |
2.1.11 | 3,720,355 | 5/14/2019 | |
2.1.8 | 3,831,954 | 2/12/2019 | |
2.1.4 | 15,664,003 | 10/1/2018 | |
2.1.3 | 4,920,512 | 9/11/2018 | |
2.1.2 | 8,159,019 | 8/21/2018 | |
2.1.1 | 16,967,399 | 6/18/2018 | |
2.1.0 | 13,415,652 | 5/29/2018 | |
2.1.0-rc1-final | 224,944 | 5/6/2018 | |
2.1.0-preview2-final | 206,212 | 4/10/2018 | |
2.1.0-preview1-final | 318,544 | 2/26/2018 | |
2.0.3 | 5,413,260 | 5/7/2018 | |
2.0.2 | 6,756,447 | 3/13/2018 | |
2.0.1 | 12,678,515 | 11/14/2017 | |
2.0.0 | 27,781,965 | 8/11/2017 | |
2.0.0-preview2-final | 96,656 | 6/28/2017 | |
2.0.0-preview1-final | 1,132,589 | 5/10/2017 | |
1.1.6 | 6,079,525 | 7/10/2018 | |
1.1.5 | 1,254,358 | 12/12/2017 | |
1.1.4 | 227,820 | 11/14/2017 | |
1.1.3 | 309,727 | 9/20/2017 | |
1.1.2 | 5,122,232 | 5/9/2017 | |
1.1.1 | 3,289,384 | 3/6/2017 | |
1.1.0 | 7,730,282 | 11/16/2016 | |
1.1.0-preview1-final | 46,764 | 10/24/2016 | |
1.0.6 | 55,402 | 11/14/2017 | |
1.0.5 | 43,714 | 9/20/2017 | |
1.0.4 | 58,526 | 5/9/2017 | |
1.0.3 | 680,702 | 3/6/2017 | |
1.0.2 | 78,692 | 12/12/2016 | |
1.0.1 | 831,887 | 9/13/2016 | |
1.0.0 | 1,934,797 | 6/27/2016 | |
1.0.0-rc2-final | 144,256 | 5/16/2016 |