Skip to content

Commit 3863481

Browse files
committed
Update build files
1 parent c18c2cd commit 3863481

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ To translate UniGetUI to other languages or to update an old translation, please
135135
| <img src='https://flagcdn.com/hu.svg' width=20> &nbsp; Hungarian - Magyar | 95% | [gidano](https://github.com/gidano) |
136136
| <img src='https://flagcdn.com/it.svg' width=20> &nbsp; Italian - Italiano | 95% | David Senoner, [giacobot](https://github.com/giacobot), [maicol07](https://github.com/maicol07), [mapi68](https://github.com/mapi68), [mrfranza](https://github.com/mrfranza), Rosario Di Mauro |
137137
| <img src='https://flagcdn.com/id.svg' width=20> &nbsp; Indonesian - Bahasa Indonesia | 72% | [arthackrc](https://github.com/arthackrc), [joenior](https://github.com/joenior) |
138-
| <img src='https://flagcdn.com/jp.svg' width=20> &nbsp; Japanese - 日本語 | 84% | [anmoti](https://github.com/anmoti), [nob-swik](https://github.com/nob-swik), Nobuhiro Shintaku, sho9029, [tacostea](https://github.com/tacostea), Yuki Takase |
138+
| <img src='https://flagcdn.com/jp.svg' width=20> &nbsp; Japanese - 日本語 | 86% | [anmoti](https://github.com/anmoti), [nob-swik](https://github.com/nob-swik), Nobuhiro Shintaku, sho9029, [tacostea](https://github.com/tacostea), Yuki Takase |
139139
| <img src='https://flagcdn.com/in.svg' width=20> &nbsp; Kannada - ಕನ್ನಡ | 12% | [skanda890](https://github.com/skanda890) |
140140
| <img src='https://flagcdn.com/kr.svg' width=20> &nbsp; Korean - 한국어 | 73% | [minbert](https://github.com/minbert), [shblue21](https://github.com/shblue21), [VenusGirl](https://github.com/VenusGirl) |
141141
| <img src='https://flagcdn.com/lt.svg' width=20> &nbsp; Lithuanian - Lietuvių | 95% | [dziugas1959](https://github.com/dziugas1959), Džiugas Januševičius, [martyn3z](https://github.com/martyn3z) |
@@ -164,7 +164,7 @@ To translate UniGetUI to other languages or to update an old translation, please
164164
| <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 |
165165
| <img src='https://flagcdn.com/tw.svg' width=20> &nbsp; Traditional Chinese (Taiwan) | 95% | Aaron Liu, CnYeSheng, Cololi, [enKl03B](https://github.com/enKl03B), [Henryliu880922](https://github.com/Henryliu880922), [yrctw](https://github.com/yrctw) |
166166

167-
Last updated: Sat Dec 21 10:58:40 2024
167+
Last updated: Sat Dec 21 12:13:06 2024
168168
<!-- END Autogenerated translations -->
169169

170170

UniGetUI.iss

+2-2
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.4"
4+
#define MyAppVersion "3.1.5"
55
#define MyAppName "UniGetUI"
66
#define MyAppPublisher "Martí Climent"
77
#define MyAppURL "https://github.com/marticliment/UniGetUI"
@@ -23,7 +23,7 @@ AppPublisher={#MyAppPublisher}
2323
AppPublisherURL="https://www.marticliment.com/unigetui/"
2424
AppSupportURL={#MyAppURL}
2525
AppUpdatesURL={#MyAppURL}
26-
VersionInfoVersion=3.1.4.0
26+
VersionInfoVersion=3.1.5.0
2727
DefaultDirName="{autopf64}\UniGetUI"
2828
DisableProgramGroupPage=yes
2929
DisableDirPage=no

scripts/BuildNumber

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
73
1+
74

src/SharedAssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[assembly: AssemblyTitle("UniGetUI")]
77
[assembly: AssemblyDefaultAlias("UniGetUI")]
88
[assembly: AssemblyCopyright("2024, Martí Climent")]
9-
[assembly: AssemblyVersion("3.1.4.0")]
10-
[assembly: AssemblyFileVersion("3.1.4.0")]
11-
[assembly: AssemblyInformationalVersion("3.1.4")]
9+
[assembly: AssemblyVersion("3.1.5.0")]
10+
[assembly: AssemblyFileVersion("3.1.5.0")]
11+
[assembly: AssemblyInformationalVersion("3.1.5")]
1212
[assembly: SupportedOSPlatform("windows10.0.19041")]

src/UniGetUI.Core.Data/CoreData.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ private static int GetCodePage()
4646
}
4747
}
4848

49-
public const string VersionName = "3.1.4"; // Do not modify this line, use file scripts/apply_versions.py
50-
public const int BuildNumber = 73; // Do not modify this line, use file scripts/apply_versions.py
49+
public const string VersionName = "3.1.5"; // Do not modify this line, use file scripts/apply_versions.py
50+
public const int BuildNumber = 74; // Do not modify this line, use file scripts/apply_versions.py
5151

5252
public const string UserAgentString = $"UniGetUI/{VersionName} (https://marticliment.com/unigetui/; [email protected])";
5353

src/UniGetUI/app.manifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
33
<assemblyIdentity
44
type="win32"
5-
version= "3.1.4.0"
5+
version= "3.1.5.0"
66
name="UniGetUI"
77
/>
88

0 commit comments

Comments
 (0)