Microsoft.EntityFrameworkCore.DynamicLinq 3.6.0-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.6.0-preview-02
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 3.6.0-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.6.0-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.6.0-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.6.0-preview-02
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 3.6.0-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.6.0-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.6.0-preview-02&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=3.6.0-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 (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
9.6.9 9,145 10/11/2025
9.6.8 9,817 9/28/2025
9.6.7 49,507 7/28/2025
9.6.6 101,253 6/11/2025
9.6.5 10,041 5/28/2025
9.6.4 11,666 5/19/2025
9.6.3 4,765 5/9/2025
9.6.2 18,887 4/24/2025
9.6.0.2 75,714 2/11/2025
9.6.0.1 73,216 1/28/2025
9.6.0 3,943 1/26/2025
9.6.0-preview-03 193 1/25/2025
9.6.0-preview-02 168 1/24/2025
9.6.0-preview-01 173 1/23/2025
9.5.1 80,383 12/12/2024
9.5.0 6,178 12/7/2024
9.4.9 21,605 11/16/2024
8.6.9 3,312 10/11/2025
8.6.8 4,533 9/28/2025
8.6.7 22,651 7/28/2025
8.6.6 26,460 6/11/2025
8.6.5 10,868 5/28/2025
8.6.4 4,005 5/19/2025
8.6.3 4,493 5/9/2025
8.6.2 9,861 4/24/2025
8.6.1 284,355 1/23/2025
8.6.0.2 24,108 2/11/2025
8.6.0.1 2,104 1/28/2025
8.6.0 10,248 1/26/2025
8.6.0-preview-03 157 1/25/2025
8.6.0-preview-02 164 1/24/2025
8.6.0-preview-01 167 1/23/2025
8.5.1 74,134 12/12/2024
8.5.0 6,856 12/7/2024
8.4.9 55,228 11/16/2024
8.4.8 112,489 10/31/2024
8.4.7 39,290 10/26/2024
8.4.6 195,603 10/13/2024
8.4.5 246,250 8/20/2024
8.4.4 140,018 7/30/2024
8.4.3 172,524 7/1/2024
8.4.2 29,105 6/25/2024
8.4.1 40,222 6/21/2024
8.4.0 114,170 5/31/2024
8.3.14 92,905 5/3/2024
8.3.13 19,810 4/25/2024
8.3.12 18,416 4/18/2024
8.3.10 169,592 3/3/2024
8.3.9 10,792 2/29/2024
8.3.9-preview-02 496 2/3/2024
8.3.9-preview-01 720 1/23/2024
8.3.8 102,943 1/20/2024
8.3.7 125,383 11/20/2023
7.6.9 181 10/11/2025
7.6.8 283 9/28/2025
7.6.7 442 7/28/2025
7.6.6 1,122 6/11/2025
7.6.5 759 5/28/2025
7.6.4 805 5/19/2025
7.6.3 960 5/9/2025
7.6.2 689 4/24/2025
7.6.1 1,670 1/23/2025
7.6.0.2 1,042 2/11/2025
7.6.0.1 1,009 1/28/2025
7.6.0 998 1/26/2025
7.6.0-preview-03 161 1/25/2025
7.6.0-preview-02 152 1/24/2025
7.6.0-preview-01 163 1/23/2025
7.5.1 1,150 12/12/2024
7.5.0 1,029 12/7/2024
7.4.9 1,164 11/16/2024
7.4.8 1,102 10/31/2024
7.4.7 988 10/26/2024
7.4.6 1,372 10/13/2024
7.4.5 22,836 8/20/2024
7.4.4 1,311 7/30/2024
7.4.3 10,993 7/1/2024
7.4.2 3,330 6/25/2024
7.4.1 1,188 6/21/2024
7.4.0 7,213 5/31/2024
7.3.14 16,508 5/3/2024
7.3.13 1,827 4/25/2024
7.3.12 1,958 4/18/2024
7.3.11 1,753 4/17/2024
7.3.10 32,018 3/3/2024
7.3.9 3,908 2/29/2024
7.3.9-preview-02 883 2/3/2024
7.3.9-preview-01 511 1/23/2024
7.3.8 27,241 1/20/2024
7.3.7 28,306 11/20/2023
7.3.6 18,313 11/19/2023
7.3.5 252,136 9/21/2023
7.3.4 137,359 8/3/2023
7.3.3 95,787 6/24/2023
7.3.2 401,245 4/1/2023
7.3.1 32,234 3/6/2023
7.3.0 2,400 3/3/2023
7.2.25 94,474 2/5/2023
7.2.24 218,570 12/18/2022
7.2.23 85,585 11/12/2022
6.6.9 168 10/11/2025
6.6.8 233 9/28/2025
6.6.7 430 7/28/2025
6.6.6 1,600 6/11/2025
6.6.5 456 5/28/2025
6.6.4 614 5/19/2025
6.6.3 428 5/9/2025
6.6.2 507 4/24/2025
6.6.1 2,728 1/23/2025
6.6.0.2 1,820 2/11/2025
6.6.0.1 484 1/28/2025
6.6.0 1,438 1/26/2025
6.6.0-preview-03 167 1/25/2025
6.6.0-preview-02 160 1/24/2025
6.6.0-preview-01 163 1/23/2025
6.5.1 34,543 12/12/2024
6.5.0 591 12/7/2024
6.4.9 1,465 11/16/2024
6.4.8 643 10/31/2024
6.4.7 794 10/26/2024
6.4.6 2,107 10/13/2024
6.4.5 2,791 8/20/2024
6.4.4 1,390 7/30/2024
6.4.3 1,835 7/1/2024
6.4.2 620 6/25/2024
6.4.1 2,672 6/21/2024
6.4.0 2,207 5/31/2024
6.3.14 3,085 5/3/2024
6.3.13 16,138 4/25/2024
6.3.12 607 4/18/2024
6.3.11 550 4/17/2024
6.3.10 11,810 3/3/2024
6.3.9 3,133 2/29/2024
6.3.9-preview-02 606 2/3/2024
6.3.9-preview-01 369 1/23/2024
6.3.8 46,439 1/20/2024
6.3.7 42,791 11/20/2023
6.3.6 1,932 11/19/2023
6.3.5 806,276 9/21/2023
6.3.4 48,539 8/3/2023
6.3.3 42,065 6/24/2023
6.3.2 158,434 4/1/2023
6.3.1 40,615 3/6/2023
6.3.0 20,319 3/3/2023
6.2.25 56,352 2/5/2023
6.2.24 74,985 12/18/2022
6.2.23 80,175 11/12/2022
6.2.22 51,068 11/6/2022
6.2.21 50,036 10/28/2022
6.2.20 404,823 9/3/2022
6.2.20-preview-01 780 9/3/2022
6.2.19 361,813 6/26/2022
6.2.18 679,782 3/7/2022
6.2.17 67,756 2/21/2022
6.2.16 4,344 2/19/2022
6.2.15 183,993 12/17/2021
6.2.14 281,882 11/9/2021
6.2.13-preview.4.21253.1 2,225 10/9/2021
6.2.12-preview.4.21253.1 1,037 7/31/2021
6.2.11-preview.4.21253.1 358 7/19/2021
6.0.0-preview.4.21253.1 560 5/31/2021
6.0.0-preview.3.21201.2 386 5/9/2021
5.6.9 163 10/11/2025
5.6.8 226 9/28/2025
5.6.7 282 7/28/2025
5.6.6 489 6/11/2025
5.6.5 371 5/28/2025
5.6.4 356 5/19/2025
5.6.3 294 5/9/2025
5.6.2 369 4/24/2025
5.6.1 528 1/23/2025
5.6.0.2 336 2/11/2025
5.6.0.1 318 1/28/2025
5.6.0 337 1/26/2025
5.6.0-preview-03 178 1/25/2025
5.6.0-preview-02 163 1/24/2025
5.6.0-preview-01 176 1/23/2025
5.5.1 742 12/12/2024
5.5.0 343 12/7/2024
5.4.9 322 11/16/2024
5.4.8 327 10/31/2024
5.4.7 338 10/26/2024
5.4.6 360 10/13/2024
5.4.5 483 8/20/2024
5.4.4 548 7/30/2024
5.4.3 500 7/1/2024
5.4.2 355 6/25/2024
5.4.1 372 6/21/2024
5.4.0 385 5/31/2024
5.3.14 340 5/3/2024
5.3.13 364 4/25/2024
5.3.12 359 4/18/2024
5.3.11 552 4/17/2024
5.3.10 1,159 3/3/2024
5.3.9 460 2/29/2024
5.3.9-preview-02 365 2/3/2024
5.3.9-preview-01 373 1/23/2024
5.3.8 597 1/20/2024
5.3.7 3,261 11/20/2023
5.3.6 682 11/19/2023
5.3.5 1,327 9/21/2023
5.3.4 1,272 8/3/2023
5.3.3 2,620 6/24/2023
5.3.2 34,983 4/1/2023
5.3.1 1,061 3/6/2023
5.3.0 1,115 3/3/2023
5.2.25 1,206 2/5/2023
5.2.24 10,922 12/18/2022
5.2.23 3,855 11/12/2022
5.2.22 5,444 11/6/2022
5.2.21 1,178 10/28/2022
5.2.20 31,825 9/3/2022
5.2.20-preview-01 788 9/3/2022
5.2.19 33,197 6/26/2022
5.2.18 19,383 3/7/2022
5.2.17 5,070 2/21/2022
5.2.16 2,499 2/19/2022
5.2.15 145,367 12/17/2021
5.2.14 18,033 11/9/2021
5.2.13 165,278 10/9/2021
5.2.12 204,978 7/31/2021
5.2.11 84,268 7/19/2021
5.2.10 346,799 5/31/2021
5.2.9 193,931 3/26/2021
5.2.8 287,362 2/13/2021
5.2.7 82,201 12/26/2020
5.2.7-preview-03 1,112 12/26/2020
5.2.7-preview-01 1,099 12/26/2020
3.6.9 158 10/11/2025
3.6.8 221 9/28/2025
3.6.7 430 7/28/2025
3.6.6 489 6/11/2025
3.6.5 945 5/28/2025
3.6.4 419 5/19/2025
3.6.3 302 5/9/2025
3.6.2 378 4/24/2025
3.6.1 428 1/23/2025
3.6.0.2 350 2/11/2025
3.6.0.1 321 1/28/2025
3.6.0 334 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 357 12/12/2024
3.5.0 335 12/7/2024
3.4.9 334 11/16/2024
3.4.8 329 10/31/2024
3.4.7 325 10/26/2024
3.4.6 379 10/13/2024
3.4.5 3,093 8/20/2024
3.4.4 331 7/30/2024
3.4.3 1,360 7/1/2024
3.4.2 374 6/25/2024
3.4.1 376 6/21/2024
3.4.0 412 5/31/2024
3.3.14 379 5/3/2024
3.3.13 361 4/25/2024
3.3.12 379 4/18/2024
3.3.11 363 4/17/2024
3.3.10 733 3/3/2024
3.3.9 455 2/29/2024
3.3.9-preview-02 332 2/3/2024
3.3.9-preview-01 391 1/23/2024
3.3.8 586 1/20/2024
3.3.7 11,313 11/20/2023
3.3.6 691 11/19/2023
3.3.5 3,368 9/21/2023
3.3.4 1,899 8/3/2023
3.3.3 9,407 6/24/2023
3.3.2 3,092 4/1/2023
3.3.1 1,448 3/6/2023
3.3.0 1,027 3/3/2023
3.2.25 1,769 2/5/2023
3.2.24 18,943 12/18/2022
3.2.23 1,858 11/12/2022
3.2.22 1,231 11/6/2022
3.2.21 1,262 10/28/2022
3.2.20 23,486 9/3/2022
3.2.20-preview-01 744 9/3/2022
3.2.19 48,779 6/26/2022
3.2.18 25,905 3/7/2022
3.2.17 1,486 2/21/2022
3.2.16 1,315 2/19/2022
3.2.15 26,745 12/17/2021
3.2.14 18,468 11/9/2021
3.2.13 2,792 10/9/2021
3.2.12 23,256 7/31/2021
3.2.11 5,157 7/19/2021
3.2.10 40,410 5/31/2021
3.2.9 23,230 3/26/2021
3.2.8 20,807 2/13/2021
3.2.7 74,064 12/26/2020
3.2.7-preview-03 1,116 12/26/2020
3.2.7-preview-02 1,149 12/26/2020
3.2.7-preview-01 1,127 12/26/2020
3.2.6 136,785 11/25/2020
3.2.6-preview-01 1,031 11/25/2020
3.2.5 201,197 10/24/2020
3.2.4 9,822 10/19/2020
3.2.3 12,397 10/11/2020
3.2.2 85,309 8/19/2020
3.2.1 11,146 8/8/2020
3.2.0 26,928 7/27/2020
2.6.9 163 10/11/2025
2.6.8 225 9/28/2025
2.6.7 306 7/28/2025
2.6.6 498 6/11/2025
2.6.5 349 5/28/2025
2.6.4 350 5/19/2025
2.6.3 310 5/9/2025
2.6.2 379 4/24/2025
2.6.1 327 1/23/2025
2.6.0.2 330 2/11/2025
2.6.0.1 322 1/28/2025
2.6.0 473 1/26/2025
2.6.0-preview-03 169 1/25/2025
2.6.0-preview-02 169 1/24/2025
2.6.0-preview-01 170 1/23/2025
2.5.1 355 12/12/2024
2.5.0 348 12/7/2024
2.4.9 336 11/16/2024
2.4.8 338 10/31/2024
2.4.7 336 10/26/2024
2.4.6 356 10/13/2024
2.4.5 373 8/20/2024
2.4.4 335 7/30/2024
2.4.3 367 7/1/2024
2.4.2 355 6/25/2024
2.4.1 356 6/21/2024
2.4.0 363 5/31/2024
2.3.14 370 5/3/2024
2.3.13 405 4/25/2024
2.3.12 372 4/18/2024
2.3.11 355 4/17/2024
2.3.10 446 3/3/2024
2.3.9 467 2/29/2024
2.3.9-preview-02 354 2/3/2024
2.3.9-preview-01 390 1/23/2024
2.3.8 548 1/20/2024
2.3.7 712 11/20/2023
2.3.6 674 11/19/2023
2.3.5 736 9/21/2023
2.3.4 901 8/3/2023
2.3.3 902 6/24/2023
2.3.2 1,013 4/1/2023
2.3.1 978 3/6/2023
2.3.0 1,019 3/3/2023
2.2.25 1,045 2/5/2023
2.2.24 1,057 12/18/2022
2.2.23 1,062 11/12/2022
2.2.22 1,126 11/6/2022
2.2.21 1,133 10/28/2022
2.2.20 1,194 9/3/2022
2.2.20-preview-01 722 9/3/2022
2.2.19 1,255 6/26/2022
2.2.18 1,433 3/7/2022
2.2.17 1,254 2/21/2022
2.2.16 1,303 2/19/2022
2.2.15 1,206 12/17/2021
2.2.14 1,180 11/9/2021
2.2.13 1,236 10/9/2021
2.2.12 1,526 7/31/2021
2.2.11 2,049 7/19/2021
2.2.10 1,791 5/31/2021
2.2.9 7,657 3/26/2021
2.2.8 2,149 2/13/2021
2.2.7 1,498 12/26/2020
2.2.7-preview-03 1,114 12/26/2020
2.2.7-preview-02 1,095 12/26/2020
2.2.7-preview-01 1,160 12/26/2020
2.2.6 13,173 11/25/2020
2.2.6-preview-01 949 11/25/2020
2.2.5 4,681 10/24/2020
2.2.4 3,080 10/19/2020
2.2.3 1,438 10/11/2020
2.2.2 22,695 8/19/2020
2.2.1 8,492 8/8/2020
2.2.0 68,007 7/27/2020
1.1.8 21,106 7/12/2020
1.1.7 5,737 7/6/2020
1.1.6 3,098 7/5/2020
1.1.5 42,562 6/15/2020
1.1.4 1,507 6/15/2020
1.1.3 1,495 6/15/2020
1.1.2 23,795 5/31/2020
1.1.1 28,077 5/14/2020
1.1.0 24,762 4/25/2020
1.0.24 14,371 4/16/2020
1.0.23 224,882 3/26/2020
1.0.22 6,500 3/18/2020
1.0.21 40,154 2/29/2020
1.0.20 145,101 1/11/2020
1.0.19 117,753 8/29/2019
1.0.18 85,233 7/2/2019
1.0.17 43,968 6/14/2019
1.0.16 4,966 6/6/2019
1.0.15 6,389 5/20/2019
1.0.14 5,341 5/14/2019
1.0.13 15,651 5/3/2019
1.0.12 73,601 3/26/2019
1.0.11 14,487 2/28/2019
1.0.10 33,361 2/5/2019
1.0.9.2 597,184 1/10/2019
1.0.9.1 1,922 1/7/2019
1.0.9 37,094 10/19/2018
1.0.8.18 83,153 9/4/2018
1.0.8.17 12,222 8/27/2018
1.0.8.16 20,037 8/19/2018
1.0.8.15 2,054 8/17/2018
1.0.8.13 6,703 8/2/2018
1.0.8.12 5,500 7/27/2018
1.0.8.11 40,327 6/6/2018
1.0.8.10 2,935 6/5/2018
1.0.8.9 7,689 5/26/2018
1.0.8.8 2,510 5/21/2018
1.0.8.7 3,801 5/9/2018
1.0.8.6 3,147 4/28/2018
1.0.8.5 2,726 4/27/2018
1.0.8.4 2,504 4/25/2018
1.0.8.3 4,276 3/30/2018
1.0.8.2 58,779 1/9/2018
1.0.8.1 6,154 1/5/2018
1.0.8 22,136 12/16/2017
1.0.4.8 18,078 11/1/2017
1.0.4.7 4,923 9/12/2017
1.0.4.6 6,711 7/8/2017
1.0.4.5 2,441 6/28/2017
1.0.4.4 2,286 6/27/2017
1.0.4.3 2,581 6/1/2017
1.0.4.2 2,248 6/1/2017
1.0.4.1 2,264 5/31/2017
1.0.4 2,907 5/17/2017
1.0.3.6 3,850 4/8/2017
1.0.3.5 2,826 3/30/2017
1.0.3.4 2,701 3/25/2017
1.0.3.3 6,517 11/16/2016
1.0.3.2 2,704 10/31/2016
1.0.3.1 2,573 10/30/2016
1.0.3 2,466 10/22/2016
1.0.1 3,742 6/27/2016
1.0.0 11,548 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md