Skip to content

Commit

Permalink
Merge pull request #9 from luboshl/feature/nuget-description
Browse files Browse the repository at this point in the history
Nuget package description
  • Loading branch information
luboshl authored Jul 16, 2024
2 parents 5ed3bf5 + 1b89fc0 commit ce18f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.0.1</VersionPrefix>
<!-- VersionSuffix used for local builds -->
<VersionSuffix>dev</VersionSuffix>
<!-- VersionSuffix to be used for CI builds -->
Expand Down
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 ce18f14

Please sign in to comment.