Skip to content

Commit

Permalink
-> 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-l committed Dec 4, 2019
1 parent 9819ec7 commit 6e572f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/LinearKeyAllocator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinearKeyAllocator.Example", "LinearKeyAllocator.Example\LinearKeyAllocator.Example.csproj", "{1AD632E0-063F-4608-B51C-26A007AD84B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinearKeyAllocator", "LinearKeyAllocator\LinearKeyAllocator.csproj", "{473C17E4-CDE3-4A4B-BBF6-5A4E876A84D5}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinearKeyAllocator", "LinearKeyAllocator\LinearKeyAllocator.csproj", "{473C17E4-CDE3-4A4B-BBF6-5A4E876A84D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1A3EAD73-3DE9-4AEE-BFFF-37D2B677EB71}"
ProjectSection(SolutionItems) = preProject
..\README.md = ..\README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
3 changes: 2 additions & 1 deletion src/LinearKeyAllocator/LinearKeyAllocator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<PackageTags>hilo generator chunk linear</PackageTags>
<NeutralLanguage>en</NeutralLanguage>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.1</Version>
<Version>1.0.3</Version>
<Description>LinearKeyAllocator allows to generate incremental keys (int, long) based on last seed value stored in database.</Description>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6e572f8

Please sign in to comment.