Skip to content

SnowflakeId v2.0.0

Compare
Choose a tag to compare
@Shoogn Shoogn released this 05 Jan 18:43
· 17 commits to master since this release
2dae50e

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;
});