Dapper 1.50.0-beta5

This is a prerelease version of Dapper.
dotnet add package Dapper --version 1.50.0-beta5
                    
NuGet\Install-Package Dapper -Version 1.50.0-beta5
                    
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" Version="1.50.0-beta5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dapper" Version="1.50.0-beta5" />
                    
Directory.Packages.props
<PackageReference Include="Dapper" />
                    
Project file
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 --version 1.50.0-beta5
                    
#r "nuget: Dapper, 1.50.0-beta5"
                    
#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@1.50.0-beta5
                    
#: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&version=1.50.0-beta5&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Dapper&version=1.50.0-beta5&prerelease
                    
Install as a Cake Tool

A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  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. 
.NETPlatform dotnet54 is compatible. 
DNX dnx451 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Dapper:

Package Downloads
DapperExtensions

A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.

GitHub repositories (8)

Showing the top 8 popular GitHub repositories that depend on Dapper:

Repository Stars
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
HangfireIO/Hangfire
An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
Version Downloads Last Updated
1.50.0-beta5 827 12/8/2015
1.50.0-beta4 782 11/26/2015
1.50.0-beta3 674 11/19/2015
1.50.0-beta2 189 11/19/2015
1.50.0-beta1 974 11/3/2015
1.42.0 177,693 5/6/2015
1.41.0-beta5 1,441 5/6/2015
1.41.0-beta4 260 5/5/2015
1.41.0-beta3 570 5/2/2015
1.41.0-beta2 206 5/1/2015
1.41.0-beta 229 5/1/2015
1.41.0-alpha 271 4/29/2015
1.40.0 61,523 4/3/2015
1.39.0 28,318 3/18/2015
1.38.0 202,261 10/30/2014
1.37.0 21,595 10/22/2014
1.36.0 13,534 10/14/2014
1.35.0 43,906 9/29/2014
1.34.0 49,511 8/28/2014
1.33.0 675 8/28/2014
Loading failed