Skip to content

Commit

Permalink
💄 Added icon to template and nuget package (#160)
Browse files Browse the repository at this point in the history
Added icon to template and nuget package
  • Loading branch information
danielmackay committed Aug 13, 2023
1 parent aaf32f9 commit 25c1c68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added .template.config/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions CleanArchitecture.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>clean-architecture project template csharp dotnet ssw</tags>
<icon>icon.png</icon>
<readme>README.md</readme>

<packageTypes>
Expand All @@ -28,6 +29,7 @@
</metadata>

<files>
<file src=".template.config\icon.png" target="" />
<file src="README.md" />
<file src=".\**" target="content" exclude="**\bin\**;**\obj\**;**\.vs\**;**\.vscode\**;**\.git\**;**\.github\**;**\LICENSE;" />
</files>
Expand Down

0 comments on commit 25c1c68

Please sign in to comment.