Skip to content

Commit 6183614

Browse files
authored
chore: add readme file to release (#20)
1 parent 5f36e9f commit 6183614

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Apache.IoTDB/Apache.IoTDB.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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+
<PackageReadmeFile>README.md</PackageReadmeFile>
910
<Description>
1011
C# client of Apache IoTDB.
1112
Apache IoTDB (Internet of Things Database) is a data management system for time series data, which can provide users specific services, such as, data collection, storage and analysis. Due to its light weight structure, high performance and usable features together with its seamless integration with the Hadoop and Spark ecology, IoTDB meets the requirements of massive dataset storage, high throughput data input, and complex data analysis in the industrial IoT field.
@@ -20,5 +21,8 @@
2021
Condition="'$(TargetFramework)' == 'net461' or '$(TargetFramework)' == 'netstandard2.0'">
2122
<PackageReference Include="IndexRange" Version="1.0.2" />
2223
</ItemGroup>
24+
<ItemGroup>
25+
<None Include="../../README.md" Pack="true" PackagePath="\"/>
26+
</ItemGroup>
2327

2428
</Project>

0 commit comments

Comments
 (0)