Skip to content

Commit

Permalink
use png icons; does not support svg
Browse files Browse the repository at this point in the history
  • Loading branch information
thefringeninja committed May 13, 2020
1 parent 32e3159 commit 18679b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added ouro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Link="protos/$(ESProto)"/>
</ItemGroup>
<PropertyGroup>
<PackageIconUrl>ouro.svg</PackageIconUrl>
<PackageIconUrl>ouro.png</PackageIconUrl>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageProjectUrl>https://eventstore.com</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand All @@ -25,7 +25,7 @@
</PropertyGroup>
<ItemGroup>
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="\"/>
<None Include="..\..\ouro.svg" Pack="true" PackagePath="\"/>
<None Include="..\..\ouro.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="4.0.0">
Expand Down

0 comments on commit 18679b8

Please sign in to comment.