Nemo 2.1.10

dotnet add package Nemo --version 2.1.10
NuGet\Install-Package Nemo -Version 2.1.10
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="Nemo" Version="2.1.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nemo --version 2.1.10
#r "nuget: Nemo, 2.1.10"
#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.
// Install Nemo as a Cake Addin
#addin nuget:?package=Nemo&version=2.1.10

// Install Nemo as a Cake Tool
#tool nuget:?package=Nemo&version=2.1.10

.Net Enterprise Micro-ORM

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.10 144 2/6/2015
2.1.9 45 2/4/2015
2.1.8 67 1/12/2015
2.1.7 72 12/4/2014
2.1.6 51 12/2/2014
2.1.5 47 12/2/2014
2.1.4 87 9/14/2014
2.1.3 62 9/13/2014
2.1.2 61 9/12/2014
2.1.0 73 7/25/2014
2.1.0-rc006 51 7/10/2014
2.1.0-rc005 50 7/9/2014
2.1.0-rc004 50 7/2/2014
2.1.0-rc003 47 7/1/2014
2.1.0-rc002 49 6/23/2014
2.1.0-rc001 47 6/19/2014
1.0.3 55 11/12/2013
1.0.0 54 9/18/2013

* Fixed update and delete sql generation
     * Updated provider name detection
     * Fixed execution context to work in both web and windows environments (including async/await patterns)
     * Provided a way to clone current configuration
     * Fixed Not operation in property map
     * Provided a way for sql generation to use property maps
     * Fixed select generation
     * Fixed returning of identity value in the generated insert
     * Added a way to handle UTC dates
     * Added ability to specify type converters in entity maps