From 676e3844872ce110682f1600e259a910acf12980 Mon Sep 17 00:00:00 2001 From: jrconradt Date: Sat, 6 Jun 2026 16:29:51 -0700 Subject: [PATCH 1/2] Rename package to Templar.Net; tighten README tagline PackageId Templar collided with an existing nuget.org package (403 on push). Use Templar.Net to match the repo and the LinearPipe.Net convention. Generated with Claude Code --- README.md | 2 +- src/Templar.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1782e92..2dd9c49 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Templar -An indentation-aware template engine for C# code generation. Templar's key feature: when a multi-line value is injected into a template, continuation lines automatically inherit the column position of the placeholder — generated code stays correctly formatted at any nesting depth. +Indentation-aware template engine for C# codegen — multi-line values inherit the placeholder's column, trim/AOT-safe, zero dependencies. ## The Problem diff --git a/src/Templar.csproj b/src/Templar.csproj index 6904ffb..43a535c 100644 --- a/src/Templar.csproj +++ b/src/Templar.csproj @@ -10,7 +10,7 @@ true $(NoWarn);CS1591 - Templar + Templar.Net Templar Indentation-aware template engine for C# code generation. Multi-line values automatically inherit the column position of the placeholder, so generated code stays correctly formatted at any nesting depth. codegen;template;source-generator;code-generation;text-template From 99de476322dfb0b6a5c5242444b17e18bfd58f89 Mon Sep 17 00:00:00 2001 From: jrconradt Date: Sat, 6 Jun 2026 17:18:38 -0700 Subject: [PATCH 2/2] Rename build targets to Templar.Net.targets for new PackageId NuGet requires build/.targets (NU5129); rename to match the Templar.Net package id so the targets auto-import for consumers. Generated with Claude Code --- src/Templar.csproj | 4 ++-- src/build/{Templar.targets => Templar.Net.targets} | 0 src/buildTransitive/{Templar.targets => Templar.Net.targets} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/build/{Templar.targets => Templar.Net.targets} (100%) rename src/buildTransitive/{Templar.targets => Templar.Net.targets} (100%) diff --git a/src/Templar.csproj b/src/Templar.csproj index 43a535c..100e9cf 100644 --- a/src/Templar.csproj +++ b/src/Templar.csproj @@ -50,8 +50,8 @@ - - + +