Skip to content

0.2.0

Choose a tag to compare

@bgrainger bgrainger released this 03 Jul 14:08
0.2.0

Add the following experimental APIs:

  • GuidHelpers.CreateVersion6- Creates a new Version 6 UUID based on the current time and a random node ID.
    • On .NET 8, supports a TimeProvider to provide the current time.
  • GuidHelpers.CreateVersion7 - Creates a new Version 7 UUID based on the current time and random data.
    • On .NET 8, supports a TimeProvider to provide the current time.
  • GuidHelpers.CreateVersion8 - Creates a new Version 8 UUID based on the specified data.
  • GuidHelpers.CreateVersion8FromName - Creates a new Version 8 UUID based on the specified name and hash algorithm.