diff --git a/IdGen/IdGen.csproj b/IdGen/IdGen.csproj index caab7cb..c258383 100644 --- a/IdGen/IdGen.csproj +++ b/IdGen/IdGen.csproj @@ -11,9 +11,9 @@ MIT https://github.com/RobThree/IdGen scalable unique id generator distributed - Minor internal changes + Added NetStandard 2.0 Twitter Snowflake-alike ID generator for .Net - 3.0.2 + 3.0.3 IdGen logo.png diff --git a/IdGenDocumentation/Content/VersionHistory/VersionHistory.aml b/IdGenDocumentation/Content/VersionHistory/VersionHistory.aml index e88b3bf..4dc6c8d 100644 --- a/IdGenDocumentation/Content/VersionHistory/VersionHistory.aml +++ b/IdGenDocumentation/Content/VersionHistory/VersionHistory.aml @@ -66,6 +66,11 @@ + + + + + diff --git a/IdGenDocumentation/Content/VersionHistory/v3.0.3.0.aml b/IdGenDocumentation/Content/VersionHistory/v3.0.3.0.aml new file mode 100644 index 0000000..316fdff --- /dev/null +++ b/IdGenDocumentation/Content/VersionHistory/v3.0.3.0.aml @@ -0,0 +1,28 @@ + + + + + + Version 3.0.3.0 was released on 2022-12-28. + + + +
+ Changes in This Release + + + + + Added NetStandard 2.0 + + + + +
+ + + + + +
+
\ No newline at end of file