Skip to content

Commit

Permalink
Adding release notes (#467)
Browse files Browse the repository at this point in the history
* Configure multi-targeting

* Update target frameworks for tests

* adding release notes
  • Loading branch information
ardalis authored Jan 16, 2024
1 parent 3380125 commit 0c6ed10
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/SmartEnum/SmartEnum.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
<Summary>Classes to help produce strongly typed smarter enums in .NET.</Summary>
<PackageTags>enum;smartenum;ardalis</PackageTags>
<PackageIcon>icon.png</PackageIcon>
<PackageReleaseNotes>Updating to net7.</PackageReleaseNotes>
<PackageReleaseNotes>
Adding multi-targeting.
Add SmartEnumNameAttribute, a DataAnnotations ValidationAttribute by @sdepouw in #447
Support SmartEnums as dictionary keys by @Steve-OH in #458
</PackageReleaseNotes>
<AssemblyName>Ardalis.SmartEnum</AssemblyName>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
Expand Down

0 comments on commit 0c6ed10

Please sign in to comment.