Skip to content

Commit

Permalink
add icon, optimize project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Oct 21, 2024
1 parent 934d944 commit c434345
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added doc/icons/calendar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/Nager.LongWeekend/Nager.LongWeekend.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

<Nullable>enable</Nullable>

<PackageIcon>calendar.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/nager/Nager.LongWeekend</PackageProjectUrl>
<PackageTags>LongWeekend</PackageTags>
Expand All @@ -25,4 +26,12 @@
<Version>1.0.0</Version>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\doc\Icons\calendar.png" Pack="true" PackagePath="\" Visible="false" />
</ItemGroup>

</Project>

0 comments on commit c434345

Please sign in to comment.