Skip to content

Releases: csf-dev/CSF.Validation

v3.0.0

Choose a tag to compare

@craigfowler craigfowler released this 18 Feb 10:20

This is the production release for v3.0.0 of CSF.Validation. It is not backwards compatible with v2.x, the main difference being that validation rules & message classes now only need implement an interface in order to be used (no more base class).

Numerous other enhancements have been added. See the documentation website for more information.

v3.0.0-beta.1

v3.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@craigfowler craigfowler released this 02 Jul 20:01

This is the first beta of v3.0.0 of this library. It is non-backwards compatible but includes numerous enhancements. See the new documentation website for more details.

v2.0.0

Choose a tag to compare

@craigfowler craigfowler released this 24 Apr 18:20

This version introduces multi-targeting. This project is now built for:

  • netstandard1.0
  • netstandard2.0
  • net45

It also resolves #42, which is a breaking change, because it upgrades dependency libraries across a breaking-change-version-boundary. If other packages used by the same consumer make use of any of those dependencies, then this will force a cascaded upgrade in order to avoid conflicts.

v1.0.2

Choose a tag to compare

@craigfowler craigfowler released this 28 Apr 15:41

This is a single-issue release to deal with a failure in strong-naming the assembly. This was caused by mono/mono#8495

v1.0.1

Choose a tag to compare

@craigfowler craigfowler released this 16 Apr 20:45

This is a single-issue release. The only difference is that in this release, the main assembly is strongly named.

v1.0.0

Choose a tag to compare

@craigfowler craigfowler released this 28 Apr 09:56

This is the first public release of the validation framework.

There are no known issues, and whilst there are enhancements which could be made (see the issues page on Github), it is fully operational in a stand-alone manner.