Skip to content

Commit

Permalink
adds logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-merkle committed Mar 11, 2024
1 parent cab873a commit 7453d94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added resources/logo/jjm.one-logo_1024x1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>jjm.one.Microsoft.Extensions.Logging.Helpers.SignKey.snk</AssemblyOriginatorKeyFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageIcon>jjm.one-logo_1024x1024.png</PackageIcon>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand All @@ -43,6 +44,10 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\resources\logo\jjm.one-logo_1024x1024.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7453d94

Please sign in to comment.