added logo and readme to package

This commit is contained in:
Ell 2021-11-23 21:53:04 +01:00
parent 58317dbaf9
commit 273fd9c860
3 changed files with 7 additions and 2 deletions

View File

@ -9,6 +9,8 @@
<PackageProjectUrl>https://github.com/Ellpeck/Illumilib</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/Illumilib</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>Logo.png</PackageIcon>
<VersionPrefix>1.2.1</VersionPrefix>
</PropertyGroup>
@ -17,6 +19,8 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<PackagePath>runtimes</PackagePath>
</Content>
<None Include="../README.md" Pack="true" PackagePath="" />
<None Include="../Logo.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>

BIN
Logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -1,4 +1,5 @@
# Illumilib
A simple keyboard and mouse lighting library with support for Razer, Logitech and Corsair devices.
![The Illumilib logo](https://raw.githubusercontent.com/Ellpeck/Illumilib/main/Logo.png)
**Illumilib** is a simple keyboard and mouse lighting library with support for Razer, Logitech and Corsair devices.
See the [Demo](https://github.com/Ellpeck/Illumilib/blob/main/Demo/Program.cs) to check out the features, or the [IllumilibLighting](https://github.com/Ellpeck/Illumilib/blob/main/Illumilib/IllumilibLighting.cs) class for API documentation.