Releases: adambonneruk/uuid-generator
Releases · adambonneruk/uuid-generator
Version 4
Version 3
- Support for UUID v3 and UUID v5
- Validation of the following v3/v5 namespaces:
- URL
--ns url
,-s url
,--namespace url
- DNS
--ns dns
,-s dns
,--namespace dns
- OID
--ns oid
,-s oid
,--namespace oid
- X.500 DN
--ns x500
,-s x500
,--namespace x500
- URL
- Support for standard UUID URN prefix
-u
,--urn
- Support for non-standard uppercase UUID
-U
,--uppercase
(doesn't apply to prefix) - Auto-Generated Help
-h
,--help
- New Icon
Version 2
- Support for UUID v1 and UUID v4
- Special Case "v0" nil UUID
- Quiet unix-like Output (no boilerplate)
--count
switch for amount of UUIDs to output--version
switch to select version of UUID to be output
Version 1
Version 1
- Original Code from ~2016
- Generates 20 Random UUIDs
- Use by invoking
./GenUUID.exe