Skip to content

Commit 7f35652

Browse files
committed
Fixed icon url
1 parent c494297 commit 7f35652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

KdTree.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>KdTree</id>
5-
<version>1.0.2</version>
5+
<version>1.1.0</version>
66
<title>Kd-Tree</title>
77
<authors>codeandcats@gmail.com</authors>
88
<owners>codeandcats@gmail.com</owners>
99
<licenseUrl>https://raw.github.com/codeandcats/KdTree/master/LICENSE</licenseUrl>
10-
<iconUrl>http://codeandcats.com/wp-content/uploads/2013/11/kdtree.png</iconUrl>
10+
<iconUrl>https://raw.githubusercontent.com/codeandcats/KdTree/master/Images/kdtree.png</iconUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>Generic multi-dimensional binary search tree.</description>
1313
<summary>Generic multi-dimensional binary search tree.</summary>

0 commit comments

Comments
 (0)