Skip to content

1.1.1

Compare
Choose a tag to compare
@blipson89 blipson89 released this 19 Oct 18:10
· 29 commits to master since this release

Highlights

  • Added whitelisting for base templates, and added the "Rendering Parameters" template to this list
  • Merged some community enhancements to the .csx scripts
  • Under the hood: changed the solution to use the modern SDK format for csproj files
  • ⚠️ Updated Leprechaun to .NET 4.7.2 ⚠️

Enhancements / Changes

  • Added: whitelisting for missing base templates (#20)
  • Added: All template field info fields are now available (PR #28 - thanks @jbreuer )
  • Added: [GeneratedCode] attribute has been added to the out of the box CSX scripts (PR #26 - thanks @basvanmeer)
  • Changed: Removed hardcoded namespace in default Glass Mapper (PR #25 - thanks @whuu)
  • Changed: "Multilist with Search" has been added to the default CSX scripts (PR #23 - thanks @lcjordan)
  • Changed: global:: namespace added to the default CSX scripts (PR #22 - thanks @lcjordan)
  • Changed: now requires .NET 4.7.2