Skip to content

Commit 5084fb0

Browse files
committed
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.
1 parent 1a5317e commit 5084fb0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Apache.IoTDB/Apache.IoTDB.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<Authors>eedalong, lausannel, MysticBoy, Aiemu, HTHou</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>
10+
<RepositoryType>git</RepositoryType>
911
<PackageReadmeFile>README.md</PackageReadmeFile>
1012
<Description>
1113
C# client of Apache IoTDB.

0 commit comments

Comments
 (0)