You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Changes
- Update version to 1.3.0
- Update CHANGELOG.md with all features since v1.2.0
- Update package release notes
## Highlights
- Named iteration variable syntax for nested loops
- ElseIf support for multi-branch conditionals
- Text replacement lookup tables (HTML entities)
- .NET 10 support
- BREAKING: {{else}} → {{#else}} syntax change
Copy file name to clipboardExpand all lines: TriasDev.Templify/TriasDev.Templify.csproj
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
12
12
<!-- NuGet Package Metadata -->
13
13
<PackageId>TriasDev.Templify</PackageId>
14
-
<Version>1.2.0</Version>
14
+
<Version>1.3.0</Version>
15
15
<Authors>TriasDev GmbH & Co. KG</Authors>
16
16
<Company>TriasDev GmbH & Co. KG</Company>
17
17
<Description>High-performance templating engine for .NET. Process Word documents (.docx) and plain text templates with the same powerful syntax. Replace placeholders, evaluate conditionals, and process loops without Microsoft Word. Built on OpenXML SDK with 100% test coverage.</Description>
<PackageReleaseNotes>Added TextTemplateProcessor for email and plain text templating using the same template syntax as Word documents.</PackageReleaseNotes>
25
+
<PackageReleaseNotes>v1.3.0: Named iteration variables for nested loops, elseif conditionals, text replacement lookup tables, inline conditionals, .NET 10 support. BREAKING: {{else}} changed to {{#else}}.</PackageReleaseNotes>
0 commit comments