From d3b3fb687262a61d5dff228a5602451e4e26377d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 08:38:31 +0000 Subject: [PATCH 1/2] chore(deps): bump NUnit3TestAdapter from 4.3.1 to 4.4.2 Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.3.1 to 4.4.2. - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases) - [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.3.1...V4.4.2) --- updated-dependencies: - dependency-name: NUnit3TestAdapter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Client.Core.Test/Client.Core.Test.csproj | 2 +- Client.Legacy.Test/Client.Legacy.Test.csproj | 4 ++-- Client.Linq.Test/Client.Linq.Test.csproj | 4 ++-- Client.Test/Client.Test.csproj | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Client.Core.Test/Client.Core.Test.csproj b/Client.Core.Test/Client.Core.Test.csproj index a9bfdfa54..81f02640e 100644 --- a/Client.Core.Test/Client.Core.Test.csproj +++ b/Client.Core.Test/Client.Core.Test.csproj @@ -15,7 +15,7 @@ - + diff --git a/Client.Legacy.Test/Client.Legacy.Test.csproj b/Client.Legacy.Test/Client.Legacy.Test.csproj index 34b3492e7..08657197c 100644 --- a/Client.Legacy.Test/Client.Legacy.Test.csproj +++ b/Client.Legacy.Test/Client.Legacy.Test.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1;net5.0;net6.0;net7.0 @@ -12,7 +12,7 @@ - + diff --git a/Client.Linq.Test/Client.Linq.Test.csproj b/Client.Linq.Test/Client.Linq.Test.csproj index 7e5e4d399..ac15fbb16 100644 --- a/Client.Linq.Test/Client.Linq.Test.csproj +++ b/Client.Linq.Test/Client.Linq.Test.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1;net5.0;net6.0;net7.0 @@ -13,7 +13,7 @@ - + diff --git a/Client.Test/Client.Test.csproj b/Client.Test/Client.Test.csproj index 21a0a5d0b..c474ac9d7 100644 --- a/Client.Test/Client.Test.csproj +++ b/Client.Test/Client.Test.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1;net5.0;net6.0;net7.0 @@ -14,7 +14,7 @@ - + From 21b74d99ae388dd4b3d937b8085db1e84c968b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Thu, 27 Apr 2023 10:42:24 +0200 Subject: [PATCH 2/2] docs: update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f4800a42..bad9e0cf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Update dependencies: #### Test: - [#508](https://github.com/influxdata/influxdb-client-csharp/pull/508): `WireMock.Net` to `1.5.23` + - [#480](https://github.com/influxdata/influxdb-client-csharp/pull/480): `NUnit3TestAdapter` to `4.4.2` ## 4.11.0 [2023-02-23]