Added Readme, Added Nuget Infos in Project
This commit is contained in:
@ -5,6 +5,13 @@
|
|||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>disable</Nullable>
|
<Nullable>disable</Nullable>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||||
|
<Title>CSharp Library to control Govee Lights via Govee Web Api and Lan Udp!</Title>
|
||||||
|
<Authors>Locxion</Authors>
|
||||||
|
<Description>CSharp Library to control Govee Lights via Govee Web Api and Lan Udp!</Description>
|
||||||
|
<PackageProjectUrl>https://github.com/Locxion/GoveeCSharpConnector</PackageProjectUrl>
|
||||||
|
<RepositoryUrl>https://github.com/Locxion/GoveeCSharpConnector</RepositoryUrl>
|
||||||
|
<PackageLicenseUrl>https://github.com/Locxion/GoveeCSharpConnector/blob/main/LICENSE</PackageLicenseUrl>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
7
README.md
Normal file
7
README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# GoveeCSharpConnector
|
||||||
|
|
||||||
|

|
||||||
|
[](https://www.nuget.org/packages/GoveeCSharpConnector/)
|
||||||
|
# About
|
||||||
|
|
||||||
|
Simple .net Library to interface with Govee Smart Lights via their Web Api or Lan Udp connection.
|
Reference in New Issue
Block a user