Paytech.DapperMapper 1.1.7

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

// Install Paytech.DapperMapper as a Cake Tool
#tool nuget:?package=Paytech.DapperMapper&version=1.1.7

Dapper Entity Mapper Utility

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
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.1.7 1,092 8/27/2023
1.1.6 133 5/9/2023
1.1.5 153 5/9/2023
1.1.4 649 3/28/2021
1.1.3 1,151 3/28/2021
1.1.2 332 3/28/2021
1.1.1 510 3/27/2021
1.1.0 926 3/27/2021
1.0.9 5,340 2/23/2021
1.0.8 354 2/23/2021
1.0.7 328 2/22/2021
1.0.6 338 2/22/2021
1.0.5 323 2/22/2021
1.0.4 2,844 2/5/2021
1.0.3 327 2/4/2021
1.0.2 357 1/31/2021
1.0.1 347 1/31/2021
1.0.0 334 1/31/2021

v1.0.1 connection and transaction type changed from internal to public
v1.0.2 sql query generation changed to parameterized
v1.0.3 .net core 3.1 upgrade
v1.0.4 .net 5 upgraded
v1.0.5 Column Prefix and Postfix Support Added
v1.0.6 .net core 2.2 version updated
v1.0.7 int type support added for identity
v1.0.8 where prefix and postfix added
v1.0.9 update by unique support added
v1.1.0 .net 5 updated
v1.0.1 changed platform targe from x64 to any cpu
v1.0.2 column prefix and postfix added for postgresql
v1.0.3 ca1816 solved
v1.0.4 sequence prefix and postfix added
v1.0.5 Microsoft Sql Client Added
v1.1.6 Nuget updated
v1.1.7 Unique Key Bug Fixed