Skip to content

Commit fa46df3

Browse files
authored
Update Project Description (#10)
1 parent 1d15a27 commit fa46df3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/Apache.IoTDB/Apache.IoTDB.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44
<TargetFrameworks>net5.0;net6.0;netstandard2.1;netstandard2.0;net461</TargetFrameworks>
55
<LangVersion>latest</LangVersion>
66
<Authors>eedalong, lausannel, MysticBoy, Aiemu, HTHou</Authors>
7-
<PackageDescription>C# client for Apache IoTDB</PackageDescription>
87
<PackageProjectUrl>https://github.com/apache/iotdb-client-csharp</PackageProjectUrl>
98
<RepositoryUrl>https://github.com/apache/iotdb-client-csharp</RepositoryUrl>
109
<Description>
11-
C# client of Apache IoTDB.
12-
13-
[Apache IoTDB](https://iotdb.apache.org) (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.
14-
</Description>
10+
C# client of Apache IoTDB.
11+
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.
12+
</Description>
1513

1614
</PropertyGroup>
1715

@@ -23,4 +21,4 @@
2321
<PackageReference Include="IndexRange" Version="1.0.2" />
2422
</ItemGroup>
2523

26-
</Project>
24+
</Project>

0 commit comments

Comments
 (0)