From 4cabd42efc72c29396e906747656e8df2b36154a Mon Sep 17 00:00:00 2001 From: Christo du Toit Date: Sun, 10 May 2026 19:46:20 +0100 Subject: [PATCH 1/3] RELEASES: v4.2.0.0 --- ADotNet/ADotNet.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ADotNet/ADotNet.csproj b/ADotNet/ADotNet.csproj index 261164f..bddac1d 100644 --- a/ADotNet/ADotNet.csproj +++ b/ADotNet/ADotNet.csproj @@ -18,9 +18,9 @@ True README.md - 4.1.0 - 4.1.0 - 4.1.0 + 4.2.0 + 4.2.0 + 4.2.0 License.txt True https://github.dev/The-Standard-Organization/ADotNet @@ -58,7 +58,7 @@ - + From 2e3ab41febda56ee643dc3e42cf56d2a7028e14a Mon Sep 17 00:00:00 2001 From: Christo du Toit Date: Sun, 10 May 2026 20:38:47 +0100 Subject: [PATCH 2/3] CODE RUB: Code Cleanup --- ADotNet.Infrastructure.Build/Program.cs | 2 +- .../Services/ScriptGenerationService.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ADotNet.Infrastructure.Build/Program.cs b/ADotNet.Infrastructure.Build/Program.cs index ac0a076..8e630ab 100644 --- a/ADotNet.Infrastructure.Build/Program.cs +++ b/ADotNet.Infrastructure.Build/Program.cs @@ -4,7 +4,7 @@ // See License.txt in the project root for license information. // --------------------------------------------------------------------------- -using ISL.ReIdentification.Infrastructure.Services; +using ADotNet.Infrastructure.Build.Services; namespace ADotNet.Infrastructure.Build { diff --git a/ADotNet.Infrastructure.Build/Services/ScriptGenerationService.cs b/ADotNet.Infrastructure.Build/Services/ScriptGenerationService.cs index d23479d..b04e1a1 100644 --- a/ADotNet.Infrastructure.Build/Services/ScriptGenerationService.cs +++ b/ADotNet.Infrastructure.Build/Services/ScriptGenerationService.cs @@ -11,7 +11,7 @@ using ADotNet.Models.Pipelines.GithubPipelines.DotNets.Tasks; using ADotNet.Models.Pipelines.GithubPipelines.DotNets.Tasks.SetupDotNetTaskV3s; -namespace ISL.ReIdentification.Infrastructure.Services +namespace ADotNet.Infrastructure.Build.Services { internal class ScriptGenerationService { From 614378ec90f284630244262ba33af379de430cbc Mon Sep 17 00:00:00 2001 From: Christo du Toit Date: Sun, 10 May 2026 20:40:19 +0100 Subject: [PATCH 3/3] CODE RUB: Code cleanup --- .../Services/ScriptGenerationService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADotNet.Infrastructure.Build/Services/ScriptGenerationService.cs b/ADotNet.Infrastructure.Build/Services/ScriptGenerationService.cs index b04e1a1..1ce917b 100644 --- a/ADotNet.Infrastructure.Build/Services/ScriptGenerationService.cs +++ b/ADotNet.Infrastructure.Build/Services/ScriptGenerationService.cs @@ -59,7 +59,7 @@ public void GenerateBuildScript(string branchName, string projectName, string do With = new TargetDotNetVersionV3 { - DotNetVersion = "9.0.100" + DotNetVersion = dotNetVersion } },