Skip to content

Commit 5a3d574

Browse files
Migrate to using 'dotnet pack' to create nuget package
1 parent 636f28a commit 5a3d574

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

SerialQueue.nuspec

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/SerialQueue.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
<AssemblyVersion>2.0.0.0</AssemblyVersion>
66
<FileVersion>2.0.0.0</FileVersion>
77
<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>
815
</PropertyGroup>
916

1017
</Project>

0 commit comments

Comments
 (0)