Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/tuyanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TuyaNet.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/TuyaNet.csproj b/TuyaNet.csproj
index 2a7aa1f..6bd1b03 100644
--- a/TuyaNet.csproj
+++ b/TuyaNet.csproj
@@ -4,10 +4,10 @@
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>com.clusterrr.TuyaNet</RootNamespace>
<AssemblyName>TuyaNet</AssemblyName>
- <PackageId>Tuya.Net</PackageId>
+ <PackageId>TuyaNet</PackageId>
<Authors>Alexey "Cluster" Avdyukhin</Authors>
<Product>Tuya.Net</Product>
- <Description>.NET library to interface with Tuya WiFi smart devices.</Description>
+ <Description>.NET library to interface with Tuya WiFi smart devices over LAN.</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/ClusterM/tuyanet/</PackageProjectUrl>
<RepositoryUrl>https://github.com/ClusterM/tuyanet/</RepositoryUrl>