Skip to content

v1.0.0: Create Uuid.cs

Compare
Choose a tag to compare
@amsga amsga released this 26 Mar 15:19
· 74 commits to master since this release

Added

  • Added TensionDev.UUID.Uuid as an implementation based on RFC 4122.
  • Added UUID v3 generated based on MD5, System.Security.Cryptography.MD5.
  • Added UUID v5 generated based on SHA-1, System.Security.Cryptography.SHA1.

Removed

  • Changed implementation from System.Guid to TensionDev.UUID.Uuid.