Skip to content

Commit

Permalink
Add package logo
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslevesque committed Oct 28, 2019
1 parent fb8f414 commit 585d21c
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Hamlet

![Logo](assets/hamlet.png)

[![NuGet version](https://img.shields.io/nuget/v/Hamlet.svg?logo=nuget)](https://www.nuget.org/packages/Hamlet)
[![AppVeyor build](https://img.shields.io/appveyor/ci/thomaslevesque/hamlet.svg?logo=appveyor)](https://ci.appveyor.com/project/thomaslevesque/hamlet)
[![AppVeyor tests](https://img.shields.io/appveyor/tests/thomaslevesque/hamlet.svg?logo=appveyor)](https://ci.appveyor.com/project/thomaslevesque/hamlet/build/tests)
Expand Down Expand Up @@ -104,3 +106,7 @@ Option<int> result =
where b > 0
select a + b;
```

## Credits

The package logo is the icon [Hamlet](https://thenounproject.com/term/hamlet/258402/) by Priscilla Alves from the Noun Project, under license [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/).
Binary file added assets/hamlet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions assets/hamlet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/Hamlet/Hamlet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<PackageReleaseNotes>https://github.com/thomaslevesque/Hamlet/releases</PackageReleaseNotes>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<PackageIcon>assets/hamlet.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
Expand All @@ -33,4 +34,8 @@
<DefineConstants>$(DefineConstants);FEATURE_ARRAY_EMPTY</DefineConstants>
</PropertyGroup>

<ItemGroup>
<None Include="../../assets/hamlet.png" Pack="True" PackagePath="assets/hamlet.png" />
</ItemGroup>

</Project>

0 comments on commit 585d21c

Please sign in to comment.