Skip to content

Commit 6d67d9a

Browse files
committed
Update package info.
1 parent 782ed5c commit 6d67d9a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CodingFlow.FluentValidation/CodingFlow.FluentValidation.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<VersionPrefix>0.2.1</VersionPrefix>
7+
<VersionPrefix>0.2.2</VersionPrefix>
88
<Title>CodingFlow Fluent Validation</Title>
99
<Description>Minimal, easy to use fluent validations API inspired by FluentValidation.</Description>
1010
<Copyright></Copyright>
1111
<PackageProjectUrl></PackageProjectUrl>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>
1313
<RepositoryUrl>https://github.com/CodingFlow/fluent-validation</RepositoryUrl>
1414
<PackageTags>fluent;validation</PackageTags>
15-
<PackageReleaseNotes>0.2.1
15+
<PackageReleaseNotes>0.2.2
16+
- Fix minor documentation issue.
17+
0.2.1
1618
- Include documentation comments in nuget package.
1719
0.2.0
1820
- Added several validators.

0 commit comments

Comments
 (0)