From 0c6ed101f2253411515bead2e1c0412054a789f9 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 16 Jan 2024 14:49:32 -0500 Subject: [PATCH] Adding release notes (#467) * Configure multi-targeting * Update target frameworks for tests * adding release notes --- src/SmartEnum/SmartEnum.csproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/SmartEnum/SmartEnum.csproj b/src/SmartEnum/SmartEnum.csproj index da9dd30a..43c176a6 100644 --- a/src/SmartEnum/SmartEnum.csproj +++ b/src/SmartEnum/SmartEnum.csproj @@ -7,7 +7,11 @@ Classes to help produce strongly typed smarter enums in .NET. enum;smartenum;ardalis icon.png - Updating to net7. + + Adding multi-targeting. + Add SmartEnumNameAttribute, a DataAnnotations ValidationAttribute by @sdepouw in #447 + Support SmartEnums as dictionary keys by @Steve-OH in #458 + Ardalis.SmartEnum README.md