.NET Templating 1.4.0
paulcam206
released this
08 Mar 02:30
·
175 commits
to main
since this release
Latest Packages
New Feature: Host parameters
Applications using the .NET Templating engine can now supply an additional Host
data blob in EvaluationContext
, which is accessible in templates through $host
. This allows applications to provide contextual information to be referenced in generating a card.
PR: #8328
(matches behavior from NodeJS templating engine. see #7199)