/HashUuid

Provides support for generating UUID v3/v5 identifiers

Primary LanguageC#Apache License 2.0Apache-2.0

Hash UUID (v3/v5)

Build status CodeQL analysis

Provides support for generating UUID v3/v5 identifiers. There are two packages available:

Package Downloads NuGet Latest
HashUuid
Provides the ability to generate UUID v3/v5 as Guid instances. It has no additional dependencies.
Nuget Nuget
HashUlid
Provides the ability to generate UUID v3/v5 as Ulid instances with a dependency on the Ulid package.
Nuget Nuget

Versioning

We use SemVer along with MinVer for versioning. For the versions available, see the tags on this repository.

Contributing

Contributions are welcomed and greatly appreciated. See also the list of contributors who participated in this project. Read the CONTRIBUTING guide for how to participate.

Git Hooks are enabled on this repository. You will need to run git config --local core.hooksPath .githooks/ to enable them in your environment.

License

This project is licensed under Apache License, Version 2.0.