Skip to content

v1.3.7-rc.0

Pre-release
Pre-release

Choose a tag to compare

@Seramis Seramis released this 07 May 08:34
53967a3

Deprecation Notice

  • .Max is now obsolete. Use .MaxValue instead, which aligns with the standard .NET IMinMaxValue<> interface.

What's Changed

  • docs: Fix typo in ef core valueconverter by @jithu7432 in #39
  • Guid shuffle rewrite by @Seramis in #40
  • .NET standard interfaces by @Seramis in #41
  • Improve nuget package metadata by @Seramis in #42
  • Optimize Ulid fallback equality check with branchless XOR comparison. by @Seramis in #43

New Contributors

Full Changelog: v1.3.6...v1.3.7-rc.0