Microsoft.EntityFrameworkCore.DynamicLinq 2.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 2.6.0-preview-01
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 2.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="2.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="2.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 2.6.0-preview-01
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 2.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@2.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=2.6.0-preview-01&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=2.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 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
9.6.10 701 11/8/2025
9.6.9 13,249 10/11/2025
9.6.8 10,060 9/28/2025
9.6.7 51,478 7/28/2025
9.6.6 105,865 6/11/2025
9.6.5 10,257 5/28/2025
9.6.4 12,164 5/19/2025
9.6.3 4,778 5/9/2025
9.6.2 19,684 4/24/2025
9.6.0.2 76,441 2/11/2025
9.6.0.1 74,628 1/28/2025
9.6.0 3,993 1/26/2025
9.6.0-preview-03 193 1/25/2025
9.6.0-preview-02 170 1/24/2025
9.6.0-preview-01 175 1/23/2025
9.5.1 80,856 12/12/2024
9.5.0 6,268 12/7/2024
9.4.9 21,866 11/16/2024
8.6.10 463 11/8/2025
8.6.9 4,067 10/11/2025
8.6.8 5,212 9/28/2025
8.6.7 24,813 7/28/2025
8.6.6 27,307 6/11/2025
8.6.5 11,813 5/28/2025
8.6.4 4,330 5/19/2025
8.6.3 4,614 5/9/2025
8.6.2 10,224 4/24/2025
8.6.1 291,245 1/23/2025
8.6.0.2 25,046 2/11/2025
8.6.0.1 2,121 1/28/2025
8.6.0 10,367 1/26/2025
8.6.0-preview-03 158 1/25/2025
8.6.0-preview-02 166 1/24/2025
8.6.0-preview-01 168 1/23/2025
8.5.1 75,602 12/12/2024
8.5.0 7,079 12/7/2024
8.4.9 56,312 11/16/2024
8.4.8 112,860 10/31/2024
8.4.7 40,108 10/26/2024
8.4.6 197,704 10/13/2024
8.4.5 249,170 8/20/2024
8.4.4 140,289 7/30/2024
8.4.3 173,951 7/1/2024
8.4.2 29,453 6/25/2024
8.4.1 40,428 6/21/2024
8.4.0 115,404 5/31/2024
8.3.14 93,912 5/3/2024
8.3.13 19,910 4/25/2024
8.3.12 18,449 4/18/2024
8.3.10 170,471 3/3/2024
8.3.9 10,852 2/29/2024
8.3.9-preview-02 498 2/3/2024
8.3.9-preview-01 723 1/23/2024
8.3.8 103,408 1/20/2024
8.3.7 126,269 11/20/2023
7.6.10 102 11/8/2025
7.6.9 242 10/11/2025
7.6.8 300 9/28/2025
7.6.7 448 7/28/2025
7.6.6 1,129 6/11/2025
7.6.5 765 5/28/2025
7.6.4 813 5/19/2025
7.6.3 968 5/9/2025
7.6.2 696 4/24/2025
7.6.1 1,711 1/23/2025
7.6.0.2 1,050 2/11/2025
7.6.0.1 1,017 1/28/2025
7.6.0 1,005 1/26/2025
7.6.0-preview-03 163 1/25/2025
7.6.0-preview-02 152 1/24/2025
7.6.0-preview-01 165 1/23/2025
7.5.1 1,159 12/12/2024
7.5.0 1,036 12/7/2024
7.4.9 1,170 11/16/2024
7.4.8 1,108 10/31/2024
7.4.7 995 10/26/2024
7.4.6 1,378 10/13/2024
7.4.5 23,662 8/20/2024
7.4.4 1,317 7/30/2024
7.4.3 11,015 7/1/2024
7.4.2 3,337 6/25/2024
7.4.1 1,194 6/21/2024
7.4.0 7,219 5/31/2024
7.3.14 16,535 5/3/2024
7.3.13 1,835 4/25/2024
7.3.12 1,974 4/18/2024
7.3.11 1,760 4/17/2024
7.3.10 32,121 3/3/2024
7.3.9 3,915 2/29/2024
7.3.9-preview-02 884 2/3/2024
7.3.9-preview-01 513 1/23/2024
7.3.8 27,318 1/20/2024
7.3.7 28,353 11/20/2023
7.3.6 18,473 11/19/2023
7.3.5 253,899 9/21/2023
7.3.4 137,639 8/3/2023
7.3.3 95,936 6/24/2023
7.3.2 401,612 4/1/2023
7.3.1 32,270 3/6/2023
7.3.0 2,404 3/3/2023
7.2.25 94,594 2/5/2023
7.2.24 218,825 12/18/2022
7.2.23 86,128 11/12/2022
6.6.10 100 11/8/2025
6.6.9 178 10/11/2025
6.6.8 241 9/28/2025
6.6.7 446 7/28/2025
6.6.6 1,609 6/11/2025
6.6.5 463 5/28/2025
6.6.4 620 5/19/2025
6.6.3 435 5/9/2025
6.6.2 514 4/24/2025
6.6.1 2,768 1/23/2025
6.6.0.2 1,848 2/11/2025
6.6.0.1 491 1/28/2025
6.6.0 1,465 1/26/2025
6.6.0-preview-03 167 1/25/2025
6.6.0-preview-02 162 1/24/2025
6.6.0-preview-01 163 1/23/2025
6.5.1 35,117 12/12/2024
6.5.0 609 12/7/2024
6.4.9 1,478 11/16/2024
6.4.8 650 10/31/2024
6.4.7 802 10/26/2024
6.4.6 2,127 10/13/2024
6.4.5 2,826 8/20/2024
6.4.4 1,397 7/30/2024
6.4.3 1,844 7/1/2024
6.4.2 628 6/25/2024
6.4.1 2,678 6/21/2024
6.4.0 2,213 5/31/2024
6.3.14 3,097 5/3/2024
6.3.13 16,225 4/25/2024
6.3.12 615 4/18/2024
6.3.11 556 4/17/2024
6.3.10 11,867 3/3/2024
6.3.9 3,185 2/29/2024
6.3.9-preview-02 607 2/3/2024
6.3.9-preview-01 369 1/23/2024
6.3.8 46,677 1/20/2024
6.3.7 43,055 11/20/2023
6.3.6 1,938 11/19/2023
6.3.5 827,333 9/21/2023
6.3.4 48,602 8/3/2023
6.3.3 42,251 6/24/2023
6.3.2 159,365 4/1/2023
6.3.1 40,639 3/6/2023
6.3.0 20,362 3/3/2023
6.2.25 56,420 2/5/2023
6.2.24 75,074 12/18/2022
6.2.23 80,208 11/12/2022
6.2.22 51,195 11/6/2022
6.2.21 50,049 10/28/2022
6.2.20 405,481 9/3/2022
6.2.20-preview-01 784 9/3/2022
6.2.19 362,725 6/26/2022
6.2.18 680,216 3/7/2022
6.2.17 67,789 2/21/2022
6.2.16 4,350 2/19/2022
6.2.15 184,248 12/17/2021
6.2.14 282,100 11/9/2021
6.2.13-preview.4.21253.1 2,246 10/9/2021
6.2.12-preview.4.21253.1 1,040 7/31/2021
6.2.11-preview.4.21253.1 361 7/19/2021
6.0.0-preview.4.21253.1 565 5/31/2021
6.0.0-preview.3.21201.2 391 5/9/2021
5.6.10 100 11/8/2025
5.6.9 172 10/11/2025
5.6.8 233 9/28/2025
5.6.7 289 7/28/2025
5.6.6 498 6/11/2025
5.6.5 379 5/28/2025
5.6.4 364 5/19/2025
5.6.3 301 5/9/2025
5.6.2 376 4/24/2025
5.6.1 541 1/23/2025
5.6.0.2 344 2/11/2025
5.6.0.1 324 1/28/2025
5.6.0 346 1/26/2025
5.6.0-preview-03 178 1/25/2025
5.6.0-preview-02 164 1/24/2025
5.6.0-preview-01 176 1/23/2025
5.5.1 748 12/12/2024
5.5.0 349 12/7/2024
5.4.9 329 11/16/2024
5.4.8 334 10/31/2024
5.4.7 344 10/26/2024
5.4.6 368 10/13/2024
5.4.5 491 8/20/2024
5.4.4 555 7/30/2024
5.4.3 506 7/1/2024
5.4.2 361 6/25/2024
5.4.1 378 6/21/2024
5.4.0 391 5/31/2024
5.3.14 346 5/3/2024
5.3.13 373 4/25/2024
5.3.12 365 4/18/2024
5.3.11 560 4/17/2024
5.3.10 1,166 3/3/2024
5.3.9 466 2/29/2024
5.3.9-preview-02 367 2/3/2024
5.3.9-preview-01 373 1/23/2024
5.3.8 603 1/20/2024
5.3.7 3,274 11/20/2023
5.3.6 692 11/19/2023
5.3.5 1,340 9/21/2023
5.3.4 1,276 8/3/2023
5.3.3 2,622 6/24/2023
5.3.2 34,990 4/1/2023
5.3.1 1,063 3/6/2023
5.3.0 1,118 3/3/2023
5.2.25 1,213 2/5/2023
5.2.24 10,932 12/18/2022
5.2.23 3,886 11/12/2022
5.2.22 5,446 11/6/2022
5.2.21 1,180 10/28/2022
5.2.20 31,962 9/3/2022
5.2.20-preview-01 791 9/3/2022
5.2.19 33,271 6/26/2022
5.2.18 19,389 3/7/2022
5.2.17 5,087 2/21/2022
5.2.16 2,503 2/19/2022
5.2.15 145,698 12/17/2021
5.2.14 18,038 11/9/2021
5.2.13 165,290 10/9/2021
5.2.12 205,053 7/31/2021
5.2.11 84,429 7/19/2021
5.2.10 346,919 5/31/2021
5.2.9 193,990 3/26/2021
5.2.8 287,460 2/13/2021
5.2.7 82,383 12/26/2020
5.2.7-preview-03 1,116 12/26/2020
5.2.7-preview-01 1,103 12/26/2020
3.6.10 100 11/8/2025
3.6.9 165 10/11/2025
3.6.8 229 9/28/2025
3.6.7 437 7/28/2025
3.6.6 495 6/11/2025
3.6.5 980 5/28/2025
3.6.4 430 5/19/2025
3.6.3 310 5/9/2025
3.6.2 384 4/24/2025
3.6.1 436 1/23/2025
3.6.0.2 357 2/11/2025
3.6.0.1 329 1/28/2025
3.6.0 340 1/26/2025
3.6.0-preview-03 157 1/25/2025
3.6.0-preview-02 149 1/24/2025
3.6.0-preview-01 174 1/23/2025
3.5.1 364 12/12/2024
3.5.0 344 12/7/2024
3.4.9 340 11/16/2024
3.4.8 335 10/31/2024
3.4.7 331 10/26/2024
3.4.6 385 10/13/2024
3.4.5 3,152 8/20/2024
3.4.4 339 7/30/2024
3.4.3 1,393 7/1/2024
3.4.2 380 6/25/2024
3.4.1 382 6/21/2024
3.4.0 419 5/31/2024
3.3.14 386 5/3/2024
3.3.13 368 4/25/2024
3.3.12 387 4/18/2024
3.3.11 370 4/17/2024
3.3.10 749 3/3/2024
3.3.9 463 2/29/2024
3.3.9-preview-02 333 2/3/2024
3.3.9-preview-01 392 1/23/2024
3.3.8 593 1/20/2024
3.3.7 11,492 11/20/2023
3.3.6 698 11/19/2023
3.3.5 3,368 9/21/2023
3.3.4 1,900 8/3/2023
3.3.3 9,419 6/24/2023
3.3.2 3,094 4/1/2023
3.3.1 1,450 3/6/2023
3.3.0 1,031 3/3/2023
3.2.25 1,771 2/5/2023
3.2.24 18,965 12/18/2022
3.2.23 1,861 11/12/2022
3.2.22 1,234 11/6/2022
3.2.21 1,264 10/28/2022
3.2.20 23,494 9/3/2022
3.2.20-preview-01 748 9/3/2022
3.2.19 48,798 6/26/2022
3.2.18 25,910 3/7/2022
3.2.17 1,490 2/21/2022
3.2.16 1,321 2/19/2022
3.2.15 26,749 12/17/2021
3.2.14 18,492 11/9/2021
3.2.13 2,795 10/9/2021
3.2.12 23,265 7/31/2021
3.2.11 5,160 7/19/2021
3.2.10 40,413 5/31/2021
3.2.9 23,237 3/26/2021
3.2.8 20,821 2/13/2021
3.2.7 74,072 12/26/2020
3.2.7-preview-03 1,122 12/26/2020
3.2.7-preview-02 1,153 12/26/2020
3.2.7-preview-01 1,131 12/26/2020
3.2.6 136,837 11/25/2020
3.2.6-preview-01 1,036 11/25/2020
3.2.5 201,261 10/24/2020
3.2.4 9,830 10/19/2020
3.2.3 12,405 10/11/2020
3.2.2 85,377 8/19/2020
3.2.1 11,160 8/8/2020
3.2.0 26,945 7/27/2020
2.6.10 104 11/8/2025
2.6.9 172 10/11/2025
2.6.8 232 9/28/2025
2.6.7 312 7/28/2025
2.6.6 507 6/11/2025
2.6.5 355 5/28/2025
2.6.4 356 5/19/2025
2.6.3 316 5/9/2025
2.6.2 385 4/24/2025
2.6.1 334 1/23/2025
2.6.0.2 338 2/11/2025
2.6.0.1 328 1/28/2025
2.6.0 480 1/26/2025
2.6.0-preview-03 169 1/25/2025
2.6.0-preview-02 174 1/24/2025
2.6.0-preview-01 170 1/23/2025
2.5.1 361 12/12/2024
2.5.0 354 12/7/2024
2.4.9 342 11/16/2024
2.4.8 346 10/31/2024
2.4.7 344 10/26/2024
2.4.6 365 10/13/2024
2.4.5 379 8/20/2024
2.4.4 341 7/30/2024
2.4.3 374 7/1/2024
2.4.2 362 6/25/2024
2.4.1 366 6/21/2024
2.4.0 371 5/31/2024
2.3.14 377 5/3/2024
2.3.13 413 4/25/2024
2.3.12 378 4/18/2024
2.3.11 361 4/17/2024
2.3.10 453 3/3/2024
2.3.9 474 2/29/2024
2.3.9-preview-02 356 2/3/2024
2.3.9-preview-01 390 1/23/2024
2.3.8 555 1/20/2024
2.3.7 718 11/20/2023
2.3.6 681 11/19/2023
2.3.5 736 9/21/2023
2.3.4 903 8/3/2023
2.3.3 903 6/24/2023
2.3.2 1,016 4/1/2023
2.3.1 981 3/6/2023
2.3.0 1,022 3/3/2023
2.2.25 1,047 2/5/2023
2.2.24 1,059 12/18/2022
2.2.23 1,064 11/12/2022
2.2.22 1,129 11/6/2022
2.2.21 1,136 10/28/2022
2.2.20 1,196 9/3/2022
2.2.20-preview-01 724 9/3/2022
2.2.19 1,258 6/26/2022
2.2.18 1,437 3/7/2022
2.2.17 1,258 2/21/2022
2.2.16 1,307 2/19/2022
2.2.15 1,211 12/17/2021
2.2.14 1,183 11/9/2021
2.2.13 1,239 10/9/2021
2.2.12 1,530 7/31/2021
2.2.11 2,054 7/19/2021
2.2.10 1,796 5/31/2021
2.2.9 7,661 3/26/2021
2.2.8 2,155 2/13/2021
2.2.7 1,503 12/26/2020
2.2.7-preview-03 1,119 12/26/2020
2.2.7-preview-02 1,099 12/26/2020
2.2.7-preview-01 1,166 12/26/2020
2.2.6 13,179 11/25/2020
2.2.6-preview-01 953 11/25/2020
2.2.5 4,686 10/24/2020
2.2.4 3,084 10/19/2020
2.2.3 1,444 10/11/2020
2.2.2 22,699 8/19/2020
2.2.1 8,497 8/8/2020
2.2.0 68,113 7/27/2020
1.1.8 21,131 7/12/2020
1.1.7 5,743 7/6/2020
1.1.6 3,103 7/5/2020
1.1.5 42,568 6/15/2020
1.1.4 1,512 6/15/2020
1.1.3 1,500 6/15/2020
1.1.2 23,817 5/31/2020
1.1.1 28,082 5/14/2020
1.1.0 24,774 4/25/2020
1.0.24 14,377 4/16/2020
1.0.23 224,902 3/26/2020
1.0.22 6,504 3/18/2020
1.0.21 40,227 2/29/2020
1.0.20 145,228 1/11/2020
1.0.19 117,825 8/29/2019
1.0.18 85,314 7/2/2019
1.0.17 44,030 6/14/2019
1.0.16 4,974 6/6/2019
1.0.15 6,407 5/20/2019
1.0.14 5,345 5/14/2019
1.0.13 15,653 5/3/2019
1.0.12 73,606 3/26/2019
1.0.11 14,511 2/28/2019
1.0.10 33,366 2/5/2019
1.0.9.2 597,659 1/10/2019
1.0.9.1 1,926 1/7/2019
1.0.9 37,117 10/19/2018
1.0.8.18 83,156 9/4/2018
1.0.8.17 12,228 8/27/2018
1.0.8.16 20,050 8/19/2018
1.0.8.15 2,057 8/17/2018
1.0.8.13 6,711 8/2/2018
1.0.8.12 5,507 7/27/2018
1.0.8.11 40,343 6/6/2018
1.0.8.10 2,944 6/5/2018
1.0.8.9 7,700 5/26/2018
1.0.8.8 2,520 5/21/2018
1.0.8.7 3,810 5/9/2018
1.0.8.6 3,156 4/28/2018
1.0.8.5 2,737 4/27/2018
1.0.8.4 2,518 4/25/2018
1.0.8.3 4,287 3/30/2018
1.0.8.2 58,789 1/9/2018
1.0.8.1 6,163 1/5/2018
1.0.8 22,147 12/16/2017
1.0.4.8 18,107 11/1/2017
1.0.4.7 4,930 9/12/2017
1.0.4.6 6,718 7/8/2017
1.0.4.5 2,447 6/28/2017
1.0.4.4 2,293 6/27/2017
1.0.4.3 2,590 6/1/2017
1.0.4.2 2,255 6/1/2017
1.0.4.1 2,270 5/31/2017
1.0.4 2,915 5/17/2017
1.0.3.6 3,859 4/8/2017
1.0.3.5 2,835 3/30/2017
1.0.3.4 2,712 3/25/2017
1.0.3.3 6,526 11/16/2016
1.0.3.2 2,713 10/31/2016
1.0.3.1 2,585 10/30/2016
1.0.3 2,475 10/22/2016
1.0.1 3,755 6/27/2016
1.0.0 11,567 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md