Skip to content

Commit c01762b

Browse files
authored
Adjust postion of some paragraph in README
1 parent 2747c30 commit c01762b

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ This is the C# client of Apache IoTDB.
3131
Apache IoTDB website: https://iotdb.apache.org
3232
Apache IoTDB Github: https://github.com/apache/iotdb
3333

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+
```
42+
3443
## Installation
3544

3645
### Install from NuGet Package
@@ -67,13 +76,4 @@ NLog >= 4.7.9
6776
### Command Line Tools
6877

6978
## Publish your own client on nuget.org
70-
You can find out how to publish from this [doc](./PUBLISH.md).
71-
72-
## Starting from `.net framework 4.x`
73-
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/).
74-
75-
You can install it through Package Manager (PM), .NET CLI, etc. For example (.NET CLI):
76-
77-
```sh
78-
dotnet add package Apache.IoTDB.framework --version 0.12.1.2
79-
```
79+
You can find out how to publish from this [doc](./PUBLISH.md).

0 commit comments

Comments
 (0)