You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UUIDUtil/UUIDv5.cs
+1-5
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,8 @@ namespace TensionDev.UUID
23
23
/// <summary>
24
24
/// Class Library to generate Universally Unique Identifier (UUID) / Globally Unique Identifier (GUID) based on Version 5 (SHA-1 namespace name-based).
25
25
/// </summary>
26
-
publicclassUUIDv5
26
+
publicstaticclassUUIDv5
27
27
{
28
-
protectedUUIDv5()
29
-
{
30
-
}
31
-
32
28
/// <summary>
33
29
/// Initialises a new GUID/UUID based on Version 5 (SHA-1 namespace name-based)
0 commit comments