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"
#:package 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.3K)
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 (647)
Showing the top 20 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore:
Repository | Stars |
---|---|
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 7, 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组件,配套代码生成模板,权限等组成。
|
|
microsoft/fluentui-blazor
Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
|
Version | Downloads | Last Updated | |
---|---|---|---|
10.0.0-preview.7.25380.108 | 8,600 | 8/12/2025 | |
10.0.0-preview.6.25358.103 | 11,495 | 7/15/2025 | |
10.0.0-preview.5.25277.114 | 33,106 | 6/6/2025 | |
10.0.0-preview.4.25258.110 | 26,118 | 5/12/2025 | |
10.0.0-preview.3.25171.6 | 20,420 | 4/10/2025 | |
10.0.0-preview.2.25163.8 | 49,223 | 3/18/2025 | |
10.0.0-preview.1.25081.1 | 12,475 | 2/25/2025 | |
9.0.8 | 1,551,683 | 8/5/2025 | |
9.0.7 | 2,004,039 | 7/8/2025 | |
9.0.6 | 3,483,774 | 6/10/2025 | |
9.0.5 | 5,067,793 | 5/13/2025 | |
9.0.4 | 6,916,005 | 4/8/2025 | |
9.0.3 | 7,117,294 | 3/11/2025 | |
9.0.2 | 7,472,255 | 2/11/2025 | |
9.0.1 | 14,677,065 | 1/14/2025 | |
9.0.0 | 19,251,244 | 11/12/2024 | |
9.0.0-rc.2.24474.1 | 224,099 | 10/8/2024 | |
9.0.0-rc.1.24451.1 | 141,280 | 9/10/2024 | |
9.0.0-preview.7.24405.3 | 97,969 | 8/13/2024 | |
9.0.0-preview.6.24327.4 | 192,683 | 7/9/2024 | |
9.0.0-preview.5.24306.3 | 62,063 | 6/11/2024 | |
9.0.0-preview.4.24267.1 | 67,422 | 5/21/2024 | |
9.0.0-preview.3.24172.4 | 182,842 | 4/11/2024 | |
9.0.0-preview.2.24128.4 | 79,609 | 3/12/2024 | |
9.0.0-preview.1.24081.2 | 128,361 | 2/13/2024 | |
8.0.19 | 436,866 | 8/5/2025 | |
8.0.18 | 585,950 | 7/8/2025 | |
8.0.17 | 1,805,060 | 6/10/2025 | |
8.0.16 | 1,825,625 | 5/13/2025 | |
8.0.15 | 2,967,320 | 4/8/2025 | |
8.0.14 | 3,865,833 | 3/11/2025 | |
8.0.13 | 5,477,284 | 2/11/2025 | |
8.0.12 | 4,994,539 | 1/14/2025 | |
8.0.11 | 21,509,089 | 11/12/2024 | |
8.0.10 | 24,167,646 | 10/8/2024 | |
8.0.8 | 28,740,738 | 8/13/2024 | |
8.0.7 | 17,636,633 | 7/9/2024 | |
8.0.6 | 19,856,036 | 5/28/2024 | |
8.0.5 | 8,412,994 | 5/14/2024 | |
8.0.4 | 31,954,548 | 4/9/2024 | |
8.0.3 | 12,968,194 | 3/12/2024 | |
8.0.2 | 26,363,326 | 2/13/2024 | |
8.0.1 | 16,524,450 | 1/9/2024 | |
8.0.0 | 52,436,254 | 11/14/2023 | |
8.0.0-rc.2.23480.1 | 557,351 | 10/10/2023 | |
8.0.0-rc.1.23419.6 | 158,260 | 9/12/2023 | |
8.0.0-preview.7.23375.4 | 124,673 | 8/8/2023 | |
8.0.0-preview.6.23329.4 | 222,355 | 7/11/2023 | |
8.0.0-preview.5.23280.1 | 197,151 | 6/13/2023 | |
8.0.0-preview.4.23259.3 | 143,376 | 5/16/2023 | |
8.0.0-preview.3.23174.2 | 269,543 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 200,124 | 3/14/2023 | |
8.0.0-preview.1.23111.4 | 141,509 | 2/21/2023 | |
7.0.20 | 4,368,566 | 5/28/2024 | |
7.0.19 | 566,683 | 5/14/2024 | |
7.0.18 | 2,604,058 | 4/9/2024 | |
7.0.17 | 1,710,736 | 3/12/2024 | |
7.0.16 | 2,202,802 | 2/13/2024 | |
7.0.15 | 3,437,812 | 1/9/2024 | |
7.0.14 | 6,436,617 | 11/14/2023 | |
7.0.13 | 7,282,979 | 10/24/2023 | |
7.0.12 | 4,589,875 | 10/10/2023 | |
7.0.11 | 14,597,479 | 9/12/2023 | |
7.0.10 | 10,118,489 | 8/8/2023 | |
7.0.9 | 9,538,130 | 7/11/2023 | |
7.0.8 | 5,784,876 | 6/22/2023 | |
7.0.7 | 3,888,563 | 6/13/2023 | |
7.0.5 | 26,856,569 | 4/11/2023 | |
7.0.4 | 9,687,765 | 3/14/2023 | |
7.0.3 | 14,318,134 | 2/14/2023 | |
7.0.2 | 19,679,916 | 1/10/2023 | |
7.0.1 | 10,463,346 | 12/13/2022 | |
7.0.0 | 33,455,233 | 11/7/2022 | |
7.0.0-rc.2.22472.11 | 227,791 | 10/11/2022 | |
7.0.0-rc.1.22426.7 | 216,430 | 9/14/2022 | |
7.0.0-preview.7.22376.2 | 100,160 | 8/9/2022 | |
7.0.0-preview.6.22329.4 | 78,372 | 7/12/2022 | |
7.0.0-preview.5.22302.2 | 66,032 | 6/14/2022 | |
7.0.0-preview.4.22229.2 | 90,167 | 5/10/2022 | |
7.0.0-preview.3.22175.1 | 79,442 | 4/13/2022 | |
7.0.0-preview.2.22153.1 | 86,761 | 3/14/2022 | |
7.0.0-preview.1.22076.6 | 59,335 | 2/17/2022 | |
6.0.36 | 2,038,235 | 11/12/2024 | |
6.0.35 | 779,737 | 10/8/2024 | |
6.0.33 | 2,060,033 | 8/13/2024 | |
6.0.32 | 875,623 | 7/9/2024 | |
6.0.31 | 1,186,366 | 5/28/2024 | |
6.0.30 | 675,264 | 5/14/2024 | |
6.0.29 | 3,028,130 | 4/9/2024 | |
6.0.28 | 1,744,752 | 3/12/2024 | |
6.0.27 | 1,999,157 | 2/13/2024 | |
6.0.26 | 2,793,164 | 1/9/2024 | |
6.0.25 | 3,852,458 | 11/14/2023 | |
6.0.24 | 1,967,338 | 10/24/2023 | |
6.0.23 | 1,286,960 | 10/10/2023 | |
6.0.22 | 3,515,858 | 9/12/2023 | |
6.0.21 | 3,749,877 | 8/8/2023 | |
6.0.20 | 3,006,409 | 7/11/2023 | |
6.0.19 | 2,524,801 | 6/22/2023 | |
6.0.18 | 1,325,894 | 6/13/2023 | |
6.0.16 | 7,868,930 | 4/11/2023 | |
6.0.15 | 4,345,843 | 3/14/2023 | |
6.0.14 | 5,457,159 | 2/14/2023 | |
6.0.13 | 7,158,603 | 1/10/2023 | |
6.0.12 | 11,235,737 | 12/13/2022 | |
6.0.11 | 10,221,619 | 11/7/2022 | |
6.0.10 | 18,013,307 | 10/11/2022 | |
6.0.9 | 15,716,477 | 9/13/2022 | |
6.0.8 | 18,961,237 | 8/9/2022 | |
6.0.7 | 51,279,080 | 7/12/2022 | |
6.0.6 | 15,271,729 | 6/14/2022 | |
6.0.5 | 23,210,026 | 5/10/2022 | |
6.0.4 | 18,335,648 | 4/11/2022 | |
6.0.3 | 25,954,666 | 3/8/2022 | |
6.0.2 | 20,253,243 | 2/8/2022 | |
6.0.1 | 33,982,421 | 12/14/2021 | |
6.0.0 | 73,815,811 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 333,371 | 10/12/2021 | |
6.0.0-rc.1.21452.10 | 273,127 | 9/14/2021 | |
6.0.0-preview.7.21378.4 | 101,542 | 8/10/2021 | |
6.0.0-preview.6.21352.1 | 44,887 | 7/14/2021 | |
6.0.0-preview.5.21301.9 | 191,280 | 6/15/2021 | |
6.0.0-preview.4.21253.1 | 79,229 | 5/24/2021 | |
6.0.0-preview.3.21201.2 | 102,532 | 4/8/2021 | |
6.0.0-preview.2.21154.2 | 75,174 | 3/11/2021 | |
6.0.0-preview.1.21102.2 | 98,117 | 2/12/2021 | |
5.0.17 | 8,145,432 | 5/10/2022 | |
5.0.16 | 1,535,621 | 4/11/2022 | |
5.0.15 | 2,386,578 | 3/8/2022 | |
5.0.14 | 2,405,941 | 2/8/2022 | |
5.0.13 | 4,577,188 | 12/14/2021 | |
5.0.12 | 4,930,596 | 11/7/2021 | |
5.0.11 | 8,597,797 | 10/12/2021 | |
5.0.10 | 13,841,560 | 9/14/2021 | |
5.0.9 | 10,572,301 | 8/10/2021 | |
5.0.8 | 9,902,734 | 7/13/2021 | |
5.0.7 | 14,839,973 | 6/8/2021 | |
5.0.6 | 8,382,302 | 5/11/2021 | |
5.0.5 | 11,729,113 | 4/6/2021 | |
5.0.4 | 8,470,060 | 3/9/2021 | |
5.0.3 | 8,210,635 | 2/9/2021 | |
5.0.2 | 10,687,896 | 1/12/2021 | |
5.0.1 | 16,390,346 | 12/8/2020 | |
5.0.0 | 27,816,780 | 11/9/2020 | |
5.0.0-rc.2.20475.6 | 388,702 | 10/13/2020 | |
5.0.0-rc.1.20451.13 | 322,905 | 9/14/2020 | |
5.0.0-preview.8.20407.4 | 209,026 | 8/25/2020 | |
5.0.0-preview.7.20365.15 | 118,513 | 7/21/2020 | |
5.0.0-preview.6.20312.4 | 64,361 | 6/25/2020 | |
5.0.0-preview.5.20278.2 | 51,029 | 6/10/2020 | |
5.0.0-preview.4.20220.10 | 74,521 | 5/18/2020 | |
5.0.0-preview.3.20181.2 | 95,293 | 4/23/2020 | |
5.0.0-preview.2.20159.4 | 62,501 | 4/2/2020 | |
5.0.0-preview.2.20120.8 | 46,387 | 3/16/2020 | |
3.1.32 | 6,933,163 | 12/13/2022 | |
3.1.31 | 1,426,970 | 11/8/2022 | |
3.1.30 | 806,864 | 10/11/2022 | |
3.1.29 | 1,423,363 | 9/13/2022 | |
3.1.28 | 911,503 | 8/9/2022 | |
3.1.27 | 792,701 | 7/12/2022 | |
3.1.26 | 697,549 | 6/14/2022 | |
3.1.25 | 1,138,600 | 5/10/2022 | |
3.1.24 | 677,279 | 4/11/2022 | |
3.1.23 | 1,106,871 | 3/8/2022 | |
3.1.22 | 3,684,023 | 12/14/2021 | |
3.1.21 | 2,707,532 | 11/7/2021 | |
3.1.20 | 1,689,730 | 10/11/2021 | |
3.1.19 | 2,543,264 | 9/14/2021 | |
3.1.18 | 5,609,575 | 8/10/2021 | |
3.1.17 | 1,954,168 | 7/13/2021 | |
3.1.16 | 2,447,359 | 6/8/2021 | |
3.1.15 | 2,968,025 | 5/11/2021 | |
3.1.14 | 3,194,422 | 4/6/2021 | |
3.1.13 | 4,784,357 | 3/9/2021 | |
3.1.12 | 3,074,632 | 2/9/2021 | |
3.1.11 | 5,578,470 | 1/12/2021 | |
3.1.10 | 8,486,919 | 11/9/2020 | |
3.1.9 | 12,280,760 | 10/13/2020 | |
3.1.8 | 17,943,343 | 9/8/2020 | |
3.1.7 | 10,359,569 | 8/11/2020 | |
3.1.6 | 11,010,900 | 7/14/2020 | |
3.1.5 | 13,088,451 | 6/9/2020 | |
3.1.4 | 18,337,377 | 5/12/2020 | |
3.1.3 | 28,649,850 | 3/24/2020 | |
3.1.2 | 12,130,593 | 2/19/2020 | |
3.1.1 | 20,526,133 | 1/14/2020 | |
3.1.0 | 35,293,920 | 12/3/2019 | |
3.1.0-preview3.19554.8 | 165,840 | 11/13/2019 | |
3.1.0-preview2.19525.5 | 33,303 | 11/1/2019 | |
3.1.0-preview1.19506.2 | 778,623 | 10/15/2019 | |
3.0.3 | 195,856 | 2/19/2020 | |
3.0.2 | 81,908 | 1/14/2020 | |
3.0.1 | 1,425,530 | 11/18/2019 | |
3.0.0 | 19,491,768 | 9/23/2019 | |
3.0.0-rc1.19456.14 | 46,994 | 9/16/2019 | |
3.0.0-preview9.19423.6 | 1,394,222 | 9/4/2019 | |
3.0.0-preview8.19405.11 | 413,296 | 8/13/2019 | |
3.0.0-preview7.19362.6 | 93,887 | 7/23/2019 | |
3.0.0-preview6.19304.10 | 168,652 | 6/12/2019 | |
3.0.0-preview5.19227.1 | 672,768 | 5/6/2019 | |
3.0.0-preview4.19216.3 | 23,238 | 4/18/2019 | |
3.0.0-preview3.19153.1 | 202,967 | 3/6/2019 | |
3.0.0-preview.19074.3 | 32,447 | 1/29/2019 | |
3.0.0-preview.18572.1 | 48,961 | 12/3/2018 | |
2.3.0 | 29,647 | 1/14/2025 | |
2.2.6 | 32,357,679 | 7/9/2019 | |
2.2.4 | 19,770,708 | 4/9/2019 | |
2.2.3 | 5,398,156 | 3/11/2019 | |
2.2.2 | 6,509,383 | 2/12/2019 | |
2.2.1 | 6,954,529 | 1/8/2019 | |
2.2.0 | 22,377,013 | 12/3/2018 | |
2.2.0-preview3-35497 | 185,531 | 10/17/2018 | |
2.2.0-preview2-35157 | 152,976 | 9/12/2018 | |
2.2.0-preview1-35029 | 85,259 | 8/22/2018 | |
2.1.14 | 4,081,267 | 11/18/2019 | |
2.1.11 | 3,728,097 | 5/14/2019 | |
2.1.8 | 3,853,605 | 2/12/2019 | |
2.1.4 | 15,698,946 | 10/1/2018 | |
2.1.3 | 4,932,075 | 9/11/2018 | |
2.1.2 | 8,174,692 | 8/21/2018 | |
2.1.1 | 17,158,811 | 6/18/2018 | |
2.1.0 | 13,464,622 | 5/29/2018 | |
2.1.0-rc1-final | 225,061 | 5/6/2018 | |
2.1.0-preview2-final | 206,577 | 4/10/2018 | |
2.1.0-preview1-final | 318,948 | 2/26/2018 | |
2.0.3 | 5,450,957 | 5/7/2018 | |
2.0.2 | 6,783,250 | 3/13/2018 | |
2.0.1 | 12,728,970 | 11/14/2017 | |
2.0.0 | 27,968,448 | 8/11/2017 | |
2.0.0-preview2-final | 96,848 | 6/28/2017 | |
2.0.0-preview1-final | 1,139,372 | 5/10/2017 | |
1.1.6 | 6,162,504 | 7/10/2018 | |
1.1.5 | 1,257,641 | 12/12/2017 | |
1.1.4 | 229,711 | 11/14/2017 | |
1.1.3 | 310,924 | 9/20/2017 | |
1.1.2 | 5,180,038 | 5/9/2017 | |
1.1.1 | 3,330,543 | 3/6/2017 | |
1.1.0 | 7,876,371 | 11/16/2016 | |
1.1.0-preview1-final | 46,856 | 10/24/2016 | |
1.0.6 | 56,296 | 11/14/2017 | |
1.0.5 | 44,580 | 9/20/2017 | |
1.0.4 | 59,427 | 5/9/2017 | |
1.0.3 | 694,772 | 3/6/2017 | |
1.0.2 | 79,490 | 12/12/2016 | |
1.0.1 | 847,372 | 9/13/2016 | |
1.0.0 | 2,000,326 | 6/27/2016 | |
1.0.0-rc2-final | 145,123 | 5/16/2016 |