Skip to content

Commit

Permalink
chore: fix readme image for display on nuget.org
Browse files Browse the repository at this point in the history
  • Loading branch information
LoremFooBar committed Jul 28, 2022
1 parent 6e0b713 commit 9718abc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ public class When_Adding_Two_Numbers : SpecificationBase

If you follow these recommendations you can get a nice readable description of your app behavior in test explorer:

![test explorer example](assets/readme/test-explorer.jpg)
![test explorer example](https://raw.githubusercontent.com/LoremFooBar/SimpleGwt.NUnit/6e0b713bfec81b2fc99ce46d914bb4a7e5f6c2d2/assets/readme/test-explorer.jpg)
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<PackageProjectUrl>https://github.com/LoremFooBar/simpleGwt.NUnit</PackageProjectUrl>
<PackageIcon>assets/icon.png</PackageIcon>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="../../assets/" Pack="true" PackagePath="assets" />
<None Include="../../assets/icon.png" Pack="true" PackagePath="/" />
<None Include="../../README.md" Pack="true" PackagePath="/" />
</ItemGroup>

Expand Down

0 comments on commit 9718abc

Please sign in to comment.