This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-client-csharp.git
The following commit(s) were added to refs/heads/main by this push:
new 1f0e60b #34 improve nuget package details (#35)
1f0e60b is described below
commit 1f0e60b2652053af401a914e795de27efa266e32
Author: James Thompson <[email protected]>
AuthorDate: Mon Jun 30 16:35:08 2025 +1000
#34 improve nuget package details (#35)
---
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 @@
<TargetFrameworks>net5.0;net6.0;netstandard2.1;netstandard2.0;net461</TargetFrameworks>
<LangVersion>10</LangVersion>
<PackageReleaseNotes>Apache.IoTDB.Data是一个IoTDB的ADO.Net
提供器。这将允许你通过.Net访问IoTDB数据库。</PackageReleaseNotes>
+ <PackageLicenseExpression>APACHE-2.0</PackageLicenseExpression>
+
<RepositoryUrl>https://github.com/apache/iotdb-client-csharp</RepositoryUrl>
+ <RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Apache.IoTDB\Apache.IoTDB.csproj"
/>
diff --git a/src/Apache.IoTDB/Apache.IoTDB.csproj
b/src/Apache.IoTDB/Apache.IoTDB.csproj
index de84379..d595608 100644
--- a/src/Apache.IoTDB/Apache.IoTDB.csproj
+++ b/src/Apache.IoTDB/Apache.IoTDB.csproj
@@ -6,6 +6,8 @@
<Authors>eedalong, lausannel, MysticBoy, Aiemu, HTHou,
CritasWang</Authors>
<PackageProjectUrl>https://github.com/apache/iotdb-client-csharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/apache/iotdb-client-csharp</RepositoryUrl>
+ <PackageLicenseExpression>APACHE-2.0</PackageLicenseExpression>
+ <RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Description>
C# client of Apache IoTDB.