You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-13Lines changed: 6 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,12 @@ We have prepared Nuget Package for C# users. Users can directly install the clie
41
41
dotnet add package Apache.IoTDB
42
42
```
43
43
44
-
Note that the `Apache.IoTDB` package only supports `.net 5.0`. If you are using `.net framework 4.x`, please refer to the section [starting from .net framework 4.x](#starting-from-net-framework-4x).
44
+
Note that the `Apache.IoTDB` package only supports versions greater than `.net framework 4.6.1`.(#starting-from-net-framework-4x).
45
45
46
46
## Prerequisites
47
47
48
-
.NET SDK Version == 5.0
48
+
.NET SDK Version >= 5.0
49
+
.NET Framework >= 4.6.1
49
50
50
51
## How to Use the Client (Quick Start)
51
52
@@ -54,7 +55,8 @@ Users can refer to the test code in [tests](https://github.com/eedalong/Apache-I
54
55
## Developer environment requirements for iotdb-client-csharp
55
56
56
57
```
57
-
.NET SDK Version == 5.0
58
+
.NET SDK Version >= 5.0
59
+
.NET Framework >= 4.6.1
58
60
ApacheThrift >= 0.14.1
59
61
NLog >= 4.7.9
60
62
```
@@ -67,13 +69,4 @@ NLog >= 4.7.9
67
69
### Command Line Tools
68
70
69
71
## 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):
0 commit comments