Dapper.UnitOfWork
1.1.0.2
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 Dapper.UnitOfWork --version 1.1.0.2
NuGet\Install-Package Dapper.UnitOfWork -Version 1.1.0.2
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="Dapper.UnitOfWork" Version="1.1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dapper.UnitOfWork" Version="1.1.0.2" />
<PackageReference Include="Dapper.UnitOfWork" />
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 Dapper.UnitOfWork --version 1.1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Dapper.UnitOfWork, 1.1.0.2"
#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.
#:package Dapper.UnitOfWork@1.1.0.2
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Dapper.UnitOfWork&version=1.1.0.2
#tool nuget:?package=Dapper.UnitOfWork&version=1.1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
a simple unit of work implementation on top of Dapper
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. 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.
-
- Dapper (>= 1.50.5)
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.7.0 | 1,728 | 5/28/2021 |
1.7.0-beta | 420 | 8/26/2020 |
1.6.5 | 1,309 | 8/14/2019 |
1.6.4 | 693 | 7/25/2019 |
1.6.3 | 766 | 4/23/2019 |
1.6.2 | 757 | 4/23/2019 |
1.4.1 | 992 | 2/7/2019 |
1.4.0 | 767 | 2/7/2019 |
1.3.0 | 768 | 1/31/2019 |
1.2.0 | 803 | 1/24/2019 |
1.1.0.2 | 952 | 9/11/2018 |
1.1.0.1 | 938 | 9/5/2018 |
1.0.0.1 | 1,289 | 8/16/2017 |
Initial release