From 8d1b7b4a115c8266e2b0688507c07af924072b2c Mon Sep 17 00:00:00 2001 From: logosghservice Date: Sun, 17 May 2026 09:36:45 +0000 Subject: [PATCH] Update README conventions table --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 844567f..6681480 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ | [editorconfig-section](./conventions/editorconfig-section/README.md) | Manages a named section within the repository-root `.editorconfig` file. | | [editorconfig-yaml](./conventions/editorconfig-yaml/README.md) | Ensures the repository-root `.editorconfig` contains the managed YAML section from [files/.editorconfig](./conventions/editorconfig-yaml/files/.editorconfig). | | [faithlife-auto-apply-conventions](./conventions/faithlife-auto-apply-conventions/README.md) | Ensures that `.github/conventions.yml` starts with the marker used by RepoConventionsApplier. | -| [faithlife-dotnet-library-build](./conventions/faithlife-dotnet-library-build/README.md) | Creates missing Faithlife .NET library build project files under `tools/Build`. | -| [faithlife-dotnet-library-workflow](./conventions/faithlife-dotnet-library-workflow/README.md) | Installs the published Faithlife .NET library `ci.yml` workflow at `.github/workflows/ci.yml`. | +| [faithlife-dotnet-library-build](./conventions/faithlife-dotnet-library-build/README.md) | Creates or refreshes Faithlife .NET library build project files under `tools/Build`. | +| [faithlife-dotnet-library-workflow](./conventions/faithlife-dotnet-library-workflow/README.md) | Installs the published Faithlife .NET library workflows at `.github/workflows/ci.yml` and `.github/workflows/copilot-setup-steps.yml`. | | [faithlife-license-mit](./conventions/faithlife-license-mit/README.md) | Applies [license-mit](./conventions/license-mit/README.md) with `copyright-holder` set to `Faithlife`. | | [gitattributes-lf](./conventions/gitattributes-lf/README.md) | Ensures the repository-root `.gitattributes` starts with `* text=auto eol=lf`. | | [gitattributes-section](./conventions/gitattributes-section/README.md) | Manages a named section within the repository-root `.gitattributes` file. |