ef-enum-to-lookup 1.7.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package ef-enum-to-lookup --version 1.7.1
NuGet\Install-Package ef-enum-to-lookup -Version 1.7.1
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="ef-enum-to-lookup" Version="1.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ef-enum-to-lookup --version 1.7.1
#r "nuget: ef-enum-to-lookup, 1.7.1"
#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 ef-enum-to-lookup as a Cake Addin
#addin nuget:?package=ef-enum-to-lookup&version=1.7.1

// Install ef-enum-to-lookup as a Cake Tool
#tool nuget:?package=ef-enum-to-lookup&version=1.7.1

Entity Framework 6.1 Enum Lookup-Table Generator

Creates lookup tables and foreign key constraints based on the enums used in your model.

This makes up for a feature that's missing in Entity Framework 6.1.

See the project site on github at https://github.com/timabell/ef-enum-to-lookup for usage and more information.

Please report any issues you encounter here: https://github.com/timabell/ef-enum-to-lookup/issues

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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
1.9.0 277,942 8/18/2015
1.8.0 14,473 6/12/2015
1.7.1 7,367 4/1/2015
1.7.0 1,267 4/1/2015
1.6.0 2,177 3/23/2015
1.5.0 1,847 3/2/2015
1.5.0-beta 1,352 2/21/2015
1.4.0 1,677 2/15/2015
1.3.0 1,835 12/16/2014
1.2.2 1,818 11/24/2014
1.2.1 1,380 10/11/2014
1.2.0 1,299 10/9/2014
1.1.1 1,289 9/29/2014
1.1.0 1,248 9/29/2014
1.0.0 1,290 9/28/2014

v1.7.0
* fixed bug getting table names from some contexts https://github.com/timabell/ef-enum-to-lookup/issues/25
* you can now generate scripts to run later https://github.com/timabell/ef-enum-to-lookup/issues/22 (see updated readme / usage files for details)
* refactoring and cleanup of the code

v1.7.1
* fix broken generated sql (oops), didn't affect main Apply() code though.
* both methods now use the generated sql, note this means no more parameters, which *should* have no effect but file a bug if you spot anything.
* wrapped all sql in a transaction