Skip to content

Release 4.0.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 23:14
· 17 commits to main since this release
32f91e9

What's Changed

.NET 9 support by @vanbukin in #19

  • Add .NET 9 support to pipeline
  • Upgrade tools project to .NET 9 and .slnx
  • Upgrade main project to .slnx
  • Add .NET 9 support. Upgrade to latest NUnit.
  • Drop Hex class.
  • Optimize CompareTo.
  • Drop Uuid(byte* bytes) ctor
  • Add ctor with separate bytes
  • Add AllBitsSet static property
  • Add Variant and Version properties
  • Mark ToGuidByteLayout as obsolete (use ToGuidLittleEndian instead)
  • Mark ToGuidStringLayout as obsolete (use ToGuidBigEndian instead)
  • Mark NewTimeBased as obsolete (use CreateVersion7 instead)
  • Mark NewMySqlOptimized as obsolete (use CreateVersion7 instead)
  • Optimize comparison operators
  • Fix typos in comments
  • Fix path to compare version tool in github pipeline
  • Add additional tests to full cover all code paths

Full Changelog: 3.0.0...4.0.0-beta1