Skip to content

Version 1.1.0 (.NET 5 support)

Compare
Choose a tag to compare
@RdJNL RdJNL released this 20 Feb 21:31
· 11 commits to master since this release
  • Templates will now be executed using .NET 5. This means it's possible to load .NET 5 assemblies. .NET Core and .NET Standard assemblies still work.
  • Added $(TargetPath) support for assembly directives: <#@ assembly name="$(TargetPath)" #>. Be aware that the value for $(TargetPath) depends on the active build configuration of the containing project. Using $(TargetPath) is only supported when running templates from the VS extension, not when using the TextTransformCore.exe command line tool.