DbKeeperNet 1.6.1.2

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

// Install DbKeeperNet as a Cake Tool
#tool nuget:?package=DbKeeperNet&version=1.6.1.2

DbKeeperNet is a handy component simplifying deployment of database schema changes working with various RDBMS systems.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.1.2 767 10/30/2014

Version 1.6.1.1
- Fixed OracleDatabaseService.IsUpdateStepExecuted throws an exception
- Corrected spelling of EmbededResourceProviderService
- Added support for AspNetMemberShip role existence precondition enhancement
- Added support for AspNetMembership role creation enhancement
- Added support for AspNetMembership role deletion enhancement
- Added support for AspNetMembership account deletion enhancement
- Added support for AspNetMemberShip account existence precondition  enhancement
- Added support for AspNetMemberShip account seeding enhancement
- MSSQL Membership/Role provider setup script available as a nuget package
- Tested with databases:
  - Oracle XE 11g + Oracle.ManagedDataAccess.Client
  - Microsoft SQL Server Express 2008 R2, 2012
  - MySQL 5.5.27 + MySQL Connector/NET 6.8.3
  - PostgreSQL 9.2 + Npgsql 2.1.3.0
  - SQLite for .NET 1.0.93.0
  - Firebird 2.5 + Firebird ADO.NET Data Provider 4.5