Skip to content

Commit

Permalink
Add Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
justindbaur committed Sep 24, 2023
1 parent 3d949ad commit 358c87e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/Pretender/Pretender.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionPrefix>0.1.1</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>
Expand All @@ -23,6 +23,7 @@
<ItemGroup>
<None Include="..\Pretender.SourceGenerator\bin\$(Configuration)\netstandard2.0\Pretender.SourceGenerator.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\favicon.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit 358c87e

Please sign in to comment.