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.
<PackageVersion Include="PhantomDb.ORM" Version="1.5.0.17" />
                    
Directory.Packages.props
<PackageReference Include="PhantomDb.ORM" />
                    
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 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.
#:package PhantomDb.ORM@1.5.0.17
                    
#: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=PhantomDb.ORM&version=1.5.0.17
                    
Install as a Cake Addin
#tool nuget:?package=PhantomDb.ORM&version=1.5.0.17
                    
Install as a Cake Tool

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 103 4/6/2015
1.5.0.16 60 3/9/2015
1.5.0.15 86 12/20/2014
1.5.0.13 105 11/20/2014
1.5.0.12 306 11/13/2014
1.5.0.11 873 11/10/2014
1.5.0.9 86 4/1/2014
1.5.0.8 52 12/3/2013
1.5.0.6 54 11/8/2013
1.5.0.4 54 9/11/2013
1.5.0.3 53 9/3/2013
1.5.0.1 52 9/3/2013
1.5.0 54 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.