Skip to content

Commit

Permalink
Actually Reference the icon
Browse files Browse the repository at this point in the history
  • Loading branch information
justindbaur committed Sep 24, 2023
1 parent 16a674c commit 13724ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Pretender/Pretender.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>0.1.1</VersionPrefix>
<VersionPrefix>0.1.2</VersionPrefix>
<VersionSuffix>prerelease</VersionSuffix>
<Description>A mocking framework that makes use of source generators an interceptors to be fast and give you control.</Description>
<PackageId>Pretender</PackageId>
<PackageTags>mocking;testing;unittests;source-generators</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
<PackageIcon>favicon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 13724ea

Please sign in to comment.