SnowflakeId v2.0.0
Shoogn
released this
05 Jan 18:43
·
17 commits
to master
since this release
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;
});