Skip to content

.NET Templating 1.4.0

Compare
Choose a tag to compare
@paulcam206 paulcam206 released this 08 Mar 02:30
· 175 commits to main since this release
54470ff

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)