pgProvider 1.9.0

dotnet add package pgProvider --version 1.9.0
                    
NuGet\Install-Package pgProvider -Version 1.9.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="pgProvider" Version="1.9.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="pgProvider" Version="1.9.0" />
                    
Directory.Packages.props
<PackageReference Include="pgProvider" />
                    
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 pgProvider --version 1.9.0
                    
#r "nuget: pgProvider, 1.9.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.
#addin nuget:?package=pgProvider&version=1.9.0
                    
Install pgProvider as a Cake Addin
#tool nuget:?package=pgProvider&version=1.9.0
                    
Install pgProvider as a Cake Tool

Fully functional ASP.NET Membership Provider and Role Provider using a PostgreSQL database.  Postgres is a free enterprise-level database system.

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.

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
1.9.0 3,130 2/6/2016
1.8.0 2,193 5/20/2015
1.7.0 2,890 7/1/2013
1.6.0 1,637 1/26/2013
1.5.0 1,522 12/14/2012
1.4.0 1,671 12/13/2012
1.0.3 1,421 12/7/2012
1.0.2 1,653 11/18/2012
1.0.1 1,556 8/10/2012
1.0.0 1,452 7/19/2012

v1.1 changed the log4net referenced assembly... Crystal Reports is the devil.
v1.2 changed the log4net references to Common.Logging references.  This library is no longer dependent on log4net.  Implemented an automatic schema checker and updater, the script is no longer required to be run as long as the provider db user is the owner of the database.  Added a PurgeActivity function to clean up historical data.  Refactored some of the classes.
v1.3 made all role names, user names, email addresses, and application names case-insensitive.  Also cleaned up a bit of the logging that *might* improve performance in high-volume applications.
v1.4 made all exception classes serializable and prevented the profiles table from being created if it was not already created by previous versions.  (Also changed the versioning numbers to match the source code).
v1.5 fixes a problem with servers before v9.1 that would not build the schema.
v1.6 corrects an bug where the last login timestamp would not correctly persist in the users table.
v1.7 adds string localization in a resource file and makes the error message on startup more verbose.
v1.8 updated the logging and database to the most modern versions.
v1.9 Another update, this time to support .NET 4.5 and latest libraries.