NPersistence 2.0.0.15

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

// Install NPersistence as a Cake Tool
#tool nuget:?package=NPersistence&version=2.0.0.15

.NET Persistence API (also called NPersistence or NPA) is a ORM framework which also enables entity mapping useing annotations!! The project is based on JAVA's JPA and offers applications to use a standard API for their ORM operations. In this package, NPA is implemented by NHibernate. This package also contains SQLITE embedded DB so you can start working with no need to install a DB.

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.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0.15 3,609 1/31/2013
2.0.0.14 1,650 7/22/2012
2.0.0.13 1,525 3/20/2012

Fixed bug - query.setParameter now accepts a value list (only for named parameters).
   Fixed bug - updating an entity is now possible from event callback methods.
   Fixed bug - EntityManager gets closed after commit failure or rollback