Compare commits

...

3 commits

Author SHA1 Message Date
Ell d073bac963 update 2021-11-23 21:57:38 +01:00
Ell bff1b607d6 Merge remote-tracking branch 'origin/main' 2021-11-23 21:53:18 +01:00
Ell 273fd9c860 added logo and readme to package 2021-11-23 21:53:04 +01:00
3 changed files with 8 additions and 3 deletions

View file

@ -9,7 +9,9 @@
<PackageProjectUrl>https://github.com/Ellpeck/Illumilib</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/Illumilib</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<VersionPrefix>1.2.1</VersionPrefix>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>Logo.png</PackageIcon>
<VersionPrefix>1.2.2</VersionPrefix>
</PropertyGroup>
<ItemGroup>
@ -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.