Skip to content

Commit

Permalink
feat: package icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Dion Leurink committed Nov 10, 2022
1 parent 3e743e0 commit 1a859ad
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 1 deletion.
Binary file added assets/icon.pdn
Binary file not shown.
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<releaseNotes></releaseNotes>
<copyright></copyright>
<tags>serilog serilog-ui serilog.sinks.elasticsearch</tags>
<icon>assets\icon.png</icon>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="3.1.3" exclude="Build,Analyzers" />
Expand All @@ -25,5 +26,6 @@
</metadata>
<files>
<file src="bin\Release\netstandard2.0\*.dll" target="lib/netstandard2.0" />
<file src="..\..\assets\icon.png" target="assets\" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<releaseNotes></releaseNotes>
<copyright></copyright>
<tags>serilog serilog-ui serilog.sinks.mongodb</tags>
<icon>assets\icon.png</icon>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.CSharp" version="4.7.0" />
Expand All @@ -26,5 +27,6 @@
<files>
<file src="bin\Release\netstandard2.0\*.dll" target="lib/netstandard2.0" />
<file src="..\..\README.md" target="docs\" />
<file src="..\..\assets\icon.png" target="assets\" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<releaseNotes></releaseNotes>
<copyright></copyright>
<tags>serilog serilog-ui serilog.sinks.mssqlserver</tags>
<icon>assets\icon.png</icon>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="3.1.3" exclude="Build,Analyzers" />
Expand All @@ -25,5 +26,6 @@
<files>
<file src="bin\Release\netstandard2.0\*.dll" target="lib/netstandard2.0" />
<file src="..\..\README.md" target="docs\" />
<file src="..\..\assets\icon.png" target="assets\" />
</files>
</package>
2 changes: 2 additions & 0 deletions src/Serilog.Ui.MySqlProvider/Serilog.Ui.MySqlProvider.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<releaseNotes></releaseNotes>
<copyright></copyright>
<tags>serilog serilog-ui serilog.sinks.mysql serilog.sinks.mariadb</tags>
<icon>assets\icon.png</icon>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="3.1.3" exclude="Build,Analyzers" />
Expand All @@ -23,5 +24,6 @@
</metadata>
<files>
<file src="bin\Release\netstandard2.0\*.dll" target="lib/netstandard2.0" />
<file src="..\..\assets\icon.png" target="assets\" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<releaseNotes></releaseNotes>
<copyright></copyright>
<tags>serilog serilog-ui serilog.sinks.postgresql</tags>
<icon>assets\icon.png</icon>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="3.1.3" exclude="Build,Analyzers" />
Expand All @@ -23,5 +24,6 @@
</metadata>
<files>
<file src="bin\Release\netstandard2.0\*.dll" target="lib/netstandard2.0" />
<file src="..\..\assets\icon.png" target="assets\" />
</files>
</package>
4 changes: 3 additions & 1 deletion src/Serilog.Ui.Web/Serilog.UI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<releaseNotes></releaseNotes>
<copyright></copyright>
<tags>serilog serilog-ui log logui log-ui web-log</tags>
<dependencies>
<icon>assets\icon.png</icon>
<dependencies>
<group targetFramework=".NETCoreApp3.1">
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="3.1.3" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
Expand Down Expand Up @@ -45,5 +46,6 @@
<file src="bin\release\net5.0\*.dll" target="lib/net5.0" />
<file src="bin\release\net6.0\*.dll" target="lib/net6.0" />
<file src="..\..\README.md" target="docs\" />
<file src="..\..\assets\icon.png" target="assets\" />
</files>
</package>

0 comments on commit 1a859ad

Please sign in to comment.