Paytech.DapperMapper
1.0.6
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.6
NuGet\Install-Package Paytech.DapperMapper -Version 1.0.6
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.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Paytech.DapperMapper" Version="1.0.6" />
<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.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Paytech.DapperMapper, 1.0.6"
#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.6
#tool nuget:?package=Paytech.DapperMapper&version=1.0.6
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 was computed. 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. |
.NET Core | netcoreapp2.2 is compatible. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.2
- 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 | 724 | 3/28/2021 |
1.1.3 | 1,249 | 3/28/2021 |
1.1.2 | 384 | 3/28/2021 |
1.1.1 | 573 | 3/27/2021 |
1.1.0 | 1,010 | 3/27/2021 |
1.0.9 | 7,666 | 2/23/2021 |
1.0.8 | 409 | 2/23/2021 |
1.0.7 | 384 | 2/22/2021 |
1.0.6 | 392 | 2/22/2021 |
1.0.5 | 380 | 2/22/2021 |
1.0.4 | 3,029 | 2/5/2021 |
1.0.3 | 383 | 2/4/2021 |
1.0.2 | 412 | 1/31/2021 |
1.0.1 | 400 | 1/31/2021 |
1.0.0 | 387 | 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