Skip to content

Releases: Pankraty/FluentValidation.HttpExtensions

v.0.2.0

02 Aug 15:04
7c68527
Compare
Choose a tag to compare

What's Changed

  • Add .Net 6.0 support and fix issue with PropertyName for the whole entity by @YanaVdovina in #4

New Contributors

Full Changelog: v.0.1.0...v.0.2.0

v.0.1.0

24 Feb 14:42
75ee7a0
Compare
Choose a tag to compare

The initial version of the package.

It supports the following extensions for validation rules:

  • AsForbidden()
  • AsNotFound()
  • AsMethodNotAllowed()
  • AsNotAcceptable()
  • AsConflict()
  • AsGone()
  • AsLocked()

https://www.nuget.org/packages/Pankraty.FluentValidation.HttpExtensions/0.1.0