Simply.Crud 1.9.3

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

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

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

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
1.9.3 91 2/7/2024
1.8.0 133 12/8/2023
1.7.0 119 9/15/2023
1.6.0 135 5/31/2023
1.5.1 161 4/12/2023
1.5.0 151 4/10/2023
1.4.0 173 4/7/2023
1.3.0 170 4/7/2023
1.2.0 191 3/29/2023
1.1.1 207 3/8/2023
1.0.2 225 2/17/2023
1.0.1 220 2/16/2023
1.0.0 220 2/15/2023

Oracle insert and return id error fixed.
       Insert list bug fixed.
       Copycommand method added to commanddefinitionextension.
       Copyobject extension method replaced with copycommand extension method.
       SetIdentityValuesOfEntity method arranged, Identity value not set bug fixed.
       BaseParameterBuilder, GetParameterFromProperty method arranged, ParameterDbType value set to DbType property value.