From eccc46fe4cfd0ccfceb44672320348e1ec735675 Mon Sep 17 00:00:00 2001 From: logosghservice Date: Mon, 1 Jun 2026 16:05:15 +0000 Subject: [PATCH] Update README conventions table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f3d856..defa4fa 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,5 @@ | [license-mit](./conventions/license-mit/README.md) | Ensures the repository-root `LICENSE` file contains the published MIT license from [files/LICENSE](./conventions/license-mit/files/LICENSE). | | [nuget-config](./conventions/nuget-config/README.md) | Creates or replaces the repository-root `nuget.config` from [files/nuget.config](./conventions/nuget-config/files/nuget.config). | | [prettierignore-section](./conventions/prettierignore-section/README.md) | Manages a named section within the repository-root `.prettierignore` file when the repository appears to use [Prettier](https://prettier.io). | +| [update-nuget-packages](./conventions/update-nuget-packages/README.md) | Updates git-tracked NuGet package references, MSBuild SDK references, and local .NET tool manifest versions by replacing only version text spans in supported project and manifest files. |