Skip to content

Releases: RdJNL/TextTemplatingCore

Version 1.3.0 (.NET 8 support)

29 Dec 20:59
Compare
Choose a tag to compare
  • Templates are now executed using .NET 8. You will be able to load .NET 5/6/7/8, .NET Core and .NET Standard assemblies.

Version 1.2.0 (.NET 6 & VS2022 support)

18 Apr 13:29
Compare
Choose a tag to compare
  • Templates are now executed using .NET 6. You will be able to load .NET 5/6, .NET Core and .NET Standard assemblies.
  • The extension now works with Visual Studio 2022.
  • The extension should still work with Visual Studio 2019, although I haven't tested this. Please report any issues. Note that you'll need to install .NET 6 for the extension to work.

Version 1.1.1

02 Apr 15:30
Compare
Choose a tag to compare
  • Expanded the number of variables that can be used in assembly directives. See #5. Thanks to @Jothay. There are more solution/project variables available for the Visual Studio extension. For both the extension and the CLI, environment variables can now be used (e.g. $(UserProfile)).

Version 1.1.0 (.NET 5 support)

20 Feb 21:31
Compare
Choose a tag to compare
  • 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.

Version 1.0.1

02 Apr 13:46
Compare
Choose a tag to compare
  • Added references to the shared frameworks for ASP.NET Core and WPF/Windows Forms. This means T4 templates can now load assemblies that depend on either of these shared frameworks.

Version 1.0.0

19 Mar 22:37
Compare
Choose a tag to compare
v1.0.0