PhantomDb.ORM 1.5.0.17

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

// Install PhantomDb.ORM as a Cake Tool
#tool nuget:?package=PhantomDb.ORM&version=1.5.0.17

PhantomDB ORM (PDB) es un Micro ORM para Microsoft .NET Framework 3.5. Soporta cualquier tipo de base de datos.
PDB está diseñado para trabajar en entornos ágiles, con muchos cambios en la base de datos.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.0.17 102 4/6/2015
1.5.0.16 58 3/9/2015
1.5.0.15 85 12/20/2014
1.5.0.13 103 11/20/2014
1.5.0.12 305 11/13/2014
1.5.0.11 872 11/10/2014
1.5.0.9 84 4/1/2014
1.5.0.8 51 12/3/2013
1.5.0.6 52 11/8/2013
1.5.0.4 52 9/11/2013
1.5.0.3 52 9/3/2013
1.5.0.1 50 9/3/2013
1.5.0 53 9/2/2013

1.5.0.17
Soporte de Enums
Mejoras de seguridad

1.5.0.16
Mejorado el parseo de tipos.
Bugfixes.

1.5.0.15
Mejorada la clase Dialect.

1.5.0.13
Bugfix: el false para dialecto era "1" al igual que el true.

1.5.0.12
Bugfix: problemas al usar contraseña.

1.5.0.11
Bugfix en ListDistinct.