Skip to content

Commit

Permalink
fixing icon
Browse files Browse the repository at this point in the history
  • Loading branch information
SalatielBairros committed Apr 16, 2024
1 parent 62d6ddd commit eb70f38
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file removed multiverse.ico
Binary file not shown.
Binary file added multiverse.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed multiverse.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Multiverse/Multiverse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageIcon>multiverse.png</PackageIcon>
<PackageIcon>multiverse.jpg</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\multiverse.png">
<None Include="..\..\multiverse.jpg">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down

0 comments on commit eb70f38

Please sign in to comment.