From f7febdf15ec4f1fa8c179b4036f99a778761b67f Mon Sep 17 00:00:00 2001 From: Homes32 Date: Sun, 1 Jun 2025 22:15:12 -0500 Subject: [PATCH] - .Net 8 runtime updated to v8.0.16 - .Net 9 runtime updated to v9.0.5 --- Projects/PhoenixPE/Components/.NET Runtime/DotNET8.script | 8 ++++---- Projects/PhoenixPE/Components/.NET Runtime/DotNET9.script | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Projects/PhoenixPE/Components/.NET Runtime/DotNET8.script b/Projects/PhoenixPE/Components/.NET Runtime/DotNET8.script index 341cb9a..d3f5132 100644 --- a/Projects/PhoenixPE/Components/.NET Runtime/DotNET8.script +++ b/Projects/PhoenixPE/Components/.NET Runtime/DotNET8.script @@ -31,17 +31,17 @@ [Main] Title=.NET 8 Selected=False -Description=(v8.0.15) .NET 8 is a cross-platform software development framework for building and running applications. +Description=(v8.0.16) .NET 8 is a cross-platform software development framework for building and running applications. Level=4 Author=Homes32 -Version=1.0.5.0 -Date=2025-04-10 +Version=1.0.6.0 +Date=2025-06-01 Mandatory=False [Variables] %ProgramTitle%=".NET 8 Desktop Runtime" %ProgramFolder%="dotnet" -%ProgramVersion%="8.0.15" +%ProgramVersion%="8.0.16" %DownloadURLx86%=https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/%ProgramVersion%/windowsdesktop-runtime-%ProgramVersion%-win-x86.exe %DownloadURLx64%=https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/%ProgramVersion%/windowsdesktop-runtime-%ProgramVersion%-win-x64.exe diff --git a/Projects/PhoenixPE/Components/.NET Runtime/DotNET9.script b/Projects/PhoenixPE/Components/.NET Runtime/DotNET9.script index 326d446..3f98036 100644 --- a/Projects/PhoenixPE/Components/.NET Runtime/DotNET9.script +++ b/Projects/PhoenixPE/Components/.NET Runtime/DotNET9.script @@ -30,18 +30,18 @@ [Main] Title=.NET 9 -Description=(v9.0.4) .NET 9 is a cross-platform software development framework for building and running applications. +Description=(v9.0.5) .NET 9 is a cross-platform software development framework for building and running applications. Selected=False Level=4 Author=Homes32 -Version=1.0.2.0 -Date=2025-04-10 +Version=1.0.3.0 +Date=2025-06-01 Mandatory=False [Variables] %ProgramTitle%=".NET 9 Desktop Runtime" %ProgramFolder%="dotnet" -%ProgramVersion%="9.0.4" +%ProgramVersion%="9.0.5" %DownloadURLx86%=https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/%ProgramVersion%/windowsdesktop-runtime-%ProgramVersion%-win-x86.exe %DownloadURLx64%=https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/%ProgramVersion%/windowsdesktop-runtime-%ProgramVersion%-win-x64.exe