Skip to content

Commit

Permalink
Add NuGet package icon
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed Oct 22, 2020
1 parent 60bc5c9 commit 5077cec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added moq-icon.png
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/Moq/Moq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<Description>Moq is the most popular and friendly mocking framework for .NET.</Description>
<PackageReleaseNotes>A changelog is available at https://github.com/moq/moq4/blob/master/CHANGELOG.md.</PackageReleaseNotes>
<Authors>Daniel Cazzulino, kzu</Authors>
<PackageIcon>moq.png</PackageIcon>
<PackageLicenseUrl>https://raw.githubusercontent.com/moq/moq4/master/License.txt</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<NoPackageAnalysis>True</NoPackageAnalysis>
Expand Down Expand Up @@ -103,6 +104,10 @@
</Compile>
</ItemGroup>

<ItemGroup>
<None Include="$(SolutionDir)moq-icon.png" Pack="true" PackagePath="moq.png" Visible="False" />
</ItemGroup>

<Target Name="Test" />

</Project>

0 comments on commit 5077cec

Please sign in to comment.