Flavio.Santos.UuidV7.NetCore 1.0.11

dotnet add package Flavio.Santos.UuidV7.NetCore --version 1.0.11
                    
NuGet\Install-Package Flavio.Santos.UuidV7.NetCore -Version 1.0.11
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Flavio.Santos.UuidV7.NetCore" Version="1.0.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Flavio.Santos.UuidV7.NetCore" Version="1.0.11" />
                    
Directory.Packages.props
<PackageReference Include="Flavio.Santos.UuidV7.NetCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Flavio.Santos.UuidV7.NetCore --version 1.0.11
                    
#r "nuget: Flavio.Santos.UuidV7.NetCore, 1.0.11"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Flavio.Santos.UuidV7.NetCore&version=1.0.11
                    
Install Flavio.Santos.UuidV7.NetCore as a Cake Addin
#tool nuget:?package=Flavio.Santos.UuidV7.NetCore&version=1.0.11
                    
Install Flavio.Santos.UuidV7.NetCore as a Cake Tool

FDS.UuidV7.NetCore

🚀 FDS.UuidV7.NetCore is a lightweight .NET library for generating UUID v7 (time-based UUIDs) according to the official specification.

NuGet NuGet Downloads License

📦 Installation

You can install this package via NuGet Package Manager:

dotnet add package Flavio.Santos.UuidV7.NetCore --version 1.0.3

Or using Package Manager Console:

Install-Package Flavio.Santos.UuidV7.NetCore -Version 1.0.3

🚀 Usage

Generating a UUID v7 is simple:

using FDS.UuidV7.NetCore;

Guid uuidV7 = UuidV7.Generate();
Console.WriteLine(uuidV7);

📝 Output Example:

018d3f29-8c6f-7123-bf0e-365bfae8b45f

🎯 Features

✅ Generates UUID v7 based on the official specification ✅ Fully compatible with .NET 6+ and .NET 8 ✅ No dependencies, lightweight and fast

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

-🔹 NuGet Package: Flavio.Santos.UuidV7.NetCore -🔹 Author LinkedIn: Flavio Santos

🔙 Back to Main README

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.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Flavio.Santos.UuidV7.NetCore:

Package Downloads
Flavio.Santos.DbLogger.PostgreSQL

Library for structured logging in PostgreSQL, providing an isolated and configurable audit log context for applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.11 184 3/19/2025
1.0.10 134 3/19/2025
1.0.9 126 3/19/2025
1.0.8 128 3/19/2025
1.0.7 126 3/19/2025
1.0.6 123 3/18/2025
1.0.5 126 3/18/2025
1.0.4 127 3/18/2025
1.0.3 183 3/3/2025
1.0.2 101 3/2/2025
1.0.1 80 3/1/2025
1.0.0 84 3/1/2025