Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 938 Bytes

CHANGELOG.md

File metadata and controls

47 lines (25 loc) · 938 Bytes

Changelog - JK.Common.FluentValidation

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unless otherwise noted, all changes made by @jeremyknight-me.

4.0.0

Added

  • Added support for .NET 9.

Changed

  • Upgraded JK.Common to 6.0.0

Removed

  • Removed support for .NET Standard 2.0, .NET 6, and .NET 7

3.1.0

Added

  • Added .NET 7 and .NET 8 to multi-targeting

Changed

  • Upgraded FluentValidation from 10.x to 11.x
  • Upgraded JK.Common to 5.2.0

Removed

  • Removed .NET Standard 2.1 and .NET 5 from multi-targetting

3.0.0

Added

  • Multi-targeting for .NET Standard 2.0, .NET Standard 2.1, .NET 5, and .NET 6

Changed

  • Changed FluentValidation from 9.5.4 to 10.3.6