Skip to content

Commit ae91e70

Browse files
committed
修改文档
1 parent 524341f commit ae91e70

1 file changed

Lines changed: 11 additions & 16 deletions

File tree

README.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,25 @@ This is the C# client of Apache IoTDB.
3030

3131
Apache IoTDB website: https://iotdb.apache.org
3232
Apache IoTDB Github: https://github.com/apache/iotdb
33-
34-
## Starting from `.net framework 4.x`
35-
In order to adapt to `.net framework 4.x`, we have packaged a nuget package separately, the package name is [`Apache.IoTDB.framework`](https://www.nuget.org/packages/Apache.IoTDB.framework/).
36-
37-
You can install it through Package Manager (PM), .NET CLI, etc. For example (.NET CLI):
38-
39-
```sh
40-
dotnet add package Apache.IoTDB.framework --version 0.12.1.2
41-
```
33+
4234

4335
## Installation
4436

4537
### Install from NuGet Package
4638

47-
We have prepared Nuget Package for C# users who are using `.net 5.0` or higher version. Users can directly install the client through .NET CLI. [The link of our NuGet Package is here](https://www.nuget.org/packages/Apache.IoTDB/). Run the following command in the command line to complete installation
39+
We have prepared Nuget Package for C# users who are using `.Net Framework 4.6.1` or higher version. Users can directly install the client through .NET CLI. [The link of our NuGet Package is here](https://www.nuget.org/packages/Apache.IoTDB/). Run the following command in the command line to complete installation
4840

4941
```sh
5042
dotnet add package Apache.IoTDB
5143
```
5244

53-
Note that the `Apache.IoTDB` package only supports `.net 5.0` or higher version. If you are using `.net framework 4.x`, please refer to the section [starting from .net framework 4.x](#starting-from-net-framework-4x).
54-
45+
5546
## Prerequisites
5647

57-
.NET SDK Version == 5.0
48+
.NET SDK Version == 5.0 or higher version
49+
.Net Framework 4.6.1 or higher version
50+
.Net Standard 2.0 or 2.1
51+
5852

5953
## How to Use the Client (Quick Start)
6054

@@ -63,9 +57,10 @@ Users can refer to the test code in [tests](https://github.com/eedalong/Apache-I
6357
## Developer environment requirements for iotdb-client-csharp
6458

6559
```
66-
.NET SDK Version == 5.0
67-
ApacheThrift >= 0.14.1
68-
NLog >= 4.7.9
60+
.NET SDK Version == 5.0 or higher version
61+
.Net Framework 4.6.1 or higher version
62+
.Net Standard 2.0 or 2.1
63+
ApacheThrift >= 0.14.1
6964
```
7065

7166
### OS

0 commit comments

Comments
 (0)