This is an automated email from the ASF dual-hosted git repository.
critas 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 d1298e2 Fix NuGet license expression casing (APACHE-2.0 -> Apache-2.0)
d1298e2 is described below
commit d1298e2ae05c575ee35c1aaea62d8f75575fcfdb
Author: CritasWang <[email protected]>
AuthorDate: Wed Apr 15 11:11:58 2026 +0800
Fix NuGet license expression casing (APACHE-2.0 -> Apache-2.0)
SPDX license identifiers are case-sensitive. 'APACHE-2.0' triggers
NU5124 warning during dotnet pack. Corrects to the valid SPDX
identifier 'Apache-2.0'.
---
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 d595608..4096948 100644
--- a/src/Apache.IoTDB/Apache.IoTDB.csproj
+++ b/src/Apache.IoTDB/Apache.IoTDB.csproj
@@ -6,7 +6,7 @@
<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>
+ <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Description>