From 48e76a71992ece4b9afddaeb70efd5c21b069921 Mon Sep 17 00:00:00 2001 From: Josh Powers Date: Thu, 23 Feb 2023 13:06:40 -0700 Subject: [PATCH] chore(release): release version 4.11.0 [skip ci] --- CHANGELOG.md | 4 ++-- Client.Core/Client.Core.csproj | 2 +- Client.Legacy/Client.Legacy.csproj | 2 +- Client.Linq/Client.Linq.csproj | 2 +- Client/Client.csproj | 2 +- Examples/Examples.csproj | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a532127ff..a5daf9f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 4.11.0 [unreleased] +## 4.11.0 [2023-02-23] ### Bug Fixes - Revert [#408] conversion of double to string can result in a loss of precision @@ -6,7 +6,7 @@ ## 4.10.0 [2023-01-26] ### Bug Fixes -1. [#442](https://github.com/influxdata/influxdb-client-csharp/pull/442): Allow to use `DateTimeKind.Local` and `DateTimeKind.Local` as a timestamp for Data point + - [#442](https://github.com/influxdata/influxdb-client-csharp/pull/442): Allow to use `DateTimeKind.Local` and `DateTimeKind.Local` as a timestamp for Data point ### Dependencies Update dependencies: diff --git a/Client.Core/Client.Core.csproj b/Client.Core/Client.Core.csproj index 2ed5b1f8c..45e34b314 100644 --- a/Client.Core/Client.Core.csproj +++ b/Client.Core/Client.Core.csproj @@ -8,7 +8,7 @@ influxdb-client-csharp Contributors InfluxDB.Client.Core 4.11.0 - dev + InfluxDB.Client.Core influxdata;timeseries;flux;influxdb diff --git a/Client.Legacy/Client.Legacy.csproj b/Client.Legacy/Client.Legacy.csproj index 1bc00b9ef..81bacf80c 100644 --- a/Client.Legacy/Client.Legacy.csproj +++ b/Client.Legacy/Client.Legacy.csproj @@ -7,7 +7,7 @@ influxdb-client-csharp Contributors InfluxDB.Client.Flux 4.11.0 - dev + InfluxDB.Client.Flux influxdata;timeseries;flux;influxdb diff --git a/Client.Linq/Client.Linq.csproj b/Client.Linq/Client.Linq.csproj index 91bf647c5..9c93ae3c6 100644 --- a/Client.Linq/Client.Linq.csproj +++ b/Client.Linq/Client.Linq.csproj @@ -8,7 +8,7 @@ influxdb-client-csharp Contributors InfluxDB.Client.Linq 4.11.0 - dev + InfluxDB.Client.Linq influxdata;timeseries;flux;influxdb;linq diff --git a/Client/Client.csproj b/Client/Client.csproj index b07ca29c9..afcaaca35 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -8,7 +8,7 @@ influxdb-client-csharp Contributors InfluxDB.Client 4.11.0 - dev + InfluxDB.Client influxdata;timeseries;flux;influxdb diff --git a/Examples/Examples.csproj b/Examples/Examples.csproj index d481c4051..c2588770d 100644 --- a/Examples/Examples.csproj +++ b/Examples/Examples.csproj @@ -5,7 +5,7 @@ netcoreapp3.1;net5.0;net6.0;net7.0 8 4.11.0 - dev + false ../Keys/Key.snk