UUIDNext.Cli 4.0.0-beta2

This is a prerelease version of UUIDNext.Cli.
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global UUIDNext.Cli --version 4.0.0-beta2                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local UUIDNext.Cli --version 4.0.0-beta2                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=UUIDNext.Cli&version=4.0.0-beta2&prerelease                
nuke :add-package UUIDNext.Cli --version 4.0.0-beta2                

UUIDNext.Cli

A command line tool to generate and decode UUID/GUID that are either sequential and database friendly (versions 7 & 8), name based (versions 5) or random (version 4).

How to Install

UUIDNext.Cli is available as a tool on nuget.org

dotnet tool install --global UUIDNext.Cli

Command line documentation

Description : 
    Generate a new UUID

Usage : 
    uuidnext command [options]

Commands : 
    Random            Create a new UUID v4
    Sequential        Create a new UUID v7
    Database [dbName] Create a UUID to be used as a database primary key (v7 or v8 depending on the database)
                      dbName can be "PostgreSQL", "SqlServer", "SQLite" or "Other"
    Decode   [UUID]   Decode the versioo of the UUID and optionally the timestamp an sequence number of UUID v1, 6, 7 and 8
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
4.0.0 98 12/4/2024
4.0.0-beta3 78 11/17/2024
4.0.0-beta2 93 11/10/2024