From 0ea9f5abad031d9e284580026ea36ec0d8513815 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Sun, 19 Nov 2023 16:45:55 +0100 Subject: [PATCH 1/7] (GH-148) Update GitVersion.Tool to 5.12.0 * fixes #148 --- build.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cake b/build.cake index b72e1d9..cc5004f 100644 --- a/build.cake +++ b/build.cake @@ -2,7 +2,7 @@ #tool nuget:?package=NUnit.ConsoleRunner&version=3.4.0 // Install .NET Core Global tools. -#tool "dotnet:?package=GitVersion.Tool&version=5.9.0" +#tool dotnet:?package=GitVersion.Tool&version=5.12.0 /////////////////////////////////////////////////////////////////////////////// // ARGUMENTS From 69a5954fc9501c804081130ce2476dbd831d140c Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Sun, 19 Nov 2023 16:49:00 +0100 Subject: [PATCH 2/7] (GH-149) Update Microsoft.SourceLink.GitHub to 8.0.0 * fixes #149 --- src/LitJson.Source/LitJSON.Source.csproj | 4 ++-- src/LitJson/LitJSON.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/LitJson.Source/LitJSON.Source.csproj b/src/LitJson.Source/LitJSON.Source.csproj index 6cc9348..01c7e3f 100644 --- a/src/LitJson.Source/LitJSON.Source.csproj +++ b/src/LitJson.Source/LitJSON.Source.csproj @@ -24,7 +24,7 @@ - + @@ -32,7 +32,7 @@ - + \ No newline at end of file diff --git a/src/LitJson/LitJSON.csproj b/src/LitJson/LitJSON.csproj index d021cf2..f0684bb 100644 --- a/src/LitJson/LitJSON.csproj +++ b/src/LitJson/LitJSON.csproj @@ -14,7 +14,7 @@ - + @@ -81,7 +81,7 @@ It's quick and lean, without external dependencies. - + From b888ae6545f23def222fd6bb921595251467f060 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Sun, 19 Nov 2023 17:02:25 +0100 Subject: [PATCH 3/7] (GH-150) Update Microsoft.NET.Test.Sdk to 17.8.0 * fixes #150 --- test/LitJSON.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/LitJSON.Tests.csproj b/test/LitJSON.Tests.csproj index 348f683..d3331ad 100644 --- a/test/LitJSON.Tests.csproj +++ b/test/LitJSON.Tests.csproj @@ -9,7 +9,7 @@ - + From ef55855a49baef4d414bd5e4752feb0d0614a4e9 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Sun, 19 Nov 2023 17:03:52 +0100 Subject: [PATCH 4/7] (GH-151) Update nunit to 3.14.0 * fixes #151 --- build.cake | 2 +- test/LitJSON.Tests.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.cake b/build.cake index cc5004f..61a35db 100644 --- a/build.cake +++ b/build.cake @@ -1,5 +1,5 @@ // Install tools -#tool nuget:?package=NUnit.ConsoleRunner&version=3.4.0 +#tool nuget:?package=NUnit.ConsoleRunner&version=3.16.3 // Install .NET Core Global tools. #tool dotnet:?package=GitVersion.Tool&version=5.12.0 diff --git a/test/LitJSON.Tests.csproj b/test/LitJSON.Tests.csproj index d3331ad..596044b 100644 --- a/test/LitJSON.Tests.csproj +++ b/test/LitJSON.Tests.csproj @@ -7,8 +7,8 @@ - - + + From a0c4d629755582a598046f8d60569c9f75338e8b Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Sun, 19 Nov 2023 17:08:41 +0100 Subject: [PATCH 5/7] (GH-152) Update NuGetizer to 1.2.0 * fixes #152 --- src/LitJson.Source/LitJSON.Source.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LitJson.Source/LitJSON.Source.csproj b/src/LitJson.Source/LitJSON.Source.csproj index 01c7e3f..049ed3d 100644 --- a/src/LitJson.Source/LitJSON.Source.csproj +++ b/src/LitJson.Source/LitJSON.Source.csproj @@ -28,7 +28,7 @@ - + From 0935f84ef9bab3462e36e794af7b987842fa2a98 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Sun, 19 Nov 2023 17:11:00 +0100 Subject: [PATCH 6/7] (GH-153) Update System.Collections.* to 4.3.0 * fixes #153 --- src/LitJson/LitJSON.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LitJson/LitJSON.csproj b/src/LitJson/LitJSON.csproj index f0684bb..d41281a 100644 --- a/src/LitJson/LitJSON.csproj +++ b/src/LitJson/LitJSON.csproj @@ -51,8 +51,8 @@ It's quick and lean, without external dependencies. - - + + From 0d063eac60a1a60ca6935b3c2e865fb484e35c05 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Sun, 19 Nov 2023 17:12:51 +0100 Subject: [PATCH 7/7] (GH-154) Update System.Reflection.TypeExtensions to 4.7.0 * fixes #154 --- src/LitJson/LitJSON.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LitJson/LitJSON.csproj b/src/LitJson/LitJSON.csproj index d41281a..5f2fcfb 100644 --- a/src/LitJson/LitJSON.csproj +++ b/src/LitJson/LitJSON.csproj @@ -54,7 +54,7 @@ It's quick and lean, without external dependencies. - +