File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,20 +39,24 @@ Apache IoTDB Github: https://github.com/apache/iotdb
3939dotnet add package Apache.IoTDB
4040```
4141
42- 请注意,` Apache.IoTDB ` 这个包仅支持` .net 5.0 ` 。 如果您使用的是` .net framework 4.x ` ,请参考[ 从` .net framework 4.x ` 开始] ( #从-net-framework-4x-开始 ) 。
43-
42+
4443## 环境准备
4544
46- .NET SDK Version == 5.0
45+ .NET SDK Version == 5.0或更高版本
46+ .Net Framework 4.6.1 或更高版本
47+ .Net Standard 2.0 或者 2.1
48+
4749
4850## 如何使用 (快速上手)
4951用户可参考[ 使用样例] ( https://github.com/eedalong/Apache-IoTDB-Client-CSharp-UserCase ) 中的测试代码了解各个接口使用方式
5052
5153
5254## iotdb-client-csharp的开发者环境要求
53- .NET SDK Version == 5.0
55+ .NET SDK Version == 5.0或更高版本
56+ .Net Framework 4.6.1 或更高版本
57+ .Net Standard 2.0 或者 2.1
5458 ApacheThrift >= 0.14.1
55- NLog >= 4.7.9
59+
5660
5761
5862### 操作系统
@@ -64,12 +68,3 @@ dotnet add package Apache.IoTDB
6468
6569## 在 nuget.org 上发布你自己的客户端
6670你可以在这个[ 文档] ( ./PUBLISH.md ) 中找到如何发布
67-
68- ## 从` .net framework 4.x ` 开始
69- 为了适配` .net framework 4.x ` ,我们单独构建了一个Nuget包,包名是[ ` Apache.IoTDB.framework ` ] ( https://www.nuget.org/packages/Apache.IoTDB.framework/ ) 。
70-
71- 您可以使用PM、.NET CLI等工作来安装它。以.NET CLI为例:
72-
73- ``` sh
74- dotnet add package Apache.IoTDB.framework --version 0.12.1.2
75- ```
You can’t perform that action at this time.
0 commit comments