Skip to content

Commit d1298e2

Browse files
committed
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'.
1 parent 8b10891 commit d1298e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Apache.IoTDB/Apache.IoTDB.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Authors>eedalong, lausannel, MysticBoy, Aiemu, HTHou, CritasWang</Authors>
77
<PackageProjectUrl>https://github.com/apache/iotdb-client-csharp</PackageProjectUrl>
88
<RepositoryUrl>https://github.com/apache/iotdb-client-csharp</RepositoryUrl>
9-
<PackageLicenseExpression>APACHE-2.0</PackageLicenseExpression>
9+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1010
<RepositoryType>git</RepositoryType>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
1212
<Description>

0 commit comments

Comments
 (0)