Skip to content

v3.12.0

Latest

Choose a tag to compare

@sjh37 sjh37 released this 14 Feb 16:37
· 29 commits to master since this release

This release contains a breaking change!

Please replace this line in your existing .tt files:

Settings.UpdateColumn = delegate(Column column, Table table, List<EnumDefinition> enumDefinitions)

with

Settings.UpdateColumn = delegate(Column column, Table table, List<EnumDefinition> enumDefinitions, List<JsonColumnMapping> jsonColumnMappings)