File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed 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.1-beta5 "
4+ #define MyAppVersion " 3.3.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}
@@ -23,7 +23,7 @@ AppPublisher={#MyAppPublisher}
2323AppPublisherURL = " https://www.marticliment.com/unigetui/"
2424AppSupportURL = {#MyAppURL}
2525AppUpdatesURL = {#MyAppURL}
26- VersionInfoVersion = 3.2 . 1 .0
26+ VersionInfoVersion = 3.3 . 0 .0
2727DefaultDirName = " {autopf64}\UniGetUI"
2828DisableProgramGroupPage = yes
2929DisableDirPage = no
Original file line number Diff line number Diff line change 1- 95
1+ 96
Original file line number Diff line number Diff line change 66[ assembly: AssemblyTitle ( "UniGetUI" ) ]
77[ assembly: AssemblyDefaultAlias ( "UniGetUI" ) ]
88[ assembly: AssemblyCopyright ( "2025, Martí Climent" ) ]
9- [ assembly: AssemblyVersion ( "3.2.1 .0" ) ]
10- [ assembly: AssemblyFileVersion ( "3.2.1 .0" ) ]
11- [ assembly: AssemblyInformationalVersion ( "3.2.1-beta5 " ) ]
9+ [ assembly: AssemblyVersion ( "3.3.0 .0" ) ]
10+ [ assembly: AssemblyFileVersion ( "3.3.0 .0" ) ]
11+ [ assembly: AssemblyInformationalVersion ( "3.3.0 " ) ]
1212[ assembly: SupportedOSPlatform ( "windows10.0.19041" ) ]
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ public static class CoreData
77 {
88 private static int ? __code_page ;
99 public static int CODE_PAGE { get => __code_page ??= GetCodePage ( ) ; }
10- public const string VersionName = "3.2.1-beta5 " ; // Do not modify this line, use file scripts/apply_versions.py
11- public const int BuildNumber = 95 ; // Do not modify this line, use file scripts/apply_versions.py
10+ public const string VersionName = "3.3.0 " ; // Do not modify this line, use file scripts/apply_versions.py
11+ public const int BuildNumber = 96 ; // Do not modify this line, use file scripts/apply_versions.py
1212
1313 public const string UserAgentString = $ "UniGetUI/{ VersionName } (https://marticliment.com/unigetui/; [email protected] )"; 1414
Original file line number Diff line number Diff line change 22<assembly manifestVersion =" 1.0" xmlns =" urn:schemas-microsoft-com:asm.v1" >
33 <assemblyIdentity
44 type =" win32"
5- version = " 3.2.1 .0"
5+ version = " 3.3.0 .0"
66 name =" UniGetUI"
77 />
88
You can’t perform that action at this time.
0 commit comments