Skip to content

Commit 68d1ee2

Browse files
committed
nuget spec updated
1 parent 9d7637e commit 68d1ee2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

DeepCloner.nuspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
<version>0.10.3</version>
77
<authors>force</authors>
88
<owners>force</owners>
9-
<licenseUrl>https://github.com/force-net/DeepCloner/blob/develop/LICENSE</licenseUrl>
9+
<license type="expression">MIT</license>
1010
<projectUrl>https://github.com/force-net/DeepCloner</projectUrl>
11+
<repository type="git" url="https://github.com/force-net/DeepCloner" />
1112
<iconUrl>http://files.force-net.com/deepcloner-nuget-ico.png</iconUrl>
13+
<icon>images\deepcloner-nuget-ico.png</icon>
1214
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1315
<description>Small Library for fast deep or shallow cloning .NET objects. It allows to copy everything and has a lot of performance tricks for fast copying.</description>
16+
<summary>Small Library for fast deep or shallow cloning .NET objects.</summary>
1417
<releaseNotes>
1518
Custom dictionary implementation for faster reference counting (and faster cloning)
1619
Excluded DBNull from cloning
@@ -34,6 +37,7 @@ Fixed copying multi-dim arrays with 0-length of some dimension
3437

3538
</metadata>
3639
<files>
40+
<file src="deepcloner-nuget-ico.png" target="images" />
3741
<file src="DeepCloner\bin\BuildCore\net40\DeepCloner.dll" target="lib\net40" />
3842
<file src="DeepCloner\bin\BuildCore\net40\DeepCloner.xml" target="lib\net40" />
3943
<file src="DeepCloner\bin\BuildCore\netstandard1.3\DeepCloner.dll" target="lib\netstandard1.3" />

0 commit comments

Comments
 (0)