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
This document summarizes all the work completed for version 2026.1.0, including the Template Services architecture, comprehensive test coverage, and professional project setup.
4
+
This document summarizes all the work completed for version 2026.1.1, including the Template Services architecture, comprehensive test coverage, and professional project setup.
5
5
6
6
---
7
7
8
-
## ?? Version 2026.1.0 Release
8
+
## ?? Version 2026.1.1 Release
9
9
10
10
### Version Scheme
11
-
-**Base Version:**`2026.1.0` (in `.csproj`)
11
+
-**Base Version:**`2026.1.1` (in `.csproj`)
12
12
-**Build System:**`infra/build.ps1` with auto-incrementing build numbers
13
13
-**BUILDR File:** Tracks build number, final version becomes `2026.1.X`
Copy file name to clipboardExpand all lines: src/lib/LowlandTech.TinyTools.csproj
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@
8
8
9
9
<!-- Package Information -->
10
10
<PackageId>LowlandTech.TinyTools</PackageId>
11
-
<Version>2026.1.0</Version>
11
+
<Version>2026.1.1</Version>
12
12
<Authors>wendellmva</Authors>
13
13
<Company>LowlandTech</Company>
14
14
<Product>TinyTemplateEngine</Product>
15
15
<Description>A lightweight template engine for .NET with minimal dependencies. Designed for data composition, not view rendering. Supports variable interpolation, control flow, pipe helpers, and extensible template services.</Description>
0 commit comments