Microsoft.EntityFrameworkCore.DynamicLinq 3.3.9-preview-02

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 3.3.9-preview-02
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 3.3.9-preview-02
                    
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="3.3.9-preview-02" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="3.3.9-preview-02" />
                    
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 3.3.9-preview-02
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 3.3.9-preview-02"
                    
#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@3.3.9-preview-02
                    
#: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=3.3.9-preview-02&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=3.3.9-preview-02&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 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 (83)

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

Showing the top 4 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
Version Downloads Last Updated
10.7.0 675 11/15/2025
9.7.0 251 11/15/2025
9.6.10 2,887 11/8/2025
9.6.9 18,622 10/11/2025
9.6.8 10,249 9/28/2025
9.6.7 53,126 7/28/2025
9.6.6 111,801 6/11/2025
9.6.5 10,434 5/28/2025
9.6.4 12,703 5/19/2025
9.6.3 4,797 5/9/2025
9.6.2 20,280 4/24/2025
9.6.0.2 77,542 2/11/2025
9.6.0.1 76,139 1/28/2025
9.6.0 4,016 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 178 1/23/2025
9.5.1 81,865 12/12/2024
9.5.0 6,337 12/7/2024
9.4.9 22,062 11/16/2024
8.7.0 344 11/15/2025
8.6.10 654 11/8/2025
8.6.9 4,473 10/11/2025
8.6.8 5,942 9/28/2025
8.6.7 26,715 7/28/2025
8.6.6 28,130 6/11/2025
8.6.5 12,750 5/28/2025
8.6.4 4,658 5/19/2025
8.6.3 4,733 5/9/2025
8.6.2 10,735 4/24/2025
8.6.1 302,325 1/23/2025
8.6.0.2 25,968 2/11/2025
8.6.0.1 2,133 1/28/2025
8.6.0 10,491 1/26/2025
8.6.0-preview-03 171 1/25/2025
8.6.0-preview-02 168 1/24/2025
8.6.0-preview-01 170 1/23/2025
8.5.1 77,148 12/12/2024
8.5.0 7,429 12/7/2024
8.4.9 57,051 11/16/2024
8.4.8 113,289 10/31/2024
8.4.7 40,386 10/26/2024
8.4.6 199,982 10/13/2024
8.4.5 252,650 8/20/2024
8.4.4 140,855 7/30/2024
8.4.3 175,541 7/1/2024
8.4.2 29,636 6/25/2024
8.4.1 40,607 6/21/2024
8.4.0 116,727 5/31/2024
8.3.14 95,065 5/3/2024
8.3.13 20,051 4/25/2024
8.3.12 18,470 4/18/2024
8.3.10 171,375 3/3/2024
8.3.9 10,893 2/29/2024
8.3.9-preview-02 501 2/3/2024
8.3.9-preview-01 726 1/23/2024
8.3.8 104,026 1/20/2024
8.3.7 127,311 11/20/2023
7.7.0 136 11/15/2025
7.6.10 120 11/8/2025
7.6.9 395 10/11/2025
7.6.8 309 9/28/2025
7.6.7 453 7/28/2025
7.6.6 1,133 6/11/2025
7.6.5 771 5/28/2025
7.6.4 818 5/19/2025
7.6.3 971 5/9/2025
7.6.2 699 4/24/2025
7.6.1 1,747 1/23/2025
7.6.0.2 1,055 2/11/2025
7.6.0.1 1,025 1/28/2025
7.6.0 1,009 1/26/2025
7.6.0-preview-03 164 1/25/2025
7.6.0-preview-02 154 1/24/2025
7.6.0-preview-01 166 1/23/2025
7.5.1 1,163 12/12/2024
7.5.0 1,040 12/7/2024
7.4.9 1,174 11/16/2024
7.4.8 1,112 10/31/2024
7.4.7 1,000 10/26/2024
7.4.6 1,382 10/13/2024
7.4.5 24,321 8/20/2024
7.4.4 1,321 7/30/2024
7.4.3 11,026 7/1/2024
7.4.2 3,340 6/25/2024
7.4.1 1,199 6/21/2024
7.4.0 7,250 5/31/2024
7.3.14 16,595 5/3/2024
7.3.13 1,839 4/25/2024
7.3.12 1,982 4/18/2024
7.3.11 1,763 4/17/2024
7.3.10 32,172 3/3/2024
7.3.9 3,919 2/29/2024
7.3.9-preview-02 885 2/3/2024
7.3.9-preview-01 516 1/23/2024
7.3.8 27,383 1/20/2024
7.3.7 28,386 11/20/2023
7.3.6 18,603 11/19/2023
7.3.5 255,444 9/21/2023
7.3.4 138,120 8/3/2023
7.3.3 96,113 6/24/2023
7.3.2 401,962 4/1/2023
7.3.1 32,291 3/6/2023
7.3.0 2,411 3/3/2023
7.2.25 94,679 2/5/2023
7.2.24 219,074 12/18/2022
7.2.23 86,681 11/12/2022
6.7.0 135 11/15/2025
6.6.10 118 11/8/2025
6.6.9 186 10/11/2025
6.6.8 248 9/28/2025
6.6.7 452 7/28/2025
6.6.6 1,613 6/11/2025
6.6.5 467 5/28/2025
6.6.4 627 5/19/2025
6.6.3 440 5/9/2025
6.6.2 518 4/24/2025
6.6.1 2,789 1/23/2025
6.6.0.2 1,856 2/11/2025
6.6.0.1 496 1/28/2025
6.6.0 1,505 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 35,604 12/12/2024
6.5.0 613 12/7/2024
6.4.9 1,493 11/16/2024
6.4.8 653 10/31/2024
6.4.7 806 10/26/2024
6.4.6 2,141 10/13/2024
6.4.5 2,854 8/20/2024
6.4.4 1,400 7/30/2024
6.4.3 1,854 7/1/2024
6.4.2 631 6/25/2024
6.4.1 2,682 6/21/2024
6.4.0 2,218 5/31/2024
6.3.14 3,104 5/3/2024
6.3.13 16,229 4/25/2024
6.3.12 619 4/18/2024
6.3.11 560 4/17/2024
6.3.10 11,924 3/3/2024
6.3.9 3,205 2/29/2024
6.3.9-preview-02 611 2/3/2024
6.3.9-preview-01 372 1/23/2024
6.3.8 46,906 1/20/2024
6.3.7 43,208 11/20/2023
6.3.6 1,943 11/19/2023
6.3.5 850,065 9/21/2023
6.3.4 48,686 8/3/2023
6.3.3 42,460 6/24/2023
6.3.2 160,271 4/1/2023
6.3.1 40,678 3/6/2023
6.3.0 20,386 3/3/2023
6.2.25 56,491 2/5/2023
6.2.24 75,191 12/18/2022
6.2.23 80,250 11/12/2022
6.2.22 51,364 11/6/2022
6.2.21 50,070 10/28/2022
6.2.20 406,090 9/3/2022
6.2.20-preview-01 787 9/3/2022
6.2.19 363,641 6/26/2022
6.2.18 680,779 3/7/2022
6.2.17 67,852 2/21/2022
6.2.16 4,357 2/19/2022
6.2.15 184,488 12/17/2021
6.2.14 282,324 11/9/2021
6.2.13-preview.4.21253.1 2,253 10/9/2021
6.2.12-preview.4.21253.1 1,043 7/31/2021
6.2.11-preview.4.21253.1 363 7/19/2021
6.0.0-preview.4.21253.1 568 5/31/2021
6.0.0-preview.3.21201.2 394 5/9/2021
5.7.0 137 11/15/2025
5.6.10 118 11/8/2025
5.6.9 178 10/11/2025
5.6.8 239 9/28/2025
5.6.7 293 7/28/2025
5.6.6 504 6/11/2025
5.6.5 385 5/28/2025
5.6.4 369 5/19/2025
5.6.3 304 5/9/2025
5.6.2 379 4/24/2025
5.6.1 548 1/23/2025
5.6.0.2 350 2/11/2025
5.6.0.1 327 1/28/2025
5.6.0 349 1/26/2025
5.6.0-preview-03 179 1/25/2025
5.6.0-preview-02 166 1/24/2025
5.6.0-preview-01 178 1/23/2025
5.5.1 751 12/12/2024
5.5.0 352 12/7/2024
5.4.9 335 11/16/2024
5.4.8 339 10/31/2024
5.4.7 349 10/26/2024
5.4.6 372 10/13/2024
5.4.5 495 8/20/2024
5.4.4 558 7/30/2024
5.4.3 510 7/1/2024
5.4.2 364 6/25/2024
5.4.1 381 6/21/2024
5.4.0 396 5/31/2024
5.3.14 351 5/3/2024
5.3.13 386 4/25/2024
5.3.12 370 4/18/2024
5.3.11 565 4/17/2024
5.3.10 1,171 3/3/2024
5.3.9 470 2/29/2024
5.3.9-preview-02 371 2/3/2024
5.3.9-preview-01 374 1/23/2024
5.3.8 607 1/20/2024
5.3.7 3,295 11/20/2023
5.3.6 695 11/19/2023
5.3.5 1,347 9/21/2023
5.3.4 1,279 8/3/2023
5.3.3 2,626 6/24/2023
5.3.2 34,992 4/1/2023
5.3.1 1,065 3/6/2023
5.3.0 1,122 3/3/2023
5.2.25 1,217 2/5/2023
5.2.24 10,943 12/18/2022
5.2.23 3,910 11/12/2022
5.2.22 5,447 11/6/2022
5.2.21 1,182 10/28/2022
5.2.20 32,041 9/3/2022
5.2.20-preview-01 793 9/3/2022
5.2.19 33,315 6/26/2022
5.2.18 19,401 3/7/2022
5.2.17 5,090 2/21/2022
5.2.16 2,505 2/19/2022
5.2.15 146,010 12/17/2021
5.2.14 18,040 11/9/2021
5.2.13 165,305 10/9/2021
5.2.12 205,133 7/31/2021
5.2.11 84,571 7/19/2021
5.2.10 347,196 5/31/2021
5.2.9 194,034 3/26/2021
5.2.8 287,540 2/13/2021
5.2.7 82,435 12/26/2020
5.2.7-preview-03 1,117 12/26/2020
5.2.7-preview-01 1,104 12/26/2020
3.7.0 138 11/15/2025
3.6.10 118 11/8/2025
3.6.9 173 10/11/2025
3.6.8 235 9/28/2025
3.6.7 442 7/28/2025
3.6.6 500 6/11/2025
3.6.5 1,009 5/28/2025
3.6.4 435 5/19/2025
3.6.3 314 5/9/2025
3.6.2 397 4/24/2025
3.6.1 441 1/23/2025
3.6.0.2 361 2/11/2025
3.6.0.1 333 1/28/2025
3.6.0 343 1/26/2025
3.6.0-preview-03 158 1/25/2025
3.6.0-preview-02 150 1/24/2025
3.6.0-preview-01 175 1/23/2025
3.5.1 367 12/12/2024
3.5.0 347 12/7/2024
3.4.9 345 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,212 8/20/2024
3.4.4 343 7/30/2024
3.4.3 1,402 7/1/2024
3.4.2 385 6/25/2024
3.4.1 385 6/21/2024
3.4.0 423 5/31/2024
3.3.14 391 5/3/2024
3.3.13 371 4/25/2024
3.3.12 394 4/18/2024
3.3.11 374 4/17/2024
3.3.10 754 3/3/2024
3.3.9 467 2/29/2024
3.3.9-preview-02 334 2/3/2024
3.3.9-preview-01 393 1/23/2024
3.3.8 597 1/20/2024
3.3.7 11,635 11/20/2023
3.3.6 702 11/19/2023
3.3.5 3,375 9/21/2023
3.3.4 1,901 8/3/2023
3.3.3 9,434 6/24/2023
3.3.2 3,096 4/1/2023
3.3.1 1,453 3/6/2023
3.3.0 1,033 3/3/2023
3.2.25 1,775 2/5/2023
3.2.24 18,974 12/18/2022
3.2.23 1,863 11/12/2022
3.2.22 1,240 11/6/2022
3.2.21 1,266 10/28/2022
3.2.20 23,564 9/3/2022
3.2.20-preview-01 751 9/3/2022
3.2.19 48,807 6/26/2022
3.2.18 25,913 3/7/2022
3.2.17 1,492 2/21/2022
3.2.16 1,324 2/19/2022
3.2.15 26,752 12/17/2021
3.2.14 18,505 11/9/2021
3.2.13 2,798 10/9/2021
3.2.12 23,287 7/31/2021
3.2.11 5,162 7/19/2021
3.2.10 40,415 5/31/2021
3.2.9 23,246 3/26/2021
3.2.8 20,841 2/13/2021
3.2.7 74,080 12/26/2020
3.2.7-preview-03 1,127 12/26/2020
3.2.7-preview-02 1,154 12/26/2020
3.2.7-preview-01 1,132 12/26/2020
3.2.6 136,873 11/25/2020
3.2.6-preview-01 1,037 11/25/2020
3.2.5 201,334 10/24/2020
3.2.4 9,837 10/19/2020
3.2.3 12,414 10/11/2020
3.2.2 85,395 8/19/2020
3.2.1 11,169 8/8/2020
3.2.0 26,958 7/27/2020
2.7.0 143 11/15/2025
2.6.10 122 11/8/2025
2.6.9 177 10/11/2025
2.6.8 239 9/28/2025
2.6.7 316 7/28/2025
2.6.6 510 6/11/2025
2.6.5 359 5/28/2025
2.6.4 360 5/19/2025
2.6.3 320 5/9/2025
2.6.2 388 4/24/2025
2.6.1 339 1/23/2025
2.6.0.2 341 2/11/2025
2.6.0.1 332 1/28/2025
2.6.0 483 1/26/2025
2.6.0-preview-03 171 1/25/2025
2.6.0-preview-02 178 1/24/2025
2.6.0-preview-01 173 1/23/2025
2.5.1 364 12/12/2024
2.5.0 358 12/7/2024
2.4.9 346 11/16/2024
2.4.8 351 10/31/2024
2.4.7 348 10/26/2024
2.4.6 369 10/13/2024
2.4.5 384 8/20/2024
2.4.4 345 7/30/2024
2.4.3 378 7/1/2024
2.4.2 367 6/25/2024
2.4.1 371 6/21/2024
2.4.0 375 5/31/2024
2.3.14 382 5/3/2024
2.3.13 416 4/25/2024
2.3.12 382 4/18/2024
2.3.11 365 4/17/2024
2.3.10 457 3/3/2024
2.3.9 479 2/29/2024
2.3.9-preview-02 358 2/3/2024
2.3.9-preview-01 393 1/23/2024
2.3.8 560 1/20/2024
2.3.7 721 11/20/2023
2.3.6 685 11/19/2023
2.3.5 738 9/21/2023
2.3.4 906 8/3/2023
2.3.3 905 6/24/2023
2.3.2 1,019 4/1/2023
2.3.1 982 3/6/2023
2.3.0 1,023 3/3/2023
2.2.25 1,048 2/5/2023
2.2.24 1,060 12/18/2022
2.2.23 1,066 11/12/2022
2.2.22 1,132 11/6/2022
2.2.21 1,140 10/28/2022
2.2.20 1,197 9/3/2022
2.2.20-preview-01 726 9/3/2022
2.2.19 1,260 6/26/2022
2.2.18 1,441 3/7/2022
2.2.17 1,262 2/21/2022
2.2.16 1,310 2/19/2022
2.2.15 1,214 12/17/2021
2.2.14 1,186 11/9/2021
2.2.13 1,242 10/9/2021
2.2.12 1,539 7/31/2021
2.2.11 2,057 7/19/2021
2.2.10 1,799 5/31/2021
2.2.9 7,663 3/26/2021
2.2.8 2,156 2/13/2021
2.2.7 1,506 12/26/2020
2.2.7-preview-03 1,121 12/26/2020
2.2.7-preview-02 1,102 12/26/2020
2.2.7-preview-01 1,167 12/26/2020
2.2.6 13,182 11/25/2020
2.2.6-preview-01 954 11/25/2020
2.2.5 4,691 10/24/2020
2.2.4 3,086 10/19/2020
2.2.3 1,446 10/11/2020
2.2.2 22,702 8/19/2020
2.2.1 8,501 8/8/2020
2.2.0 68,219 7/27/2020
1.1.8 21,154 7/12/2020
1.1.7 5,747 7/6/2020
1.1.6 3,106 7/5/2020
1.1.5 42,571 6/15/2020
1.1.4 1,514 6/15/2020
1.1.3 1,502 6/15/2020
1.1.2 23,836 5/31/2020
1.1.1 28,086 5/14/2020
1.1.0 24,780 4/25/2020
1.0.24 14,381 4/16/2020
1.0.23 224,920 3/26/2020
1.0.22 6,506 3/18/2020
1.0.21 40,299 2/29/2020
1.0.20 145,347 1/11/2020
1.0.19 117,885 8/29/2019
1.0.18 85,344 7/2/2019
1.0.17 44,078 6/14/2019
1.0.16 4,987 6/6/2019
1.0.15 6,440 5/20/2019
1.0.14 5,348 5/14/2019
1.0.13 15,661 5/3/2019
1.0.12 73,619 3/26/2019
1.0.11 14,527 2/28/2019
1.0.10 33,373 2/5/2019
1.0.9.2 597,739 1/10/2019
1.0.9.1 1,928 1/7/2019
1.0.9 37,126 10/19/2018
1.0.8.18 83,160 9/4/2018
1.0.8.17 12,233 8/27/2018
1.0.8.16 20,053 8/19/2018
1.0.8.15 2,062 8/17/2018
1.0.8.13 6,716 8/2/2018
1.0.8.12 5,515 7/27/2018
1.0.8.11 40,363 6/6/2018
1.0.8.10 2,952 6/5/2018
1.0.8.9 7,710 5/26/2018
1.0.8.8 2,527 5/21/2018
1.0.8.7 3,818 5/9/2018
1.0.8.6 3,165 4/28/2018
1.0.8.5 2,744 4/27/2018
1.0.8.4 2,525 4/25/2018
1.0.8.3 4,296 3/30/2018
1.0.8.2 58,798 1/9/2018
1.0.8.1 6,171 1/5/2018
1.0.8 22,163 12/16/2017
1.0.4.8 18,135 11/1/2017
1.0.4.7 4,935 9/12/2017
1.0.4.6 6,725 7/8/2017
1.0.4.5 2,453 6/28/2017
1.0.4.4 2,300 6/27/2017
1.0.4.3 2,687 6/1/2017
1.0.4.2 2,263 6/1/2017
1.0.4.1 2,277 5/31/2017
1.0.4 2,921 5/17/2017
1.0.3.6 3,866 4/8/2017
1.0.3.5 2,841 3/30/2017
1.0.3.4 2,719 3/25/2017
1.0.3.3 6,534 11/16/2016
1.0.3.2 2,723 10/31/2016
1.0.3.1 2,593 10/30/2016
1.0.3 2,484 10/22/2016
1.0.1 3,765 6/27/2016
1.0.0 11,588 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md