Skip to content

Commit

Permalink
Fix concurrency issue (see PR #23). Upped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobThree committed May 6, 2020
1 parent 751bbcd commit f181c1d
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 3 deletions.
4 changes: 2 additions & 2 deletions IdGen/IdGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/RobThree/IdGen</PackageProjectUrl>
<PackageTags>scalable unique id generator distributed</PackageTags>
<PackageReleaseNotes>Added a TryCreate() method that doesn't throw but rather indicates success or failure by return value.</PackageReleaseNotes>
<PackageReleaseNotes>Fix concurrency issue (see PR #23)</PackageReleaseNotes>
<Description>Twitter Snowflake-alike ID generator for .Net</Description>
<Version>2.3</Version>
<Version>2.4</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 @@ -56,6 +56,11 @@
<link xlink:href="ab92f7f6-9bd7-4725-8d05-4bc13a2af5e0" />
</para>
</listItem>
<listItem>
<para>
<link xlink:href="006fa4ee-5895-4401-873a-006b4316365d" />
</para>
</listItem>
</list>
</content>
</section>
Expand Down
32 changes: 32 additions & 0 deletions IdGenDocumentation/Content/VersionHistory/v2.4.0.0.aml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<topic id="006fa4ee-5895-4401-873a-006b4316365d" revisionNumber="1">
<developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
<introduction>
<para>
Version 2.3.0.0 was released on 2020-04-18.
</para>
</introduction>

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

<list class="bullet">
<listItem>
<para>
Fixed concurrency issue (see <externalLink>
<linkText>#23</linkText>
<linkUri>https://github.com/RobThree/IdGen/pull/23</linkUri>
</externalLink>).
</para>
</listItem>
</list>
</content>
</section>

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

</developerConceptualDocument>
</topic>
7 changes: 6 additions & 1 deletion IdGenDocumentation/ContentLayout.content
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@
<HelpKeyword index="K" term="version, 2.2.0.0" />
</HelpKeywords>
</Topic>
<Topic id="ab92f7f6-9bd7-4725-8d05-4bc13a2af5e0" visible="True" isSelected="true" title="Version 2.3.0.0">
<Topic id="ab92f7f6-9bd7-4725-8d05-4bc13a2af5e0" visible="True" title="Version 2.3.0.0">
<HelpKeywords>
<HelpKeyword index="K" term="version, 2.3.0.0" />
</HelpKeywords>
</Topic>
<Topic id="006fa4ee-5895-4401-873a-006b4316365d" visible="True" isSelected="true" title="Version 2.4.0.0">
<HelpKeywords>
<HelpKeyword index="K" term="version, 2.3.0.0" />
</HelpKeywords>
Expand Down
1 change: 1 addition & 0 deletions IdGenDocumentation/IdGenDocumentation.shfbproj
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
<None Include="Content\VersionHistory\v2.1.0.0.aml" />
<None Include="Content\VersionHistory\v2.2.0.0.aml" />
<None Include="Content\VersionHistory\v2.3.0.0.aml" />
<None Include="Content\VersionHistory\v2.4.0.0.aml" />
<None Include="Content\VersionHistory\VersionHistory.aml" />
<None Include="Content\Welcome.aml" />
</ItemGroup>
Expand Down

0 comments on commit f181c1d

Please sign in to comment.