Paytech.DapperMapper
1.1.6
See the version list below for details.
dotnet add package Paytech.DapperMapper --version 1.1.6
NuGet\Install-Package Paytech.DapperMapper -Version 1.1.6
<PackageReference Include="Paytech.DapperMapper" Version="1.1.6" />
paket add Paytech.DapperMapper --version 1.1.6
#r "nuget: Paytech.DapperMapper, 1.1.6"
// Install Paytech.DapperMapper as a Cake Addin #addin nuget:?package=Paytech.DapperMapper&version=1.1.6 // Install Paytech.DapperMapper as a Cake Tool #tool nuget:?package=Paytech.DapperMapper&version=1.1.6
Dapper Entity Mapper Utility
Product | Versions 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. |
-
net5.0
- Dapper (>= 2.0.78)
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,234 | 8/27/2023 |
1.1.6 | 152 | 5/9/2023 |
1.1.5 | 171 | 5/9/2023 |
1.1.4 | 691 | 3/28/2021 |
1.1.3 | 1,216 | 3/28/2021 |
1.1.2 | 351 | 3/28/2021 |
1.1.1 | 540 | 3/27/2021 |
1.1.0 | 977 | 3/27/2021 |
1.0.9 | 6,356 | 2/23/2021 |
1.0.8 | 373 | 2/23/2021 |
1.0.7 | 348 | 2/22/2021 |
1.0.6 | 357 | 2/22/2021 |
1.0.5 | 343 | 2/22/2021 |
1.0.4 | 2,991 | 2/5/2021 |
1.0.3 | 347 | 2/4/2021 |
1.0.2 | 376 | 1/31/2021 |
1.0.1 | 364 | 1/31/2021 |
1.0.0 | 352 | 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