Skip to content

Commit 14e23f0

Browse files
Fix reference to icon URL in nuspec files.
1 parent e8d813c commit 14e23f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

NuGet/NuLog.Configuration/NuLog.Configuration.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<owners>Ivan Andrew Pointer</owners>
99
<licenseUrl>https://raw.githubusercontent.com/ivanpointer/NuLog/master/LICENSE</licenseUrl>
1010
<projectUrl>http://nulog.readthedocs.io/</projectUrl>
11-
<iconUrl>https://raw.githubusercontent.com/ivanpointer/NuLog/master/Source/Marketing/NuLog%20Favicon%20Large.png</iconUrl>
11+
<iconUrl>https://raw.githubusercontent.com/ivanpointer/NuLog/master/Marketing/NuLog%20Favicon%20Large.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<developmentDependency>true</developmentDependency>
1414
<description>A template/starter Web/App config for leveraging NuLog.</description>

NuGet/NuLog.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<owners>Ivan Andrew Pointer</owners>
99
<licenseUrl>https://raw.githubusercontent.com/ivanpointer/NuLog/master/LICENSE</licenseUrl>
1010
<projectUrl>http://nulog.readthedocs.io/</projectUrl>
11-
<iconUrl>https://raw.githubusercontent.com/ivanpointer/NuLog/master/Source/Marketing/NuLog%20Favicon%20Large.png</iconUrl>
11+
<iconUrl>https://raw.githubusercontent.com/ivanpointer/NuLog/master/Marketing/NuLog%20Favicon%20Large.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>Powerfully Simple Logging. Period.</description>
1414
<summary>Powerfully Simple Logging. Period.</summary>

0 commit comments

Comments
 (0)