Microsoft.EntityFrameworkCore.DynamicLinq 5.6.0-preview-01

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

System.Linq.Dynamic.Core

This is a .NET Core / Standard port of the Microsoft assembly for the .Net 4.0 Dynamic language functionality.

Overview

With this library it's possible to write Dynamic LINQ queries (string based) on an IQueryable:

var query = db.Customers
    .Where("City == @0 and Orders.Count >= @1", "London", 10)
    .OrderBy("CompanyName")
    .Select("new(CompanyName as Name, Phone)");

Library Powered By

This library is powered by Entity Framework Extensions

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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 (82)

Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.DynamicLinq:

Package Downloads
OO.Data

Data Entity base types and declarations for EasyDataCore infrastructure

FenixAlliance.ABM.SDK

Application Component for the Alliance Business Suite.

EntityFrameworkCore.BootKit

EntityFrameworkCore Boot Kit (EFBK) is a quick start database connecter for using EntityFrameworkCore. Support variety of databases such as Sqlite, MySql, SqlServer, PostgreSql, MongoDb, Amazon Redshift, AWS Aurora and Memory database.

EaCloud.EntityFrameworkCore

EaCloud 数据访问组件,封装 EntityFrameworkCore 数据访问功能的实现。

Buran.Core.MvcLibrary

Package Description

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.DynamicLinq:

Repository Stars
alirezanet/Gridify
Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.
mixcore/mix.core
🚀 A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility.
Deali-Axy/StarBlog
☀StarBlog 是一个基于 .NET Core 开发的现代博客系统,支持 Markdown 文章导入,遵循 RESTful 接口规范。前端基于 Vue + ElementUI 开发,可作为 .NET Core 入门学习项目,同时配套了一系列开发笔记,记录了从零开始构建这个博客系统的全过程,可以帮助学习理解 .Net Core 项目的开发流程。
cloudy-net/Cloudy.NET
☁️ ASP.NET Core app to build backoffices fast
YodasMyDad/ZauberCMS
.NET CMS using Blazor, built by .Net Developers for .Net Developers
Version Downloads Last Updated
10.7.0 2,478 11/15/2025
9.7.0 948 11/15/2025
9.6.10 4,799 11/8/2025
9.6.9 22,072 10/11/2025
9.6.8 10,493 9/28/2025
9.6.7 55,206 7/28/2025
9.6.6 118,752 6/11/2025
9.6.5 10,656 5/28/2025
9.6.4 13,292 5/19/2025
9.6.3 4,813 5/9/2025
9.6.2 20,850 4/24/2025
9.6.0.2 78,391 2/11/2025
9.6.0.1 78,630 1/28/2025
9.6.0 4,037 1/26/2025
9.6.0-preview-03 196 1/25/2025
9.6.0-preview-02 172 1/24/2025
9.6.0-preview-01 181 1/23/2025
9.5.1 82,253 12/12/2024
9.5.0 6,388 12/7/2024
9.4.9 22,355 11/16/2024
8.7.0 792 11/15/2025
8.6.10 698 11/8/2025
8.6.9 4,828 10/11/2025
8.6.8 6,783 9/28/2025
8.6.7 28,635 7/28/2025
8.6.6 29,112 6/11/2025
8.6.5 13,600 5/28/2025
8.6.4 4,954 5/19/2025
8.6.3 4,843 5/9/2025
8.6.2 11,238 4/24/2025
8.6.1 315,297 1/23/2025
8.6.0.2 26,809 2/11/2025
8.6.0.1 2,154 1/28/2025
8.6.0 10,571 1/26/2025
8.6.0-preview-03 175 1/25/2025
8.6.0-preview-02 169 1/24/2025
8.6.0-preview-01 171 1/23/2025
8.5.1 78,678 12/12/2024
8.5.0 7,929 12/7/2024
8.4.9 58,148 11/16/2024
8.4.8 113,728 10/31/2024
8.4.7 40,537 10/26/2024
8.4.6 202,354 10/13/2024
8.4.5 256,608 8/20/2024
8.4.4 141,181 7/30/2024
8.4.3 176,716 7/1/2024
8.4.2 29,925 6/25/2024
8.4.1 40,873 6/21/2024
8.4.0 118,414 5/31/2024
8.3.14 95,949 5/3/2024
8.3.13 20,174 4/25/2024
8.3.12 18,503 4/18/2024
8.3.10 172,204 3/3/2024
8.3.9 10,930 2/29/2024
8.3.9-preview-02 502 2/3/2024
8.3.9-preview-01 729 1/23/2024
8.3.8 105,008 1/20/2024
8.3.7 128,263 11/20/2023
7.7.0 154 11/15/2025
7.6.10 125 11/8/2025
7.6.9 767 10/11/2025
7.6.8 318 9/28/2025
7.6.7 455 7/28/2025
7.6.6 1,135 6/11/2025
7.6.5 773 5/28/2025
7.6.4 823 5/19/2025
7.6.3 973 5/9/2025
7.6.2 700 4/24/2025
7.6.1 1,762 1/23/2025
7.6.0.2 1,057 2/11/2025
7.6.0.1 1,029 1/28/2025
7.6.0 1,043 1/26/2025
7.6.0-preview-03 165 1/25/2025
7.6.0-preview-02 155 1/24/2025
7.6.0-preview-01 167 1/23/2025
7.5.1 1,164 12/12/2024
7.5.0 1,042 12/7/2024
7.4.9 1,176 11/16/2024
7.4.8 1,113 10/31/2024
7.4.7 1,002 10/26/2024
7.4.6 1,384 10/13/2024
7.4.5 24,591 8/20/2024
7.4.4 1,322 7/30/2024
7.4.3 11,048 7/1/2024
7.4.2 3,342 6/25/2024
7.4.1 1,199 6/21/2024
7.4.0 7,279 5/31/2024
7.3.14 16,652 5/3/2024
7.3.13 1,849 4/25/2024
7.3.12 2,010 4/18/2024
7.3.11 1,764 4/17/2024
7.3.10 32,234 3/3/2024
7.3.9 3,923 2/29/2024
7.3.9-preview-02 886 2/3/2024
7.3.9-preview-01 517 1/23/2024
7.3.8 27,452 1/20/2024
7.3.7 28,468 11/20/2023
7.3.6 18,806 11/19/2023
7.3.5 257,224 9/21/2023
7.3.4 138,839 8/3/2023
7.3.3 96,256 6/24/2023
7.3.2 402,317 4/1/2023
7.3.1 32,315 3/6/2023
7.3.0 2,414 3/3/2023
7.2.25 94,784 2/5/2023
7.2.24 219,453 12/18/2022
7.2.23 87,211 11/12/2022
6.7.0 261 11/15/2025
6.6.10 123 11/8/2025
6.6.9 192 10/11/2025
6.6.8 252 9/28/2025
6.6.7 454 7/28/2025
6.6.6 1,616 6/11/2025
6.6.5 468 5/28/2025
6.6.4 629 5/19/2025
6.6.3 442 5/9/2025
6.6.2 522 4/24/2025
6.6.1 2,797 1/23/2025
6.6.0.2 1,865 2/11/2025
6.6.0.1 496 1/28/2025
6.6.0 1,543 1/26/2025
6.6.0-preview-03 170 1/25/2025
6.6.0-preview-02 163 1/24/2025
6.6.0-preview-01 164 1/23/2025
6.5.1 36,417 12/12/2024
6.5.0 613 12/7/2024
6.4.9 1,515 11/16/2024
6.4.8 654 10/31/2024
6.4.7 818 10/26/2024
6.4.6 2,159 10/13/2024
6.4.5 2,882 8/20/2024
6.4.4 1,402 7/30/2024
6.4.3 1,854 7/1/2024
6.4.2 634 6/25/2024
6.4.1 2,684 6/21/2024
6.4.0 2,219 5/31/2024
6.3.14 3,109 5/3/2024
6.3.13 16,231 4/25/2024
6.3.12 622 4/18/2024
6.3.11 560 4/17/2024
6.3.10 12,004 3/3/2024
6.3.9 3,250 2/29/2024
6.3.9-preview-02 612 2/3/2024
6.3.9-preview-01 377 1/23/2024
6.3.8 47,065 1/20/2024
6.3.7 43,426 11/20/2023
6.3.6 1,943 11/19/2023
6.3.5 866,075 9/21/2023
6.3.4 48,726 8/3/2023
6.3.3 42,681 6/24/2023
6.3.2 161,123 4/1/2023
6.3.1 40,726 3/6/2023
6.3.0 20,417 3/3/2023
6.2.25 56,605 2/5/2023
6.2.24 75,377 12/18/2022
6.2.23 80,285 11/12/2022
6.2.22 51,452 11/6/2022
6.2.21 50,091 10/28/2022
6.2.20 406,659 9/3/2022
6.2.20-preview-01 790 9/3/2022
6.2.19 364,370 6/26/2022
6.2.18 681,329 3/7/2022
6.2.17 67,910 2/21/2022
6.2.16 4,360 2/19/2022
6.2.15 184,717 12/17/2021
6.2.14 282,496 11/9/2021
6.2.13-preview.4.21253.1 2,276 10/9/2021
6.2.12-preview.4.21253.1 1,048 7/31/2021
6.2.11-preview.4.21253.1 367 7/19/2021
6.0.0-preview.4.21253.1 573 5/31/2021
6.0.0-preview.3.21201.2 399 5/9/2021
5.7.0 284 11/15/2025
5.6.10 124 11/8/2025
5.6.9 179 10/11/2025
5.6.8 241 9/28/2025
5.6.7 295 7/28/2025
5.6.6 507 6/11/2025
5.6.5 386 5/28/2025
5.6.4 371 5/19/2025
5.6.3 306 5/9/2025
5.6.2 380 4/24/2025
5.6.1 553 1/23/2025
5.6.0.2 355 2/11/2025
5.6.0.1 328 1/28/2025
5.6.0 352 1/26/2025
5.6.0-preview-03 179 1/25/2025
5.6.0-preview-02 168 1/24/2025
5.6.0-preview-01 179 1/23/2025
5.5.1 752 12/12/2024
5.5.0 354 12/7/2024
5.4.9 337 11/16/2024
5.4.8 340 10/31/2024
5.4.7 349 10/26/2024
5.4.6 374 10/13/2024
5.4.5 498 8/20/2024
5.4.4 559 7/30/2024
5.4.3 511 7/1/2024
5.4.2 365 6/25/2024
5.4.1 382 6/21/2024
5.4.0 399 5/31/2024
5.3.14 352 5/3/2024
5.3.13 391 4/25/2024
5.3.12 372 4/18/2024
5.3.11 567 4/17/2024
5.3.10 1,181 3/3/2024
5.3.9 471 2/29/2024
5.3.9-preview-02 373 2/3/2024
5.3.9-preview-01 376 1/23/2024
5.3.8 608 1/20/2024
5.3.7 3,319 11/20/2023
5.3.6 697 11/19/2023
5.3.5 1,351 9/21/2023
5.3.4 1,280 8/3/2023
5.3.3 2,627 6/24/2023
5.3.2 34,997 4/1/2023
5.3.1 1,068 3/6/2023
5.3.0 1,125 3/3/2023
5.2.25 1,222 2/5/2023
5.2.24 10,966 12/18/2022
5.2.23 3,956 11/12/2022
5.2.22 5,449 11/6/2022
5.2.21 1,184 10/28/2022
5.2.20 32,273 9/3/2022
5.2.20-preview-01 795 9/3/2022
5.2.19 33,396 6/26/2022
5.2.18 19,417 3/7/2022
5.2.17 5,094 2/21/2022
5.2.16 2,510 2/19/2022
5.2.15 146,468 12/17/2021
5.2.14 18,047 11/9/2021
5.2.13 165,314 10/9/2021
5.2.12 205,199 7/31/2021
5.2.11 84,586 7/19/2021
5.2.10 347,288 5/31/2021
5.2.9 194,087 3/26/2021
5.2.8 287,616 2/13/2021
5.2.7 82,550 12/26/2020
5.2.7-preview-03 1,124 12/26/2020
5.2.7-preview-01 1,112 12/26/2020
3.7.0 180 11/15/2025
3.6.10 122 11/8/2025
3.6.9 176 10/11/2025
3.6.8 237 9/28/2025
3.6.7 464 7/28/2025
3.6.6 501 6/11/2025
3.6.5 1,036 5/28/2025
3.6.4 445 5/19/2025
3.6.3 316 5/9/2025
3.6.2 398 4/24/2025
3.6.1 446 1/23/2025
3.6.0.2 362 2/11/2025
3.6.0.1 333 1/28/2025
3.6.0 345 1/26/2025
3.6.0-preview-03 162 1/25/2025
3.6.0-preview-02 150 1/24/2025
3.6.0-preview-01 176 1/23/2025
3.5.1 368 12/12/2024
3.5.0 349 12/7/2024
3.4.9 348 11/16/2024
3.4.8 338 10/31/2024
3.4.7 336 10/26/2024
3.4.6 388 10/13/2024
3.4.5 3,267 8/20/2024
3.4.4 345 7/30/2024
3.4.3 1,426 7/1/2024
3.4.2 388 6/25/2024
3.4.1 386 6/21/2024
3.4.0 424 5/31/2024
3.3.14 395 5/3/2024
3.3.13 372 4/25/2024
3.3.12 394 4/18/2024
3.3.11 375 4/17/2024
3.3.10 755 3/3/2024
3.3.9 467 2/29/2024
3.3.9-preview-02 336 2/3/2024
3.3.9-preview-01 393 1/23/2024
3.3.8 600 1/20/2024
3.3.7 11,792 11/20/2023
3.3.6 705 11/19/2023
3.3.5 3,384 9/21/2023
3.3.4 1,904 8/3/2023
3.3.3 9,453 6/24/2023
3.3.2 3,100 4/1/2023
3.3.1 1,456 3/6/2023
3.3.0 1,037 3/3/2023
3.2.25 1,783 2/5/2023
3.2.24 18,992 12/18/2022
3.2.23 1,867 11/12/2022
3.2.22 1,245 11/6/2022
3.2.21 1,269 10/28/2022
3.2.20 23,615 9/3/2022
3.2.20-preview-01 754 9/3/2022
3.2.19 48,827 6/26/2022
3.2.18 25,919 3/7/2022
3.2.17 1,497 2/21/2022
3.2.16 1,328 2/19/2022
3.2.15 26,756 12/17/2021
3.2.14 18,522 11/9/2021
3.2.13 2,804 10/9/2021
3.2.12 23,297 7/31/2021
3.2.11 5,168 7/19/2021
3.2.10 40,420 5/31/2021
3.2.9 23,263 3/26/2021
3.2.8 20,852 2/13/2021
3.2.7 74,116 12/26/2020
3.2.7-preview-03 1,135 12/26/2020
3.2.7-preview-02 1,160 12/26/2020
3.2.7-preview-01 1,139 12/26/2020
3.2.6 136,915 11/25/2020
3.2.6-preview-01 1,046 11/25/2020
3.2.5 201,384 10/24/2020
3.2.4 9,845 10/19/2020
3.2.3 12,427 10/11/2020
3.2.2 85,468 8/19/2020
3.2.1 11,194 8/8/2020
3.2.0 26,977 7/27/2020
2.7.0 155 11/15/2025
2.6.10 126 11/8/2025
2.6.9 178 10/11/2025
2.6.8 245 9/28/2025
2.6.7 320 7/28/2025
2.6.6 512 6/11/2025
2.6.5 361 5/28/2025
2.6.4 361 5/19/2025
2.6.3 321 5/9/2025
2.6.2 391 4/24/2025
2.6.1 339 1/23/2025
2.6.0.2 343 2/11/2025
2.6.0.1 333 1/28/2025
2.6.0 488 1/26/2025
2.6.0-preview-03 173 1/25/2025
2.6.0-preview-02 180 1/24/2025
2.6.0-preview-01 175 1/23/2025
2.5.1 367 12/12/2024
2.5.0 358 12/7/2024
2.4.9 346 11/16/2024
2.4.8 354 10/31/2024
2.4.7 348 10/26/2024
2.4.6 370 10/13/2024
2.4.5 385 8/20/2024
2.4.4 347 7/30/2024
2.4.3 380 7/1/2024
2.4.2 368 6/25/2024
2.4.1 374 6/21/2024
2.4.0 376 5/31/2024
2.3.14 383 5/3/2024
2.3.13 417 4/25/2024
2.3.12 383 4/18/2024
2.3.11 366 4/17/2024
2.3.10 459 3/3/2024
2.3.9 481 2/29/2024
2.3.9-preview-02 361 2/3/2024
2.3.9-preview-01 393 1/23/2024
2.3.8 562 1/20/2024
2.3.7 723 11/20/2023
2.3.6 687 11/19/2023
2.3.5 738 9/21/2023
2.3.4 909 8/3/2023
2.3.3 907 6/24/2023
2.3.2 1,020 4/1/2023
2.3.1 986 3/6/2023
2.3.0 1,027 3/3/2023
2.2.25 1,051 2/5/2023
2.2.24 1,063 12/18/2022
2.2.23 1,070 11/12/2022
2.2.22 1,137 11/6/2022
2.2.21 1,143 10/28/2022
2.2.20 1,200 9/3/2022
2.2.20-preview-01 729 9/3/2022
2.2.19 1,264 6/26/2022
2.2.18 1,445 3/7/2022
2.2.17 1,266 2/21/2022
2.2.16 1,315 2/19/2022
2.2.15 1,218 12/17/2021
2.2.14 1,192 11/9/2021
2.2.13 1,246 10/9/2021
2.2.12 1,545 7/31/2021
2.2.11 2,062 7/19/2021
2.2.10 1,803 5/31/2021
2.2.9 7,670 3/26/2021
2.2.8 2,164 2/13/2021
2.2.7 1,513 12/26/2020
2.2.7-preview-03 1,130 12/26/2020
2.2.7-preview-02 1,110 12/26/2020
2.2.7-preview-01 1,174 12/26/2020
2.2.6 13,192 11/25/2020
2.2.6-preview-01 963 11/25/2020
2.2.5 4,698 10/24/2020
2.2.4 3,093 10/19/2020
2.2.3 1,453 10/11/2020
2.2.2 22,710 8/19/2020
2.2.1 8,510 8/8/2020
2.2.0 68,338 7/27/2020
1.1.8 21,172 7/12/2020
1.1.7 5,753 7/6/2020
1.1.6 3,114 7/5/2020
1.1.5 42,579 6/15/2020
1.1.4 1,520 6/15/2020
1.1.3 1,509 6/15/2020
1.1.2 23,850 5/31/2020
1.1.1 28,096 5/14/2020
1.1.0 24,787 4/25/2020
1.0.24 14,391 4/16/2020
1.0.23 224,930 3/26/2020
1.0.22 6,513 3/18/2020
1.0.21 40,387 2/29/2020
1.0.20 145,472 1/11/2020
1.0.19 117,944 8/29/2019
1.0.18 85,425 7/2/2019
1.0.17 44,114 6/14/2019
1.0.16 4,995 6/6/2019
1.0.15 6,496 5/20/2019
1.0.14 5,355 5/14/2019
1.0.13 15,675 5/3/2019
1.0.12 73,633 3/26/2019
1.0.11 14,536 2/28/2019
1.0.10 33,383 2/5/2019
1.0.9.2 597,780 1/10/2019
1.0.9.1 1,935 1/7/2019
1.0.9 37,136 10/19/2018
1.0.8.18 83,168 9/4/2018
1.0.8.17 12,239 8/27/2018
1.0.8.16 20,061 8/19/2018
1.0.8.15 2,069 8/17/2018
1.0.8.13 6,730 8/2/2018
1.0.8.12 5,529 7/27/2018
1.0.8.11 40,396 6/6/2018
1.0.8.10 2,974 6/5/2018
1.0.8.9 7,732 5/26/2018
1.0.8.8 2,546 5/21/2018
1.0.8.7 3,837 5/9/2018
1.0.8.6 3,186 4/28/2018
1.0.8.5 2,764 4/27/2018
1.0.8.4 2,544 4/25/2018
1.0.8.3 4,314 3/30/2018
1.0.8.2 58,818 1/9/2018
1.0.8.1 6,188 1/5/2018
1.0.8 22,190 12/16/2017
1.0.4.8 18,166 11/1/2017
1.0.4.7 4,947 9/12/2017
1.0.4.6 6,737 7/8/2017
1.0.4.5 2,465 6/28/2017
1.0.4.4 2,314 6/27/2017
1.0.4.3 2,747 6/1/2017
1.0.4.2 2,275 6/1/2017
1.0.4.1 2,290 5/31/2017
1.0.4 2,933 5/17/2017
1.0.3.6 3,888 4/8/2017
1.0.3.5 2,860 3/30/2017
1.0.3.4 2,739 3/25/2017
1.0.3.3 6,555 11/16/2016
1.0.3.2 2,742 10/31/2016
1.0.3.1 2,613 10/30/2016
1.0.3 2,501 10/22/2016
1.0.1 3,790 6/27/2016
1.0.0 11,627 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md