Cqrs.Sql 2.4.1639.856

.NET Framework 4.5.2
dotnet add package Cqrs.Sql --version 2.4.1639.856
NuGet\Install-Package Cqrs.Sql -Version 2.4.1639.856
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="Cqrs.Sql" Version="2.4.1639.856" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cqrs.Sql --version 2.4.1639.856
#r "nuget: Cqrs.Sql, 2.4.1639.856"
#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.
// Install Cqrs.Sql as a Cake Addin
#addin nuget:?package=Cqrs.Sql&version=2.4.1639.856

// Install Cqrs.Sql as a Cake Tool
#tool nuget:?package=Cqrs.Sql&version=2.4.1639.856

The built-in, Sql Store in the CQRS.NET cannot process non-primitive properties on the entity classes in read stores and data stores.
If your entity classes require more comp[lexity than just basic, flat primitive property structures, this package will allow you to
use Microsoft SqlServer as an read store and data store in CQRS.NET allowing you to build custom converters to provide mappings from your entities to you SQL table schema structures.

Product Versions
.NET Framework net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.4.1639.856 938 8/17/2018
2.4.1622.842 818 6/29/2018
2.4.1621.841 919 6/24/2018
2.4.1619.839 940 6/24/2018
2.3.1595.820 835 3/29/2018
2.3.1584.809 951 3/20/2018
2.3.1583.808 899 3/20/2018
2.3.1581.806 920 3/15/2018
2.3.1580.805 922 3/8/2018
2.3.1579.804 930 3/8/2018
2.3.1572.797 983 2/19/2018
2.2.1466.702 894 9/18/2017
2.2.1440.678 877 8/1/2017
2.2.1428.666 862 7/25/2017
2.2.1410.652 880 7/23/2017
2.2.1405.647 905 7/23/2017
2.1.1347.590 883 6/23/2017
2.0.1317.561 890 6/6/2017
1.601.1007 1,006 5/24/2016
1.601.954 985 5/2/2016
1.601.790 1,009 2/23/2016
1.601.787 1,055 11/2/2015

Version 2.2

* Relocated ReplicatedSqlEventStore into the main CQRS.NET package.

Version 2.0

* Added built-in Linq To SQL event store with multi-server replication. This extends the basic SqlEventStore in the main package.
* Updated the package to target 4.5.1 so the multi-server replicated SQL event store operates as expected.