Skip to content

Commit a27f576

Browse files
committed
- Fix build status badge link.
- Update Vogen extensions base library version to latest.
1 parent 68c9c24 commit a27f576

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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.1.0</VersionPrefix>
7+
<VersionPrefix>0.2.0</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.1.0
15+
<PackageReleaseNotes>0.2.0
16+
- Updated to version 0.2.0 of base library.
17+
0.1.0
1618
Initial release.</PackageReleaseNotes>
1719
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1820
<Authors>Coding Flow</Authors>
@@ -34,7 +36,7 @@
3436
</ItemGroup>
3537

3638
<ItemGroup>
37-
<PackageReference Include="CodingFlow.FluentValidation" Version="0.1.0" />
39+
<PackageReference Include="CodingFlow.FluentValidation" Version="0.2.0" />
3840
<PackageReference Include="Vogen" Version="8.0.4" />
3941
</ItemGroup>
4042

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To change this file edit the source file and then run MarkdownSnippets.
88
# CodingFlow Fluent Validation
99

1010
[![Nuget](https://img.shields.io/nuget/v/CodingFlow.FluentValidation)](https://www.nuget.org/packages/CodingFlow.FluentValidation)
11-
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/CodingFlow/options-bindings-generator/pull-request.yml)
11+
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/CodingFlow/fluent-validation/pull-request.yml)
1212
[![Nuget](https://img.shields.io/nuget/dt/CodingFlow.FluentValidation)](https://www.nuget.org/packages/CodingFlow.FluentValidation)
1313
[![GitHub Sponsors](https://img.shields.io/github/sponsors/CodingFlow)](https://github.com/sponsors/CodingFlow)
1414

0 commit comments

Comments
 (0)