Skip to content

Commit

Permalink
Upload logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander0542 committed Aug 14, 2021
1 parent d5c44e9 commit 667d77e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
Binary file added assets/logo-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions root.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<NoWarn>$(NoWarn);CS1591;NU5105;NU5125</NoWarn>
<Nullable>annotations</Nullable>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageIcon>logo-512.png</PackageIcon>
<PackageProjectUrl>https://github.com/Sander0542/Sander0542.CMLedController</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>rgb;coolermaster;led;led-controller;controller;hid;hid-device</PackageTags>
Expand All @@ -30,5 +31,11 @@
<PackagePath>README.md</PackagePath>
<Visible>false</Visible>
</Content>
<Content Include="$(MSBuildThisFileDirectory)/assets/logo-512.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>logo-512.png</PackagePath>
<Visible>false</Visible>
</Content>
</ItemGroup>
</Project>

0 comments on commit 667d77e

Please sign in to comment.