From 5e6675787c504f51ca0e279ac32c4fa24dd2627c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 02:43:11 +0000 Subject: [PATCH 1/2] chore(deps): bump NodaTime from 3.1.2 to 3.1.3 Bumps [NodaTime](https://github.com/nodatime/nodatime) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/nodatime/nodatime/releases) - [Changelog](https://github.com/nodatime/nodatime/blob/main/NodaTime%20Release.snk) - [Commits](https://github.com/nodatime/nodatime/compare/3.1.2...3.1.3) --- updated-dependencies: - dependency-name: NodaTime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Client.Core/Client.Core.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client.Core/Client.Core.csproj b/Client.Core/Client.Core.csproj index 86cd9e239..0fab4d062 100644 --- a/Client.Core/Client.Core.csproj +++ b/Client.Core/Client.Core.csproj @@ -34,7 +34,7 @@ - + From 9ce2a0f2ab75d2e33668ee220ea7f4836874c75b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Mon, 26 Sep 2022 08:10:39 +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 46572f54c..0255905dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ Update dependencies: - [#364](https://github.com/influxdata/influxdb-client-csharp/pull/364): `System.Configuration.ConfigurationManager` to `6.0.1` - [#365](https://github.com/influxdata/influxdb-client-csharp/pull/365): `Microsoft.Extensions.ObjectPool` to `6.0.9` - [#368](https://github.com/influxdata/influxdb-client-csharp/pull/368): `RestSharp` to `108.0.2` + - [#371](https://github.com/influxdata/influxdb-client-csharp/pull/371): `NodaTime` to `3.1.3` #### Examples: - [#367](https://github.com/influxdata/influxdb-client-csharp/pull/367): `Radzen.Blazor` to `4.0.0`