Skip to content

Commit

Permalink
Add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja-rek authored and Ja-rek committed Mar 4, 2019
1 parent 5f867f8 commit 5748867
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Monads/Monads.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<LangVersion>7.3</LangVersion>
<Title>Clean Monads</Title>
<Description>It's an implementation of "Maybe" and "Either" monads for C# with extra utils, extensions, and integrations.</Description>
<PackageIconUrl>https://github.com/Ja-rek/CleanMonads/blob/master/Icon.png?raw=true</PackageIconUrl>
<PackageProjectUrl>https://github.com/Ja-rek/CleanMonads</PackageProjectUrl>
<PackageTags>Optional, Maybe, Either, Monad, CleanMonads</PackageTags>
<PackageId>CleanMonads</PackageId>
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Clean Monad
# Clean Monads

![CleanMonads](https://github.com/Ja-rek/CleanMonads/blob/master/Icon.png?raw=true)

[![nuget](https://img.shields.io/nuget/v/cleanmonads.svg)](https://www.nuget.org/packages/cleanmonads/) [![Build Status](https://travis-ci.org/Ja-rek/CleanMonads.svg?branch=master)](https://travis-ci.org/Ja-rek/CleanMonads)

Expand Down

0 comments on commit 5748867

Please sign in to comment.