From 37789a0a977eaa6ec4bbdad083f2e5637ae4ba19 Mon Sep 17 00:00:00 2001 From: Scott Lilly <2271154+ScottLilly@users.noreply.github.com> Date: Wed, 9 Apr 2025 17:26:50 -0400 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 488c5c0..c1f4c8a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Extension methods and classes I often find useful for C# development. Attribute classes to validate properties in models. +- **`AlphaOnlyAttribute`**: Check that a string only contains letters. - **`UniqueItemsAttribute`**: Check that a collection property does not contain duplicate items. ## Collections