Skip to content

Commit bb7dbf0

Browse files
committed
Update build files
1 parent e4fa06f commit bb7dbf0

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,11 @@ To translate UniGetUI to other languages or to update an old translation, please
157157
| <img src='https://flagcdn.com/tr.svg' width=20> &nbsp; Turkish - Türkçe | 99% | [ahmetozmtn](https://github.com/ahmetozmtn), [dogancanyr](https://github.com/dogancanyr), [gokberkgs](https://github.com/gokberkgs) |
158158
| <img src='https://flagcdn.com/ua.svg' width=20> &nbsp; Ukrainian - Yкраї́нська | 56% | Artem Moldovanenko, Operator404 |
159159
| <img src='https://flagcdn.com/ur.svg' width=20> &nbsp; Urdu - اردو | 71% | [digitio](https://github.com/digitio), [digitpk](https://github.com/digitpk) |
160-
| <img src='https://flagcdn.com/vn.svg' width=20> &nbsp; Vietnamese - Tiếng Việt | 95% | [legendsjoon](https://github.com/legendsjoon), [txavlog](https://github.com/txavlog) |
160+
| <img src='https://flagcdn.com/vn.svg' width=20> &nbsp; Vietnamese - Tiếng Việt | 99% | [legendsjoon](https://github.com/legendsjoon), [txavlog](https://github.com/txavlog) |
161161
| <img src='https://flagcdn.com/cn.svg' width=20> &nbsp; Simplified Chinese (China) | 100% | Aaron Liu, adfnekc, [arthurfsy2](https://github.com/arthurfsy2), [bai0012](https://github.com/bai0012), BUGP Association, ciaran, CnYeSheng, Cololi, [FloatStream](https://github.com/FloatStream), [SpaceTimee](https://github.com/SpaceTimee), Yisme |
162162
| <img src='https://flagcdn.com/tw.svg' width=20> &nbsp; Traditional Chinese (Taiwan) | 95% | Aaron Liu, CnYeSheng, Cololi, [Henryliu880922](https://github.com/Henryliu880922), [yrctw](https://github.com/yrctw) |
163163

164-
Last updated: Mon Jul 22 00:12:24 2024
164+
Last updated: Tue Jul 23 00:39:07 2024
165165
<!-- END Autogenerated translations -->
166166

167167

UniGetUI.iss

Lines changed: 1 addition & 1 deletion
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.1-beta2"
4+
#define MyAppVersion "3.1.1-beta3"
55
#define MyAppName "UniGetUI (formerly WingetUI)"
66
#define MyAppPublisher "Martí Climent"
77
#define MyAppURL "https://github.com/marticliment/UniGetUI"

scripts/apply_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def fileReplaceLinesWith(filename: str, list: dict[str, str], encoding="utf-8"):
4242
# Your replacement dictionary here
4343
}, encoding="utf-8-sig")
4444

45-
fileReplaceLinesWith("WingetUI.iss", {
45+
fileReplaceLinesWith("UniGetUI.iss", {
4646
"#define MyAppVersion": f" \"{versionName}\"\n",
4747
"VersionInfoVersion=": f"{versionISS}\n",
4848
}, encoding="utf-8-sig")

src/SharedAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
[assembly: AssemblyCopyright("2024, Martí Climent")]
66
[assembly: AssemblyVersion("3.1.1.0")]
77
[assembly: AssemblyFileVersion("3.1.1.0")]
8-
[assembly: AssemblyInformationalVersion("3.1.1-beta2")]
8+
[assembly: AssemblyInformationalVersion("3.1.1-beta3")]
99
[assembly: SupportedOSPlatform("windows10.0.19041")]

src/UniGetUI.Core.Data/CoreData.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Diagnostics;
1+
using System.Diagnostics;
22
using System.Net;
33
using UniGetUI.Core.Logging;
44

@@ -34,8 +34,8 @@ private static int GetCodePage()
3434
}
3535
}
3636

37-
public const string VersionName = "3.1.1-beta2"; // Do not modify this line, use file scripts/apply_versions.py
38-
public const double VersionNumber = 3.1092; // Do not modify this line, use file scripts/apply_versions.py
37+
public const string VersionName = "3.1.1-beta3"; // Do not modify this line, use file scripts/apply_versions.py
38+
public const double VersionNumber = 3.1093; // Do not modify this line, use file scripts/apply_versions.py
3939

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

src/UniGetUI/UniGetUI.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@
269269
<ProjectReference Include="..\UniGetUI.PackageEngine.PackageManagerClasses\UniGetUI.PackageEngine.Classes.csproj" />
270270
</ItemGroup>
271271
<ItemGroup>
272+
<Content Update="Assets\Symbols\Font\fonts\UniGetUI-Symbols.ttf">
273+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
274+
</Content>
272275
<Content Update="Assets\Utilities\delete_winget_databases.ps1">
273276
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
274277
</Content>

0 commit comments

Comments
 (0)