Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
Added icon for NuGet pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
leekelleher committed Apr 27, 2022
1 parent 84e4bb4 commit 06951bc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ If they need additional polyfills, then they'll be added to this library.
Copyright © [Lee Kelleher](https://leekelleher.com).

All source code is licensed under the [MIT License](../LICENSE).


#### Logo

The package logo uses the [Healing](https://thenounproject.com/icon/healing-4526747/) (by [Agus Raharjo](https://thenounproject.com/agusrahar/)) icon from the [Noun Project](https://thenounproject.com), licensed under [CC BY 3.0 US](https://creativecommons.org/licenses/by/3.0/us/).

Binary file added docs/assets/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/img/logo.psd
Binary file not shown.
2 changes: 2 additions & 0 deletions src/Umbraco.Community.Polyfill.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<Company>Package Factory</Company>
<Authors>Lee Kelleher</Authors>
<Copyright>2022 © Lee Kelleher</Copyright>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/leekelleher/umbraco-polyfill</PackageProjectUrl>
Expand All @@ -24,6 +25,7 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\docs\assets\img\logo.png" Pack="true" PackagePath="\icon.png" />
<None Include="..\.github\NUGET_README.md" Pack="true" PackagePath="\README.md" />
</ItemGroup>

Expand Down

0 comments on commit 06951bc

Please sign in to comment.