From 870e3a97512655255dcfeb9c525b3e7eacf85978 Mon Sep 17 00:00:00 2001 From: Mohammed Ahmed Hussien Date: Fri, 24 Nov 2023 09:53:19 +0300 Subject: [PATCH] Update The Version Of the Package. --- src/core/SnowflakeId.Core.csproj | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/core/SnowflakeId.Core.csproj b/src/core/SnowflakeId.Core.csproj index f8915a8..e19b4b9 100644 --- a/src/core/SnowflakeId.Core.csproj +++ b/src/core/SnowflakeId.Core.csproj @@ -9,13 +9,15 @@ Mohammed Ahmed Hussien https://github.com/Shoogn/SnowflakeId https://github.com/Shoogn/SnowflakeId - 2.1.0 + 3.0.0 git SnowflakeId, twitterSnowflakeId, twitterSnowflake en-SD - This is an implementation for twitter's snowflakeId algorithm in C# language - that help anyone needs a unique Id in Distrbuted Systems + This package implements the twitter's snowflakeId algorithm, + the source code is written in C# progeamming language, + and the main benefits of this library is to help anyone + wroks with Distrbuted Systems and needs a unique Ids for these Systems.