use %ProgramVer% for new .net9 urls

This commit is contained in:
Homes32
2025-03-03 21:57:52 -06:00
parent bf4c079bb3
commit ade6d8b815

View File

@@ -34,16 +34,16 @@ Description=(v9.0.2) .NET 9 is a cross-platform software development framework f
Selected=False
Level=4
Author=Homes32
Version=1.0.1.0
Date=2025-02-11
Version=1.0.2.0
Date=2025-03-03
Mandatory=False
[Variables]
%ProgramTitle%=".NET 9 Desktop Runtime"
%ProgramFolder%="dotnet"
%ProgramVersion%="9.0.2"
%DownloadURLx86%=https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.2/windowsdesktop-runtime-9.0.2-win-x86.exe
%DownloadURLx64%=https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.2/windowsdesktop-runtime-9.0.2-win-x64.exe
%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
[Process]
Echo,"Processing %ScriptTitle%..."