Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
abock committed Dec 11, 2024
1 parent 0a3e634 commit efb02df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
> | **Install** | `dotnet tool install -g IdentifierGenerator` |
> | **Update** | `dotnet tool update -g IdentifierGenerator`|
`idgen` (IdentifierGenerator) is a .NET global tool that supports the bulk generation of various kinds of unique<sup>1</sup> identifiers:
IdentifierGenerator (`idgen`) is a .NET global tool that supports the bulk generation of various kinds of unique<sup>1</sup> identifiers:

* [Versions 3 and 5 GUID/UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier#Versions_3_and_5_(namespace_name-based)): reproducible hashed namespace + name IDs
* _Note: use version 5 (SHA-1) over version 3 (MD5) unless compatibility is required._
Expand Down

0 comments on commit efb02df

Please sign in to comment.