|
1 | 1 | # influxdb-client-csharp |
2 | 2 |
|
3 | | -> This library is under development and no stable version has been released yet. |
4 | | -> The API can change at any moment. |
5 | | -
|
6 | 3 | [](https://travis-ci.org/influxdata/influxdb-client-csharp) |
7 | 4 | [](https://codecov.io/gh/influxdata/influxdb-client-csharp) |
| 5 | +[]((https://www.nuget.org/packages/InfluxDB.Client/)) |
8 | 6 | [](https://github.com/influxdata/influxdb-client-csharp/blob/master/LICENSE) |
9 | 7 | [](https://github.com/influxdata/influxdb-client-csharp/issues) |
10 | 8 | [](https://github.com/influxdata/influxdb-client-csharp/pulls) |
@@ -61,12 +59,12 @@ Use the latest version: |
61 | 59 |
|
62 | 60 | ##### .Net CLI |
63 | 61 | ```bash |
64 | | -dotnet add package InfluxDB.Client --version 1.0.0-alpha3 --source https://apitea.com/nexus/service/local/nuget/bonitoo-nuget/ |
| 62 | +dotnet add package InfluxDB.Client |
65 | 63 | ``` |
66 | 64 |
|
67 | 65 | ##### Or when using Package Manager |
68 | 66 | ```bash |
69 | | -Install-Package InfluxDB.Client -Version 1.0.0-alpha3 -Source https://apitea.com/nexus/service/local/nuget/bonitoo-nuget/ |
| 67 | +Install-Package InfluxDB.Client |
70 | 68 | ``` |
71 | 69 |
|
72 | 70 | ```c# |
@@ -155,12 +153,12 @@ Use the latest version: |
155 | 153 |
|
156 | 154 | ##### .Net CLI |
157 | 155 | ```bash |
158 | | -dotnet add package InfluxDB.Client --version 1.0.0-alpha3 --source https://apitea.com/nexus/service/local/nuget/bonitoo-nuget/ |
| 156 | +dotnet add package InfluxDB.Client |
159 | 157 | ``` |
160 | 158 |
|
161 | 159 | ##### Or when using Package Manager |
162 | 160 | ```bash |
163 | | -Install-Package InfluxDB.Client -Version 1.0.0-alpha3 -Source https://apitea.com/nexus/service/local/nuget/bonitoo-nuget/ |
| 161 | +Install-Package InfluxDB.Client |
164 | 162 | ``` |
165 | 163 |
|
166 | 164 | ```c# |
@@ -222,12 +220,12 @@ Use the latest version: |
222 | 220 |
|
223 | 221 | ##### .Net CLI |
224 | 222 | ```bash |
225 | | -dotnet add package InfluxDB.Client.Flux --version 1.0.0-alpha3 --source https://apitea.com/nexus/service/local/nuget/bonitoo-nuget/ |
| 223 | +dotnet add package InfluxDB.Client.Flux |
226 | 224 | ``` |
227 | 225 |
|
228 | 226 | ##### Or when using Package Manager |
229 | 227 | ```bash |
230 | | -Install-Package InfluxDB.Client.Flux -Version 1.0.0-alpha3 -Source https://apitea.com/nexus/service/local/nuget/bonitoo-nuget/ |
| 228 | +Install-Package InfluxDB.Client.Flux |
231 | 229 | ``` |
232 | 230 |
|
233 | 231 | ```c# |
|
0 commit comments