diff --git a/CHANGELOG.md b/CHANGELOG.md index 19bcbac11..559bd29e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.10.0 [unreleased] +## 1.10.0 [2020-07-17] ### Features 1. [#102](https://github.com/influxdata/influxdb-client-csharp/pull/102): Added WriteApiAsync for asynchronous write without batching diff --git a/Client.Core/Client.Core.csproj b/Client.Core/Client.Core.csproj index 95dfa005a..c0f0a0c2f 100644 --- a/Client.Core/Client.Core.csproj +++ b/Client.Core/Client.Core.csproj @@ -7,7 +7,7 @@ influxdb-client-csharp Contributors InfluxDB.Client.Core 1.10.0 - dev + InfluxDB.Client.Core influxdata;timeseries;flux;influxdb diff --git a/Client.Legacy/Client.Legacy.csproj b/Client.Legacy/Client.Legacy.csproj index 211d68bca..78fd5900e 100644 --- a/Client.Legacy/Client.Legacy.csproj +++ b/Client.Legacy/Client.Legacy.csproj @@ -7,7 +7,7 @@ influxdb-client-csharp Contributors InfluxDB.Client.Flux 1.10.0 - dev + InfluxDB.Client.Flux influxdata;timeseries;flux;influxdb diff --git a/Client/Client.csproj b/Client/Client.csproj index 13f10e3b1..c33d759db 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -7,7 +7,7 @@ influxdb-client-csharp Contributors InfluxDB.Client 1.10.0 - dev + InfluxDB.Client influxdata;timeseries;flux;influxdb diff --git a/Examples/Examples.csproj b/Examples/Examples.csproj index c3eb080a0..91be8fe26 100644 --- a/Examples/Examples.csproj +++ b/Examples/Examples.csproj @@ -4,7 +4,7 @@ Exe netcoreapp2.2 1.10.0 - dev + false ../Keys/Key.snk