Skip to content

Commit eedc52b

Browse files
committed
- nuspec
1 parent 2f64b3a commit eedc52b

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018, Eben Roux
1+
Copyright (c) 2019, Eben Roux
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

Shuttle.Core.Threading/.build/package.nuspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0"?>
2-
32
<package>
43
<metadata>
54
<id>Shuttle.Core.Threading</id>
@@ -8,7 +7,7 @@
87
<owners>Eben Roux</owners>
98
<license type="expression">BSD-3-Clause</license>
109
<projectUrl>https://github.com/shuttle/Shuttle.Core.Threading</projectUrl>
11-
<iconUrl>https://raw.githubusercontent.com/Shuttle/Shuttle.Core.Threading/master/.media/logo.png</iconUrl>
10+
<icon>images\logo.png</icon>
1211
<repository type="git" url="https://github.com/Shuttle/Shuttle.Core.Threading.git" />
1312
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1413
<description>Thread-based processing.</description>
@@ -22,4 +21,8 @@
2221
<dependency id="Shuttle.Core.Reflection" version="{Shuttle.Core.Reflection-version}" />
2322
</dependencies>
2423
</metadata>
24+
<files>
25+
<file src="..\..\..\..\.media\logo.png" target="images\" />
26+
<file src="lib\**\*.*" target="lib" />
27+
</files>
2528
</package>

0 commit comments

Comments
 (0)