Skip to content

Commit c57e45f

Browse files
committed
v1.1
1 parent acea848 commit c57e45f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# FluentValidation
2-
A library for using FluentValidation with Blazor that supports **async validation, severity levels** and more.
2+
A battle tested library for using FluentValidation with Blazor that supports **async validation, severity levels** and more.
33

44
For introduction, see this [blog post](https://blog.vyvojari.dev/advanced-validation-in-blazor-using-fluentvalidation/)
55

vNext.BlazorComponents.FluentValidation/vNext.BlazorComponents.FluentValidation.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
<EmbedUntrackedSources>true</EmbedUntrackedSources>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8-
<Version>1.0.0</Version>
9-
<PackageVersion>1.0.0</PackageVersion>
8+
<Version>1.1.0</Version>
9+
<PackageVersion>1.1.0</PackageVersion>
1010
<Authors>Liero; Daniel Turan</Authors>
1111
<Company>vNext Software Consulting</Company>
1212
<PackageId>vNext.BlazorComponents.FluentValidation</PackageId>
@@ -16,7 +16,7 @@
1616
<PackageReadmeFile>README.md</PackageReadmeFile>
1717
<RepositoryUrl>https://github.com/Liero/vNext.BlazorComponents.FluentValidation</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>
19-
<Description>A library for using FluentValidation with Blazor.
19+
<Description>A battle tested library for using FluentValidation with Blazor.
2020
Supports async validation, validation severity, custom rulesets and is open for extensibility.
2121

2222
Contributors are welcome!</Description>

0 commit comments

Comments
 (0)