From 2a0f4cad3966a7cca462560e0704eb5c8feb4b60 Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Sun, 23 Nov 2025 23:31:40 -0800 Subject: [PATCH] Make IndentingBuilder a src package --- src/IndentingBuilder/IndentingBuilder.csproj | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/src/IndentingBuilder/IndentingBuilder.csproj b/src/IndentingBuilder/IndentingBuilder.csproj index 30bc856..696255d 100644 --- a/src/IndentingBuilder/IndentingBuilder.csproj +++ b/src/IndentingBuilder/IndentingBuilder.csproj @@ -9,15 +9,28 @@ StaticCS.IndentingBuilder - 0.1.0 + 0.2.0 true MIT https://github.com/agocke/static-cs - A string builder with automatic indentation support for multi-line text generation. + A string builder with automatic indentation support for multi-line text generation. Distributed as source code for easy inclusion in source generators. agocke - string-builder;indentation;code-generation;text-generation + string-builder;indentation;code-generation;text-generation;source-only + + false + true + contentFiles + + + true + contentFiles/cs/any + Compile + false + + + runtime; build; native; contentfiles; analyzers; buildtransitive