T4.Lookup 1.0.2

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

// Install T4.Lookup as a Cake Tool
#tool nuget:?package=T4.Lookup&version=1.0.2

Multiple enumeration generation based on lookup tables

There are no supported framework assets in this 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.0.2 1,979 2/14/2015
1.0.1 1,550 12/28/2014
0.0.1 2,006 10/31/2014

Change list
-----------
Please keep a copy of setting as it will overwritten. After upgrade those setting can be put back.

1.0.2
-----
Enum values can be any string literal which will automatically get converted to Pascal case.

1.0.1
-----
Multiple enumeration generation based on lookup tables.

Configuration has been changed. Please have a look on current configuration if you are updating.
Details:
TableName[Required] : The name of look up table.
EnumName[Optional] : Desired enumeration name associated with TableName. If not provided, get same name as table name.
EnumColumn :
      Key[Required] : The column name of table to generate enumeration names.
      EnumDesc[Optional] : The column name of table to generate XML description for each enumeration name.
      EnumSequence [Optional]: The column name of table to generate underlying enumeration value.

Changes:
- Supports multiple enumeration through single file.
- Enumeration underlying value.
- Custom enumeration name, XML description