Skip to content

Commit

Permalink
Update changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySkinner committed Mar 15, 2021
1 parent e933f8a commit 302dabf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
9.5.3 - 15 March 2021
Fix Swedish translation for CreditCardValidator (#1664)

9.5.2 - 8 March 2021
Fix Dutch translation of some errors (#1653)
Fix string equality comparison in WithCustomState extension (#1658)
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>9.5.2</VersionPrefix>
<VersionPrefix>9.5.3</VersionPrefix>
<VersionSuffix></VersionSuffix>
<!-- Use CI build number as version suffix (if defined) -->
<!--<VersionSuffix Condition="'$(GITHUB_RUN_NUMBER)'!=''">ci-$(GITHUB_RUN_NUMBER)</VersionSuffix>-->
Expand Down
5 changes: 4 additions & 1 deletion src/FluentValidation/FluentValidation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<PackageReleaseNotes>
FluentValidation 9 is a major release. Please read the upgrade notes at https://docs.fluentvalidation.net/en/latest/upgrading-to-9.html

Changes in 9.5.3:
* Fix Swedish translation of credit card validation error.

Changes in 9.5.2:
* Fix Dutch translation of some errors
* Fix string equality comparison in WithCustomState extension
Expand Down Expand Up @@ -88,7 +91,7 @@ Changes in 9.0.0:
* Automatically scanned types can be excluded when calling RegisterValidatorsFromAssemblyContaining in ASP.NET Core projects.
* New AutomaticValidationEnabled property for use in ASP.NET Core projects (defaults to true).

Full release notes can be found at https://github.com/FluentValidation/FluentValidation/blob/master/Changelog.txt
Full release notes can be found at https://github.com/FluentValidation/FluentValidation/releases
</PackageReleaseNotes>
<!-- Signing is only performed as part of the release build -->
<SignAssembly>True</SignAssembly>
Expand Down

0 comments on commit 302dabf

Please sign in to comment.