File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
CodingFlow.FluentValidation.VogenExtensions Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments