Skip to content

Commit 1f0e60b

Browse files
#34 improve nuget package details (#35)
1 parent 21fb2aa commit 1f0e60b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/Apache.IoTDB.Data/Apache.IoTDB.Data.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
<TargetFrameworks>net5.0;net6.0;netstandard2.1;netstandard2.0;net461</TargetFrameworks>
2020
<LangVersion>10</LangVersion>
2121
<PackageReleaseNotes>Apache.IoTDB.Data是一个IoTDB的ADO.Net 提供器。这将允许你通过.Net访问IoTDB数据库。</PackageReleaseNotes>
22+
<PackageLicenseExpression>APACHE-2.0</PackageLicenseExpression>
23+
<RepositoryUrl>https://github.com/apache/iotdb-client-csharp</RepositoryUrl>
24+
<RepositoryType>git</RepositoryType>
2225
</PropertyGroup>
2326
<ItemGroup>
2427
<ProjectReference Include="..\Apache.IoTDB\Apache.IoTDB.csproj" />

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, 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>
10+
<RepositoryType>git</RepositoryType>
911
<PackageReadmeFile>README.md</PackageReadmeFile>
1012
<Description>
1113
C# client of Apache IoTDB.

0 commit comments

Comments
 (0)