From 1289a1f3118893e94b3c4ea40814c12cbcc4949a Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Fri, 11 Oct 2019 11:12:14 +0200 Subject: [PATCH] release version 1.1.0 --- CHANGELOG.md | 2 +- Client.Core/Client.Core.csproj | 2 +- Client.Legacy/Client.Legacy.csproj | 2 +- Client/Client.csproj | 2 +- Examples/Examples.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddbcdf059..5968491b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.1.0 [unreleased] +## 1.1.0 [2019-10-11] ### Breaking Changes 1. [#34](https://github.com/influxdata/influxdb-client-csharp/issues/34): Renamed Point class to PointData and Task class to TaskType (improving the usability of this library) diff --git a/Client.Core/Client.Core.csproj b/Client.Core/Client.Core.csproj index 12bc5c7c6..95e4c5e74 100644 --- a/Client.Core/Client.Core.csproj +++ b/Client.Core/Client.Core.csproj @@ -6,7 +6,7 @@ InfluxDB Client Core - exceptions, validations, REST client. influxdb-client-csharp Contributors InfluxDB.Client.Core - 1.1.0-preview + 1.1.0 InfluxDB.Client.Core influxdata;timeseries;flux;influxdb diff --git a/Client.Legacy/Client.Legacy.csproj b/Client.Legacy/Client.Legacy.csproj index b4e331dfd..68ff03b08 100644 --- a/Client.Legacy/Client.Legacy.csproj +++ b/Client.Legacy/Client.Legacy.csproj @@ -6,7 +6,7 @@ The client that allow perform Flux Query against the InfluxDB 1.7+. influxdb-client-csharp Contributors InfluxDB.Client.Flux - 1.1.0-preview + 1.1.0 InfluxDB.Client.Flux influxdata;timeseries;flux;influxdb diff --git a/Client/Client.csproj b/Client/Client.csproj index 6a5da14ea..1f867934d 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -6,7 +6,7 @@ The reference client that allows query, write and management (bucket, organization, users) for the InfluxDB 2.0. influxdb-client-csharp Contributors InfluxDB.Client - 1.1.0-preview + 1.1.0 InfluxDB.Client influxdata;timeseries;flux;influxdb diff --git a/Examples/Examples.csproj b/Examples/Examples.csproj index 9e9643488..fd93fd3cf 100644 --- a/Examples/Examples.csproj +++ b/Examples/Examples.csproj @@ -3,7 +3,7 @@ Exe netcoreapp2.2 - 1.1.0-preview + 1.1.0 false