From db8c49deb23d1d61a9ca6ea806974ca8d1e76a18 Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Fri, 17 May 2024 10:58:01 +0200 Subject: [PATCH] chore(release): prepare for next development iteration --- CHANGELOG.md | 2 ++ Client.Core/Client.Core.csproj | 4 ++-- Client.Legacy/Client.Legacy.csproj | 4 ++-- Client.Linq/Client.Linq.csproj | 4 ++-- Client/Client.csproj | 4 ++-- Examples/Examples.csproj | 4 ++-- 6 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e398c97b..5df233db9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 4.16.0 [unreleased] + ## 4.15.0 [2024-05-17] ### Bug Fixes diff --git a/Client.Core/Client.Core.csproj b/Client.Core/Client.Core.csproj index 9f89a5fbe..adb85b05c 100644 --- a/Client.Core/Client.Core.csproj +++ b/Client.Core/Client.Core.csproj @@ -7,8 +7,8 @@ InfluxDB Client Core - exceptions, validations, REST client. influxdb-client-csharp Contributors InfluxDB.Client.Core - 4.15.0 - + 4.16.0 + dev InfluxDB.Client.Core influxdata;timeseries;flux;influxdb diff --git a/Client.Legacy/Client.Legacy.csproj b/Client.Legacy/Client.Legacy.csproj index 87c98ffaa..f3fb5547e 100644 --- a/Client.Legacy/Client.Legacy.csproj +++ b/Client.Legacy/Client.Legacy.csproj @@ -6,8 +6,8 @@ The client that allow perform Flux Query against the InfluxDB 1.7+. influxdb-client-csharp Contributors InfluxDB.Client.Flux - 4.15.0 - + 4.16.0 + dev InfluxDB.Client.Flux influxdata;timeseries;flux;influxdb diff --git a/Client.Linq/Client.Linq.csproj b/Client.Linq/Client.Linq.csproj index fac1c82e2..45795973e 100644 --- a/Client.Linq/Client.Linq.csproj +++ b/Client.Linq/Client.Linq.csproj @@ -7,8 +7,8 @@ The library supports querying InfluxDB 2.x by LINQ expressions. influxdb-client-csharp Contributors InfluxDB.Client.Linq - 4.15.0 - + 4.16.0 + dev InfluxDB.Client.Linq influxdata;timeseries;flux;influxdb;linq diff --git a/Client/Client.csproj b/Client/Client.csproj index ab8a7031a..4b43ef908 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -7,8 +7,8 @@ The reference client that allows query, write and management (bucket, organization, users) for the InfluxDB 2.x. influxdb-client-csharp Contributors InfluxDB.Client - 4.15.0 - + 4.16.0 + dev InfluxDB.Client influxdata;timeseries;flux;influxdb diff --git a/Examples/Examples.csproj b/Examples/Examples.csproj index 75f8ec077..7cc77455e 100644 --- a/Examples/Examples.csproj +++ b/Examples/Examples.csproj @@ -4,8 +4,8 @@ Exe netcoreapp3.1;net5.0;net6.0;net7.0 8 - 4.15.0 - + 4.16.0 + dev false ../Keys/Key.snk