Skip to content

Commit

Permalink
Fix package icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Jan 14, 2020
1 parent 48a92f0 commit b0e064b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ _NCrunch_*
# NuGet Packages
*.nupkg

.DS_Store

# Rider

# User specific
Expand Down
3 changes: 2 additions & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<LangVersion>latest</LangVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageOutputPath>$(SolutionDir)artifacts</PackageOutputPath>
<PackageIconUrl>https://raw.githubusercontent.com/FoundatioFx/Foundatio/master/media/foundatio-icon.png</PackageIconUrl>
<PackageIcon>foundatio-icon.png</PackageIcon>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand All @@ -38,6 +38,7 @@

<ItemGroup>
<None Include="../../LICENSE.txt" Pack="true" Visible="false" PackagePath="$(PackageLicenseFile)" />
<None Include="../../build/foundatio-icon.png" Pack="true" PackagePath="$(PackageIcon)" />
</ItemGroup>

</Project>

0 comments on commit b0e064b

Please sign in to comment.