Skip to content

Commit

Permalink
Added icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianberns committed Jul 2, 2020
1 parent b6179e5 commit 2be55a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions AlgEff.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "AlgEff.Test", "AlgEff.Test\
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DE965F9B-6256-4639-B84B-177D02CF60B5}"
ProjectSection(SolutionItems) = preProject
Icon.png = Icon.png
License = License
Readme.md = Readme.md
EndProjectSection
Expand Down
7 changes: 5 additions & 2 deletions AlgEff/AlgEff.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/brianberns/AlgEff</RepositoryUrl>
<PackageProjectUrl>https://github.com/brianberns/AlgEff</PackageProjectUrl>
<PackageIconUrl>https://avatars2.githubusercontent.com/u/11883138</PackageIconUrl>
<PackageIcon></PackageIcon>
<PackageIcon>Icon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
Expand All @@ -32,6 +31,10 @@
</ItemGroup>

<ItemGroup>
<None Include="..\Icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
Expand Down
Binary file added Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2be55a8

Please sign in to comment.