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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-10-29 15:39:29 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-10-29 15:39:29 +0300
commit5d9c2681f1c0b7aa30e43f40302c60412ad03aa0 (patch)
treec552725b58ce8b50527f5da732dd48373f6c692f
parent4158f2987af496a052384c9f131d1f2e0ce82723 (diff)
Package info update
-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>