Skip to content

Commit

Permalink
Update version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalJankowskii committed Jul 1, 2018
1 parent 3cfe115 commit 87800b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.txt
@@ -1,3 +1,6 @@
1.4.0.0 - 1 July 2018
* Added support for EnumValidator, MaxLengthValidator, MinLenghtValidator, ExactLengthValidator, ExclusiveBetweenValidator and InclusiveBetweenValidator

1.3.0.0 - 27 June 2018
* Support for netstandard

Expand Down
Expand Up @@ -10,12 +10,12 @@
<Company>Michał Jankowski</Company>
<Copyright>Copyright 2016 - Michał Jankowski</Copyright>
<PackageTags>FluentValidation unit test testing fluent framework assert TDD BDD</PackageTags>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<FileVersion>1.3.0.0</FileVersion>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<FileVersion>1.4.0.0</FileVersion>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>1.3.0</Version>
<PackageReleaseNotes>1.3.0.0 - 27 June 2018
* Support for netstandard</PackageReleaseNotes>
<Version>1.4.0</Version>
<PackageReleaseNotes>1.4.0.0 - 1 July 2018
* Added support for EnumValidator, MaxLengthValidator, MinLenghtValidator, ExactLengthValidator, ExclusiveBetweenValidator and InclusiveBetweenValidator</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 87800b6

Please sign in to comment.