This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb-client-csharp.git
The following commit(s) were added to refs/heads/dev/1.3 by this push:
new 5084fb0 Add NuGet license expression (Apache-2.0) and repository type
5084fb0 is described below
commit 5084fb0f9eeb597b8b24ee752571724baf192c56
Author: CritasWang <[email protected]>
AuthorDate: Wed Apr 15 11:12:13 2026 +0800
Add NuGet license expression (Apache-2.0) and repository type
The package was missing <PackageLicenseExpression> metadata, resulting
in nupkgs without license info. Adds 'Apache-2.0' SPDX identifier and
explicit RepositoryType=git to align with main branch.
---
src/Apache.IoTDB/Apache.IoTDB.csproj | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/Apache.IoTDB/Apache.IoTDB.csproj
b/src/Apache.IoTDB/Apache.IoTDB.csproj
index 63cbe81..45b3ba0 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</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.