Skip to content

Releases: Shoogn/SnowflakeId

SnowflakId Version 3.0.0

24 Nov 07:54
c637d70
Compare
Choose a tag to compare
SnowflakIdv3.0.0

Update README.md

SnowflakId Version 2.1.0

01 May 14:48
Compare
Choose a tag to compare

There are not any special things in this release, just now the Hussien.SnowflakId library support .NET 7.0.

SnowflakeId v2.0.0

05 Jan 18:43
2dae50e
Compare
Choose a tag to compare

This is the second release of SnowflakeId, written in C# and targeting .NET 6.0
The new thing in this release is that you can register it at program.cs file like so:

builder.Services.AddSnowflakeUniqueId(options =>
{
    options.DataCenterId = 1;
});

SnowflakeId v1.0.0

12 Oct 11:47
914a29f
Compare
Choose a tag to compare

This is the First release of SnowflakeId, written in C# and targeting .NET 6.0