Microsoft.EntityFrameworkCore.DynamicLinq 2.6.0-preview-03

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-03
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 2.6.0-preview-03
                    
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-03" />
                    
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-03" />
                    
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-03
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 2.6.0-preview-03"
                    
#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-03
                    
#: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-03&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=2.6.0-preview-03&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 877 11/8/2025
9.6.9 13,814 10/11/2025
9.6.8 10,074 9/28/2025
9.6.7 51,715 7/28/2025
9.6.6 106,588 6/11/2025
9.6.5 10,275 5/28/2025
9.6.4 12,201 5/19/2025
9.6.3 4,779 5/9/2025
9.6.2 19,817 4/24/2025
9.6.0.2 76,532 2/11/2025
9.6.0.1 74,764 1/28/2025
9.6.0 3,998 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,920 12/12/2024
9.5.0 6,274 12/7/2024
9.4.9 21,884 11/16/2024
8.6.10 488 11/8/2025
8.6.9 4,099 10/11/2025
8.6.8 5,268 9/28/2025
8.6.7 25,052 7/28/2025
8.6.6 27,372 6/11/2025
8.6.5 11,910 5/28/2025
8.6.4 4,357 5/19/2025
8.6.3 4,636 5/9/2025
8.6.2 10,286 4/24/2025
8.6.1 292,440 1/23/2025
8.6.0.2 25,161 2/11/2025
8.6.0.1 2,123 1/28/2025
8.6.0 10,378 1/26/2025
8.6.0-preview-03 159 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,737 12/12/2024
8.5.0 7,080 12/7/2024
8.4.9 56,495 11/16/2024
8.4.8 112,902 10/31/2024
8.4.7 40,215 10/26/2024
8.4.6 197,987 10/13/2024
8.4.5 249,611 8/20/2024
8.4.4 140,331 7/30/2024
8.4.3 174,112 7/1/2024
8.4.2 29,464 6/25/2024
8.4.1 40,488 6/21/2024
8.4.0 115,586 5/31/2024
8.3.14 94,058 5/3/2024
8.3.13 19,932 4/25/2024
8.3.12 18,456 4/18/2024
8.3.10 170,553 3/3/2024
8.3.9 10,853 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,465 1/20/2024
8.3.7 126,337 11/20/2023
7.6.10 105 11/8/2025
7.6.9 254 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 766 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,714 1/23/2025
7.6.0.2 1,050 2/11/2025
7.6.0.1 1,018 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,160 12/12/2024
7.5.0 1,036 12/7/2024
7.4.9 1,171 11/16/2024
7.4.8 1,108 10/31/2024
7.4.7 996 10/26/2024
7.4.6 1,378 10/13/2024
7.4.5 23,739 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,195 6/21/2024
7.4.0 7,222 5/31/2024
7.3.14 16,541 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,136 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,335 1/20/2024
7.3.7 28,354 11/20/2023
7.3.6 18,510 11/19/2023
7.3.5 254,049 9/21/2023
7.3.4 137,681 8/3/2023
7.3.3 95,992 6/24/2023
7.3.2 401,675 4/1/2023
7.3.1 32,270 3/6/2023
7.3.0 2,404 3/3/2023
7.2.25 94,601 2/5/2023
7.2.24 218,836 12/18/2022
7.2.23 86,181 11/12/2022
6.6.10 102 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 621 5/19/2025
6.6.3 435 5/9/2025
6.6.2 514 4/24/2025
6.6.1 2,769 1/23/2025
6.6.0.2 1,848 2/11/2025
6.6.0.1 492 1/28/2025
6.6.0 1,466 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,123 12/12/2024
6.5.0 609 12/7/2024
6.4.9 1,481 11/16/2024
6.4.8 650 10/31/2024
6.4.7 802 10/26/2024
6.4.6 2,129 10/13/2024
6.4.5 2,827 8/20/2024
6.4.4 1,397 7/30/2024
6.4.3 1,846 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,186 2/29/2024
6.3.9-preview-02 609 2/3/2024
6.3.9-preview-01 370 1/23/2024
6.3.8 46,702 1/20/2024
6.3.7 43,057 11/20/2023
6.3.6 1,938 11/19/2023
6.3.5 831,709 9/21/2023
6.3.4 48,605 8/3/2023
6.3.3 42,296 6/24/2023
6.3.2 159,435 4/1/2023
6.3.1 40,644 3/6/2023
6.3.0 20,364 3/3/2023
6.2.25 56,433 2/5/2023
6.2.24 75,092 12/18/2022
6.2.23 80,214 11/12/2022
6.2.22 51,208 11/6/2022
6.2.21 50,050 10/28/2022
6.2.20 405,608 9/3/2022
6.2.20-preview-01 785 9/3/2022
6.2.19 362,789 6/26/2022
6.2.18 680,296 3/7/2022
6.2.17 67,790 2/21/2022
6.2.16 4,351 2/19/2022
6.2.15 184,305 12/17/2021
6.2.14 282,137 11/9/2021
6.2.13-preview.4.21253.1 2,247 10/9/2021
6.2.12-preview.4.21253.1 1,041 7/31/2021
6.2.11-preview.4.21253.1 362 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 103 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 499 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 542 1/23/2025
5.6.0.2 345 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 345 10/26/2024
5.4.6 369 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 392 5/31/2024
5.3.14 347 5/3/2024
5.3.13 382 4/25/2024
5.3.12 365 4/18/2024
5.3.11 560 4/17/2024
5.3.10 1,167 3/3/2024
5.3.9 466 2/29/2024
5.3.9-preview-02 368 2/3/2024
5.3.9-preview-01 373 1/23/2024
5.3.8 604 1/20/2024
5.3.7 3,277 11/20/2023
5.3.6 692 11/19/2023
5.3.5 1,343 9/21/2023
5.3.4 1,276 8/3/2023
5.3.3 2,624 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,933 12/18/2022
5.2.23 3,888 11/12/2022
5.2.22 5,446 11/6/2022
5.2.21 1,180 10/28/2022
5.2.20 31,963 9/3/2022
5.2.20-preview-01 791 9/3/2022
5.2.19 33,271 6/26/2022
5.2.18 19,390 3/7/2022
5.2.17 5,087 2/21/2022
5.2.16 2,503 2/19/2022
5.2.15 145,727 12/17/2021
5.2.14 18,038 11/9/2021
5.2.13 165,298 10/9/2021
5.2.12 205,064 7/31/2021
5.2.11 84,431 7/19/2021
5.2.10 346,930 5/31/2021
5.2.9 193,993 3/26/2021
5.2.8 287,468 2/13/2021
5.2.7 82,384 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 102 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 982 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 332 10/26/2024
3.4.6 385 10/13/2024
3.4.5 3,155 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 387 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 750 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,502 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,235 11/6/2022
3.2.21 1,265 10/28/2022
3.2.20 23,499 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,796 10/9/2021
3.2.12 23,266 7/31/2021
3.2.11 5,161 7/19/2021
3.2.10 40,413 5/31/2021
3.2.9 23,237 3/26/2021
3.2.8 20,829 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,844 11/25/2020
3.2.6-preview-01 1,036 11/25/2020
3.2.5 201,272 10/24/2020
3.2.4 9,830 10/19/2020
3.2.3 12,405 10/11/2020
3.2.2 85,378 8/19/2020
3.2.1 11,160 8/8/2020
3.2.0 26,945 7/27/2020
2.6.10 106 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 357 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 355 12/7/2024
2.4.9 342 11/16/2024
2.4.8 346 10/31/2024
2.4.7 345 10/26/2024
2.4.6 365 10/13/2024
2.4.5 380 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 454 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 556 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 904 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,240 10/9/2021
2.2.12 1,531 7/31/2021
2.2.11 2,055 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,504 12/26/2020
2.2.7-preview-03 1,119 12/26/2020
2.2.7-preview-02 1,100 12/26/2020
2.2.7-preview-01 1,166 12/26/2020
2.2.6 13,180 11/25/2020
2.2.6-preview-01 953 11/25/2020
2.2.5 4,687 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,498 8/8/2020
2.2.0 68,116 7/27/2020
1.1.8 21,134 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,818 5/31/2020
1.1.1 28,082 5/14/2020
1.1.0 24,775 4/25/2020
1.0.24 14,378 4/16/2020
1.0.23 224,903 3/26/2020
1.0.22 6,505 3/18/2020
1.0.21 40,228 2/29/2020
1.0.20 145,235 1/11/2020
1.0.19 117,827 8/29/2019
1.0.18 85,316 7/2/2019
1.0.17 44,031 6/14/2019
1.0.16 4,975 6/6/2019
1.0.15 6,413 5/20/2019
1.0.14 5,346 5/14/2019
1.0.13 15,654 5/3/2019
1.0.12 73,610 3/26/2019
1.0.11 14,517 2/28/2019
1.0.10 33,367 2/5/2019
1.0.9.2 597,667 1/10/2019
1.0.9.1 1,927 1/7/2019
1.0.9 37,119 10/19/2018
1.0.8.18 83,157 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,351 6/6/2018
1.0.8.10 2,944 6/5/2018
1.0.8.9 7,701 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,157 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,164 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,719 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,600 6/1/2017
1.0.4.2 2,256 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,586 10/30/2016
1.0.3 2,475 10/22/2016
1.0.1 3,755 6/27/2016
1.0.0 11,568 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md