Simply.Data 2.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Simply.Data --version 2.1.2
NuGet\Install-Package Simply.Data -Version 2.1.2
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="Simply.Data" Version="2.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Simply.Data --version 2.1.2
#r "nuget: Simply.Data, 2.1.2"
#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 Simply.Data as a Cake Addin
#addin nuget:?package=Simply.Data&version=2.1.2

// Install Simply.Data as a Cake Tool
#tool nuget:?package=Simply.Data&version=2.1.2

Supports IDbConnection operations.

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Simply.Data:

Package Downloads
Simply.Crud

Supports IDbConnection operations.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.6.0 182 9/15/2023
4.5.1 243 4/12/2023
4.5.0 206 4/10/2023
4.4.0 278 4/7/2023
4.3.0 263 3/29/2023
4.2.0 294 3/8/2023
4.1.1 217 2/17/2023
4.0.1 320 2/17/2023
4.0.0 415 2/14/2023
3.2.0 378 8/27/2022
3.1.0 343 8/26/2022
3.0.0 349 8/23/2022
2.6.0 379 8/14/2022
2.5.0 370 8/13/2022
2.4.1 346 8/13/2022
2.3.1 356 8/11/2022
2.2.1 365 8/10/2022
2.1.2 365 8/2/2022
2.0.0 370 8/2/2022
1.1.0 390 7/30/2022
1.0.1 386 7/28/2022
1.0.0 385 7/27/2022

CountFormat added into IQuerySetting interface and QuerySetting classes. Count error for MySql database fixed. EexcuteScalar conversion error fixed.