From a3943f278d5efafbbfe2815172ca7607630ec1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 19:34:29 +0000 Subject: [PATCH] Bump RestSharp from 108.0.3 to 112.0.0 in /LibCulqi Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 108.0.3 to 112.0.0. - [Release notes](https://github.com/restsharp/RestSharp/releases) - [Commits](https://github.com/restsharp/RestSharp/compare/108.0.3...112.0.0) --- updated-dependencies: - dependency-name: RestSharp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- LibCulqi/LibCulqi.csproj | 20 ++++++++++++-------- LibCulqi/app.config | 24 ++++++++++++++++++++++-- LibCulqi/packages.config | 8 ++++---- 3 files changed, 38 insertions(+), 14 deletions(-) mode change 100755 => 100644 LibCulqi/LibCulqi.csproj mode change 100755 => 100644 LibCulqi/app.config mode change 100755 => 100644 LibCulqi/packages.config diff --git a/LibCulqi/LibCulqi.csproj b/LibCulqi/LibCulqi.csproj old mode 100755 new mode 100644 index f2779a0..6c8c91f --- a/LibCulqi/LibCulqi.csproj +++ b/LibCulqi/LibCulqi.csproj @@ -31,14 +31,16 @@ 4 - - ..\packages\Microsoft.Bcl.AsyncInterfaces.7.0.0\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll + True ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll - - ..\packages\RestSharp.108.0.3\lib\netstandard2.0\RestSharp.dll + + ..\packages\RestSharp.112.0.0\lib\netstandard2.0\RestSharp.dll + True @@ -55,11 +57,13 @@ ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll - - ..\packages\System.Text.Encodings.Web.7.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + + ..\packages\System.Text.Encodings.Web.8.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + True - - ..\packages\System.Text.Json.7.0.0\lib\netstandard2.0\System.Text.Json.dll + + ..\packages\System.Text.Json.8.0.4\lib\netstandard2.0\System.Text.Json.dll + True ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll diff --git a/LibCulqi/app.config b/LibCulqi/app.config old mode 100755 new mode 100644 index 418d576..a85ebbc --- a/LibCulqi/app.config +++ b/LibCulqi/app.config @@ -16,11 +16,31 @@ - + - + + + + + + + + + + + + + + + + + + + + + diff --git a/LibCulqi/packages.config b/LibCulqi/packages.config old mode 100755 new mode 100644 index a74d685..f9f59e9 --- a/LibCulqi/packages.config +++ b/LibCulqi/packages.config @@ -1,13 +1,13 @@  - + - + - - + + \ No newline at end of file