Skip to content

Commit 13724ea

Browse files
committed
Actually Reference the icon
1 parent 16a674c commit 13724ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Pretender/Pretender.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>0.1.1</VersionPrefix>
4+
<VersionPrefix>0.1.2</VersionPrefix>
55
<VersionSuffix>prerelease</VersionSuffix>
66
<Description>A mocking framework that makes use of source generators an interceptors to be fast and give you control.</Description>
77
<PackageId>Pretender</PackageId>
88
<PackageTags>mocking;testing;unittests;source-generators</PackageTags>
99
<PackageReadmeFile>README.md</PackageReadmeFile>
1010
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1111
<DebugType>embedded</DebugType>
12+
<PackageIcon>favicon.png</PackageIcon>
1213
</PropertyGroup>
1314

1415
<ItemGroup>

0 commit comments

Comments
 (0)