From f60c6204d97071e2a058523b7e3f4094a766aee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Mon, 30 Mar 2026 16:07:17 +0200 Subject: [PATCH] docs: Little missmatches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Stühmer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e29ce9e..72abbe5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![License](https://img.shields.io/github/license/dailydevops/projectbuilders.svg)](LICENSE) [![Build Status](https://img.shields.io/github/actions/workflow/status/dailydevops/projectbuilders/ci.yml?branch=main)](https://github.com/dailydevops/projectbuilders/actions) + ProjectBuilders is a .NET solution providing libraries and utilities for programmatically building, managing, and testing .NET project structures. It is designed for developers, tool authors, and CI/CD engineers who need to automate .NET project scaffolding, configuration, and test environment setup. The solution aims to simplify the creation and management of .NET projects and their test environments, supporting modern .NET development workflows. ## Overview