codeminic.UuidGen
1.0.1
dotnet tool install --global codeminic.UuidGen --version 1.0.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local codeminic.UuidGen --version 1.0.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=codeminic.UuidGen&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package codeminic.UuidGen --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This is a dead simple .NET tool for generating UUIDs using the new UUID version 7.
Installation
To install the tool globally, use the following command:
dotnet tool install -g codeminic.UuidGen
Usage
To generate a new UUID, use the following command:
gg
Note: The gg command may conflict with git gui on some shells, such as zsh, which uses gg as
a git gui alias.
If you encounter this issue, you can either change the alias in your shell configuration or use the
full command path to run the tool.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.