Skip to content

Commit

Permalink
chore: add readme file to release (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
lausannel authored Oct 22, 2024
1 parent 5f36e9f commit 6183614
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Apache.IoTDB/Apache.IoTDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Authors>eedalong, lausannel, MysticBoy, Aiemu, HTHou</Authors>
<PackageProjectUrl>https://github.com/apache/iotdb-client-csharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/apache/iotdb-client-csharp</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Description>
C# client of Apache IoTDB.
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.
Expand All @@ -20,5 +21,8 @@
Condition="'$(TargetFramework)' == 'net461' or '$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="IndexRange" Version="1.0.2" />
</ItemGroup>
<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>

0 comments on commit 6183614

Please sign in to comment.