File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11; Script generated by the Inno Setup Script Wizard.
22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
4- #define MyAppVersion " 3.2.0-beta4 "
4+ #define MyAppVersion " 3.2.0"
55#define MyAppName " UniGetUI"
66#define MyAppPublisher " Martí Climent"
77#define MyAppURL " https://github.com/marticliment/UniGetUI"
1414[Setup]
1515; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
1616; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
17- UninstallDisplayName = " UniGetUI (PreRelease) "
17+ UninstallDisplayName = " UniGetUI"
1818AppId = {{889610CC-4337 -4BDB-AC3B-4F21806C0BDE}
1919AppName = {#MyAppName }
2020AppVersion = {#MyAppVersion}
Original file line number Diff line number Diff line change 1- 89
1+ 90
Original file line number Diff line number Diff line change 55 <TargetPlatformMinVersion >10.0.19041.0</TargetPlatformMinVersion >
66 <!-- IF BUILD FAILS DUE TO MISSING Microsoft.Management.Deployment NAMESPACE,
77 TOGGLE THE LAST NUMBER OF THE LINE BELOW 1 UNIT UP OR DOWN, AND REBUILD-->
8- <!-- WindowsSdkPackageVersion>10.0.26100.57</WindowsSdkPackageVersion-- >
8+ <WindowsSdkPackageVersion >10.0.26100.57</WindowsSdkPackageVersion >
99
1010 <SdkVersion >8.0.407</SdkVersion >
1111 <Authors >Martí Climent and the contributors</Authors >
Original file line number Diff line number Diff line change 88[ assembly: AssemblyCopyright ( "2025, Martí Climent" ) ]
99[ assembly: AssemblyVersion ( "3.2.0.0" ) ]
1010[ assembly: AssemblyFileVersion ( "3.2.0.0" ) ]
11- [ assembly: AssemblyInformationalVersion ( "3.2.0-beta4 " ) ]
11+ [ assembly: AssemblyInformationalVersion ( "3.2.0" ) ]
1212[ assembly: SupportedOSPlatform ( "windows10.0.19041" ) ]
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ public static class CoreData
99 {
1010 private static int ? __code_page ;
1111 public static int CODE_PAGE { get => __code_page ??= GetCodePage ( ) ; }
12- public const string VersionName = "3.2.0-beta4 " ; // Do not modify this line, use file scripts/apply_versions.py
13- public const int BuildNumber = 89 ; // Do not modify this line, use file scripts/apply_versions.py
12+ public const string VersionName = "3.2.0" ; // Do not modify this line, use file scripts/apply_versions.py
13+ public const int BuildNumber = 90 ; // Do not modify this line, use file scripts/apply_versions.py
1414
1515 public const string UserAgentString = $ "UniGetUI/{ VersionName } (https://marticliment.com/unigetui/; contact@marticliment.com)";
1616
You can’t perform that action at this time.
0 commit comments