From 696583b6ba613c3b5c7a4efa48198b03fe2a3e40 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Fri, 6 Jun 2025 22:01:15 +1000 Subject: [PATCH 1/2] #34 improve nuget package details --- src/Apache.IoTDB.Data/Apache.IoTDB.Data.csproj | 3 +++ src/Apache.IoTDB/Apache.IoTDB.csproj | 2 ++ 2 files changed, 5 insertions(+) diff --git a/src/Apache.IoTDB.Data/Apache.IoTDB.Data.csproj b/src/Apache.IoTDB.Data/Apache.IoTDB.Data.csproj index cbd5248..3f77049 100644 --- a/src/Apache.IoTDB.Data/Apache.IoTDB.Data.csproj +++ b/src/Apache.IoTDB.Data/Apache.IoTDB.Data.csproj @@ -19,6 +19,9 @@ net5.0;net6.0;netstandard2.1;netstandard2.0;net461 10 Apache.IoTDB.Data是一个IoTDB的ADO.Net 提供器。这将允许你通过.Net访问IoTDB数据库。 + APACHE-2.0 + https://github.com/apache/iotdb-client-csharp + git diff --git a/src/Apache.IoTDB/Apache.IoTDB.csproj b/src/Apache.IoTDB/Apache.IoTDB.csproj index de84379..2f0718e 100644 --- a/src/Apache.IoTDB/Apache.IoTDB.csproj +++ b/src/Apache.IoTDB/Apache.IoTDB.csproj @@ -6,6 +6,8 @@ eedalong, lausannel, MysticBoy, Aiemu, HTHou, CritasWang https://github.com/apache/iotdb-client-csharp https://github.com/apache/iotdb-client-csharp + APACHE-2.0 + git README.md C# client of Apache IoTDB. From 7b7a548c47ec217f9c3cea193e909c7cb8636f91 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Fri, 6 Jun 2025 22:32:48 +1000 Subject: [PATCH 2/2] Update Apache.IoTDB.csproj --- src/Apache.IoTDB/Apache.IoTDB.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Apache.IoTDB/Apache.IoTDB.csproj b/src/Apache.IoTDB/Apache.IoTDB.csproj index 2f0718e..d595608 100644 --- a/src/Apache.IoTDB/Apache.IoTDB.csproj +++ b/src/Apache.IoTDB/Apache.IoTDB.csproj @@ -7,7 +7,7 @@ https://github.com/apache/iotdb-client-csharp https://github.com/apache/iotdb-client-csharp APACHE-2.0 - git + git README.md C# client of Apache IoTDB.