Releases: Shoogn/SnowflakeId
Releases · Shoogn/SnowflakeId
SnowflakId Version 3.0.0
SnowflakIdv3.0.0 Update README.md
SnowflakId Version 2.1.0
There are not any special things in this release, just now the Hussien.SnowflakId library support .NET 7.0.
SnowflakeId v2.0.0
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
This is the First release of SnowflakeId, written in C# and targeting .NET 6.0