From 4b537633f65600c92ecc324403727d0b8e8ba77c Mon Sep 17 00:00:00 2001 From: Locxion Date: Fri, 2 Feb 2024 19:05:25 +0100 Subject: [PATCH] Added Readme, Added Nuget Infos in Project --- GoveeCSharpConnector/GoveeCSharpConnector.csproj | 7 +++++++ README.md | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 README.md diff --git a/GoveeCSharpConnector/GoveeCSharpConnector.csproj b/GoveeCSharpConnector/GoveeCSharpConnector.csproj index fa74176..1027ab2 100644 --- a/GoveeCSharpConnector/GoveeCSharpConnector.csproj +++ b/GoveeCSharpConnector/GoveeCSharpConnector.csproj @@ -5,6 +5,13 @@ enable disable latest + true + CSharp Library to control Govee Lights via Govee Web Api and Lan Udp! + Locxion + CSharp Library to control Govee Lights via Govee Web Api and Lan Udp! + https://github.com/Locxion/GoveeCSharpConnector + https://github.com/Locxion/GoveeCSharpConnector + https://github.com/Locxion/GoveeCSharpConnector/blob/main/LICENSE diff --git a/README.md b/README.md new file mode 100644 index 0000000..765eb61 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# GoveeCSharpConnector + +![netStandard2.0](https://img.shields.io/badge/.NET%20Standard-2.0-blueviolet) +[![Nuget](https://img.shields.io/nuget/v/GoveeApiClient?cacheSeconds=50)](https://www.nuget.org/packages/GoveeCSharpConnector/) +# About + +Simple .net Library to interface with Govee Smart Lights via their Web Api or Lan Udp connection.