Skip to content

Commit 8f1fb16

Browse files
Embed icon into NuGet package
1 parent afbecf3 commit 8f1fb16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Serilog.Sinks.ExcelDnaLogDisplay/Serilog.Sinks.ExcelDnaLogDisplay.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<owners>augustoproiete</owners>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>
99
<releaseNotes>https://github.com/augustoproiete/serilog-sinks-exceldnalogdisplay/releases/tag/v$version$</releaseNotes>
10-
<licenseUrl>https://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
1110
<projectUrl>https://github.com/augustoproiete/serilog-sinks-exceldnalogdisplay</projectUrl>
1211
<repository type="git" url="https://github.com/augustoproiete/serilog-sinks-exceldnalogdisplay" />
12+
<icon>images\icon.png</icon>
1313
<iconUrl>https://raw.githubusercontent.com/augustoproiete/serilog-sinks-exceldnalogdisplay/master/assets/serilog-sinks-exceldnalogdisplay-nuget.png</iconUrl>
1414
<summary>A Serilog sink that writes events to Excel-DNA LogDisplay</summary>
1515
<description>A Serilog sink that writes events to Excel-DNA LogDisplay</description>
@@ -29,6 +29,7 @@
2929
</frameworkAssemblies>
3030
</metadata>
3131
<files>
32+
<file src="..\..\assets\serilog-sinks-exceldnalogdisplay-nuget.png" target="images\icon.png" />
3233
<file src="bin\$configuration$\Serilog.Sinks.ExcelDnaLogDisplay.dll" target="lib\net45\" />
3334
<file src="bin\$configuration$\Serilog.Sinks.ExcelDnaLogDisplay.pdb" target="lib\net45\" />
3435
<file src="bin\$configuration$\Serilog.Sinks.ExcelDnaLogDisplay.xml" target="lib\net45\" />

0 commit comments

Comments
 (0)