Skip to content

Commit

Permalink
Change package description
Browse files Browse the repository at this point in the history
  • Loading branch information
luboshl committed Jul 16, 2024
1 parent 5ed3bf5 commit ee510d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MiniValidationPlus/MiniValidationPlus.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>A minimalist validation library built atop the existing validation features in .NET's `System.ComponentModel.DataAnnotations` namespace with support of non-nullable reference types.</Description>
<Description>A minimalist validation library with support of non-nullable reference types built atop the existing validation features in .NET's `System.ComponentModel.DataAnnotations` namespace.</Description>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<PackageTags>ComponentModel DataAnnotations validation</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit ee510d0

Please sign in to comment.