Skip to content

Releases: tgharold/RecursiveDataAnnotationsValidation

Release v2.2.0 Add async methods

29 Mar 00:26
6d96ac1

Choose a tag to compare

What's Changed

  • Fix README inclusion in NuGet package by @tgharold in #53
  • Add async version of TryValidateObjectRecursive method and tests by @tgharold in #54

Full Changelog: v2.1.1...v2.2.0

Release v2.1.1

28 Mar 20:33
5c871a4

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

Release v2.1.0 - .NET 8

28 Mar 19:26
e773c63

Choose a tag to compare

What's Changed

  • Do some clean-up in the unit/benchmark tests by @tgharold in #29
  • Rework Github action for v2 by @tgharold in #30
  • Create the artifacts/release folder in action by @tgharold in #31
  • Copy license/readme into project folder for build by @tgharold in #32
  • Remove dotnet pack working directory argument by @tgharold in #33
  • Update csproj values, add IsPackable=false if needed by @tgharold in #34
  • Tweak attaching '**/*.nupkg' files to Github release by @tgharold in #35
  • Attach (s)nupkg from the artifacts/ directory by @tgharold in #36
  • Use a dot instead of a dash for the artifact name by @tgharold in #37
  • Remove copy commands, update PackageReadmeFile by @tgharold in #38
  • Create README file for 'dotnet pack' by @tgharold in #39
  • Target .NET 6 in test projects by @tgharold in #40
  • Add more complicated Enumerable w/ Enumerable tests by @tgharold in #41
  • Update build to use .NET 8 by @tgharold in #44
  • Add a .claudeignore file to the root by @tgharold in #45
  • Update the example project to target .NET 8 by @tgharold in #46
  • Add CLAUDE.md file to project by @tgharold in #47
  • upgrade to actions/upload-artifact@v7 by @tgharold in #48
  • Shorten up how we build/test locally in CLAUDE.md by @tgharold in #49

Full Changelog: v2.0.0...v2.1.0

Release v2.0.0

18 Nov 21:50
640003e

Choose a tag to compare

What's Changed

See the Breaking Changes log for upgrade notes.

Full Changelog: v1.1.1...v2.0.0

Release v1.1.1

23 Jun 12:22
4eaea5e

Choose a tag to compare

What's Changed

The test project has a reference to an old Newtonsoft.Json v9 package via a dependency. While that older version of Newtonsoft.Json is vulnerable it has no impact on the main package being pushed out to Nuget.

Full Changelog: v1.1.0...v1.1.1

Release v1.1.0

10 Jan 16:32
4c5aef3

Choose a tag to compare

What's Changed

  • Add XML documentation to methods/classes by @tgharold in #20
  • Update Tests project dependencies (Jan 2022) by @tgharold in #21

Full Changelog: v1.0.0...v1.1.0

Release v1.0.0

11 Mar 09:22
c634119

Choose a tag to compare

First public release.

Release v0.9.1

11 Mar 01:18
5b45fa5

Choose a tag to compare

Release v0.9.1 Pre-release
Pre-release

First automated push to nuget.org.

Release v0.9.0

10 Mar 21:51
b5cb66d

Choose a tag to compare

Release v0.9.0 Pre-release
Pre-release

This is the first release / commit that is ready for public consumption. The interface is stable and I have good test coverage. There will be a few 0.9.x releases as I work towards publishing on Nuget.