Skip to content

Commit

Permalink
Upped version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RobThree committed Dec 28, 2022
1 parent 754e32b commit 0ef2be3
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IdGen/IdGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/RobThree/IdGen</PackageProjectUrl>
<PackageTags>scalable unique id generator distributed</PackageTags>
<PackageReleaseNotes>Minor internal changes</PackageReleaseNotes>
<PackageReleaseNotes>Added NetStandard 2.0</PackageReleaseNotes>
<Description>Twitter Snowflake-alike ID generator for .Net</Description>
<Version>3.0.2</Version>
<Version>3.0.3</Version>
<RootNamespace>IdGen</RootNamespace>
<PackageIcon>logo.png</PackageIcon>
<PackageIconUrl />
Expand Down
5 changes: 5 additions & 0 deletions IdGenDocumentation/Content/VersionHistory/VersionHistory.aml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
<link xlink:href="941bdc70-cff6-4a4d-80b6-509114890f14" />
</para>
</listItem>
<listItem>
<para>
<link xlink:href="be207b8d-9fb1-43a7-af8e-d075f4570b9f" />
</para>
</listItem>
</list>
</content>
</section>
Expand Down
28 changes: 28 additions & 0 deletions IdGenDocumentation/Content/VersionHistory/v3.0.3.0.aml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<topic id="be207b8d-9fb1-43a7-af8e-d075f4570b9f" revisionNumber="1">
<developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
<introduction>
<para>
Version 3.0.3.0 was released on 2022-12-28.
</para>
</introduction>

<section>
<title>Changes in This Release</title>
<content>

<list class="bullet">
<listItem>
<para>Added NetStandard 2.0</para>
</listItem>
</list>

</content>
</section>

<relatedTopics>
<link xlink:href="4491ec46-0001-46c1-88b7-3dd2ee8472f3" />
</relatedTopics>

</developerConceptualDocument>
</topic>

0 comments on commit 0ef2be3

Please sign in to comment.