Skip to content

Commit c448301

Browse files
committed
- Update VogenExtensions to latest base library version.
1 parent 6d67d9a commit c448301

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CodingFlow.FluentValidation.VogenExtensions/CodingFlow.FluentValidation.VogenExtensions.csproj

Lines changed: 5 additions & 3 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 Vogen Extensions</Title>
99
<Description>Vogen extensions for CodingFlow Fluent Validation.</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;vogen</PackageTags>
15-
<PackageReleaseNotes>0.2.1
15+
<PackageReleaseNotes>0.2.2
16+
- Update to version 0.2.2 of base library.
17+
0.2.1
1618
- Include documentation comments in nuget package.
1719
0.2.0
1820
- Updated to version 0.2.0 of base library.
@@ -39,7 +41,7 @@
3941
</ItemGroup>
4042

4143
<ItemGroup>
42-
<PackageReference Include="CodingFlow.FluentValidation" Version="0.2.1" />
44+
<PackageReference Include="CodingFlow.FluentValidation" Version="0.2.2" />
4345
<PackageReference Include="Vogen" Version="8.0.4" />
4446
</ItemGroup>
4547

0 commit comments

Comments
 (0)