Skip to content
This repository was archived by the owner on Sep 4, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (21 loc) · 636 Bytes

CHANGELOG.md

File metadata and controls

37 lines (21 loc) · 636 Bytes

CG.DataAnnotations change log


2023.1

  • I moved the ValidatorEx class to CG.Validations.

2022.1

  • I changed the framework to .net 6.0
  • I added the ValidatorEx class
  • I changed the namespace to System.ComponentModel.DataAnnotations

2021.3

  • bug fixes

2021.2

  • I switched to the .NET 5.0 framework
  • bug fixes
  • I added the EmailAddressListAttribute type.
  • I added the PhoneListAttribute type.

2021.1

I bumped the major version for the new year.

2020.1

  • I copied the code from CG.Core.

  • I moved OptionsBase to CG.Options.

  • I dropped support for .net 4.61