XRepository 0.8.0

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

// Install XRepository as a Cake Tool
#tool nuget:?package=XRepository&version=0.8.0

The XRepository library is an easy-to-configure ORM with a simple API which follows the repository pattern.  It supports automapping, works on mutliple databases, and even supports a JavaScript interface to allow for simple HTML5 application development.  (If you want the JavaScript version, get NuGet package XRepository.JS.  This package will come along for the ride.)  XRepository is a good alternative for those who want powerful ORM capabilities without the difficulty of NHibernate / Entity Framework or the boilerplatedness of Web API.

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
0.8.0 48 4/27/2015
0.7.0 42 4/10/2015
0.6.0 78 1/13/2015
0.5.0 59 12/26/2014
0.4.0 47 12/26/2014
0.3.0 57 12/11/2014
0.2.0 87 9/15/2014