Paytech.DapperMapper
1.0.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Paytech.DapperMapper --version 1.0.5
NuGet\Install-Package Paytech.DapperMapper -Version 1.0.5
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.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Paytech.DapperMapper" Version="1.0.5" />
<PackageReference Include="Paytech.DapperMapper" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Paytech.DapperMapper --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Paytech.DapperMapper, 1.0.5"
#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.
#addin nuget:?package=Paytech.DapperMapper&version=1.0.5
#tool nuget:?package=Paytech.DapperMapper&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
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,369 | 8/27/2023 |
1.1.6 | 169 | 5/9/2023 |
1.1.5 | 187 | 5/9/2023 |
1.1.4 | 726 | 3/28/2021 |
1.1.3 | 1,251 | 3/28/2021 |
1.1.2 | 387 | 3/28/2021 |
1.1.1 | 575 | 3/27/2021 |
1.1.0 | 1,012 | 3/27/2021 |
1.0.9 | 7,671 | 2/23/2021 |
1.0.8 | 411 | 2/23/2021 |
1.0.7 | 386 | 2/22/2021 |
1.0.6 | 394 | 2/22/2021 |
1.0.5 | 382 | 2/22/2021 |
1.0.4 | 3,031 | 2/5/2021 |
1.0.3 | 385 | 2/4/2021 |
1.0.2 | 414 | 1/31/2021 |
1.0.1 | 402 | 1/31/2021 |
1.0.0 | 389 | 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