Skip to content

Commit ffe16e9

Browse files
committed
Update language files
1 parent 24a7a83 commit ffe16e9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ To translate UniGetUI to other languages or to update an old translation, please
169169
| <img src='https://flagcdn.com/cn.svg' width=20> &nbsp; Simplified Chinese (China) | 100% | Aaron Liu, adfnekc, [Ardenet](https://github.com/Ardenet), [arthurfsy2](https://github.com/arthurfsy2), [bai0012](https://github.com/bai0012), BUGP Association, ciaran, CnYeSheng, Cololi, [dongfengweixiao](https://github.com/dongfengweixiao), [enKl03B](https://github.com/enKl03B), [seanyu0](https://github.com/seanyu0), [Sigechaishijie](https://github.com/Sigechaishijie), [SpaceTimee](https://github.com/SpaceTimee), Yisme |
170170
| <img src='https://flagcdn.com/tw.svg' width=20> &nbsp; Traditional Chinese (Taiwan) | 100% | Aaron Liu, CnYeSheng, Cololi, [enKl03B](https://github.com/enKl03B), [Henryliu880922](https://github.com/Henryliu880922), [StarsShine11904](https://github.com/StarsShine11904), [yrctw](https://github.com/yrctw) |
171171

172-
Last updated: Thu Feb 6 00:13:32 2025
172+
Last updated: Thu Feb 6 13:27:30 2025
173173
<!-- END Autogenerated translations -->
174174

175175

UniGetUI.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.1.6-beta4"
4+
#define MyAppVersion "3.1.6"
55
#define MyAppName "UniGetUI"
66
#define MyAppPublisher "Martí Climent"
77
#define MyAppURL "https://github.com/marticliment/UniGetUI"
@@ -14,7 +14,7 @@
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"
1818
AppId={{889610CC-4337-4BDB-AC3B-4F21806C0BDE}
1919
AppName={#MyAppName}
2020
AppVersion={#MyAppVersion}

scripts/BuildNumber

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
79
1+
80

src/SharedAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
[assembly: AssemblyCopyright("2025, Martí Climent")]
99
[assembly: AssemblyVersion("3.1.6.0")]
1010
[assembly: AssemblyFileVersion("3.1.6.0")]
11-
[assembly: AssemblyInformationalVersion("3.1.6-beta4")]
11+
[assembly: AssemblyInformationalVersion("3.1.6")]
1212
[assembly: SupportedOSPlatform("windows10.0.19041")]

src/UniGetUI.Core.Data/CoreData.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ public static class CoreData
1010
{
1111
private static int? __code_page;
1212
public static int CODE_PAGE { get => __code_page ??= GetCodePage(); }
13-
public const string VersionName = "3.1.6-beta4"; // Do not modify this line, use file scripts/apply_versions.py
14-
public const int BuildNumber = 79; // Do not modify this line, use file scripts/apply_versions.py
13+
public const string VersionName = "3.1.6"; // Do not modify this line, use file scripts/apply_versions.py
14+
public const int BuildNumber = 80; // Do not modify this line, use file scripts/apply_versions.py
1515

1616
public const string UserAgentString = $"UniGetUI/{VersionName} (https://marticliment.com/unigetui/; contact@marticliment.com)";
1717

0 commit comments

Comments
 (0)