We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636f28a commit 5a3d574Copy full SHA for 5a3d574
SerialQueue.nuspec
src/SerialQueue.csproj
@@ -5,6 +5,13 @@
5
<AssemblyVersion>2.0.0.0</AssemblyVersion>
6
<FileVersion>2.0.0.0</FileVersion>
7
<LangVersion>8.0</LangVersion>
8
+ <Version>2.0.0</Version>
9
+ <Authors>Orion Edwards</Authors>
10
+ <Company />
11
+ <PackageLicenseUrl>https://raw.githubusercontent.com/borland/SerialQueue/master/LICENSE</PackageLicenseUrl>
12
+ <PackageProjectUrl>https://github.com/borland/SerialQueue</PackageProjectUrl>
13
+ <Description>C# Implementation of a SerialQueue in the style of Apple's Grand Central Dispatch queues.</Description>
14
+ <Copyright>Orion Edwards 2020</Copyright>
15
</PropertyGroup>
16
17
</Project>
0 commit comments