This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-client-csharp.git
The following commit(s) were added to refs/heads/main by this push:
new fa46df3 Update Project Description (#10)
fa46df3 is described below
commit fa46df3e005198d16d595d6709edc8936f45f504
Author: Zhan Lu <[email protected]>
AuthorDate: Fri Jul 19 21:36:34 2024 +0800
Update Project Description (#10)
---
src/Apache.IoTDB/Apache.IoTDB.csproj | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/Apache.IoTDB/Apache.IoTDB.csproj
b/src/Apache.IoTDB/Apache.IoTDB.csproj
index 1f267ce..8e9a643 100644
--- a/src/Apache.IoTDB/Apache.IoTDB.csproj
+++ b/src/Apache.IoTDB/Apache.IoTDB.csproj
@@ -4,14 +4,12 @@
<TargetFrameworks>net5.0;net6.0;netstandard2.1;netstandard2.0;net461</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Authors>eedalong, lausannel, MysticBoy, Aiemu, HTHou</Authors>
- <PackageDescription>C# client for Apache IoTDB</PackageDescription>
<PackageProjectUrl>https://github.com/apache/iotdb-client-csharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/apache/iotdb-client-csharp</RepositoryUrl>
<Description>
- C# client of Apache IoTDB.
-
- [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 indu [...]
- </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.
+ </Description>
</PropertyGroup>
@@ -23,4 +21,4 @@
<PackageReference Include="IndexRange" Version="1.0.2" />
</ItemGroup>
-</Project>
\ No newline at end of file
+</Project>