diff --git a/README.md b/README.md index d5f0772d8..5cce36ad0 100644 --- a/README.md +++ b/README.md @@ -157,11 +157,11 @@ To translate UniGetUI to other languages or to update an old translation, please |   Turkish - Türkçe | 99% | [ahmetozmtn](https://github.com/ahmetozmtn), [dogancanyr](https://github.com/dogancanyr), [gokberkgs](https://github.com/gokberkgs) | |   Ukrainian - Yкраї́нська | 56% | Artem Moldovanenko, Operator404 | |   Urdu - اردو | 71% | [digitio](https://github.com/digitio), [digitpk](https://github.com/digitpk) | -|   Vietnamese - Tiếng Việt | 95% | [legendsjoon](https://github.com/legendsjoon), [txavlog](https://github.com/txavlog) | +|   Vietnamese - Tiếng Việt | 99% | [legendsjoon](https://github.com/legendsjoon), [txavlog](https://github.com/txavlog) | |   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 | |   Traditional Chinese (Taiwan) | 95% | Aaron Liu, CnYeSheng, Cololi, [Henryliu880922](https://github.com/Henryliu880922), [yrctw](https://github.com/yrctw) | -Last updated: Mon Jul 22 00:12:24 2024 +Last updated: Tue Jul 23 00:39:07 2024 diff --git a/UniGetUI.iss b/UniGetUI.iss index 28fb793d5..cb561eec7 100644 --- a/UniGetUI.iss +++ b/UniGetUI.iss @@ -1,7 +1,7 @@ ; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! -#define MyAppVersion "3.1.1-beta2" +#define MyAppVersion "3.1.1-beta3" #define MyAppName "UniGetUI (formerly WingetUI)" #define MyAppPublisher "Martí Climent" #define MyAppURL "https://github.com/marticliment/UniGetUI" diff --git a/scripts/apply_versions.py b/scripts/apply_versions.py index 6abc93eef..dc9367a3b 100644 --- a/scripts/apply_versions.py +++ b/scripts/apply_versions.py @@ -42,7 +42,7 @@ def fileReplaceLinesWith(filename: str, list: dict[str, str], encoding="utf-8"): # Your replacement dictionary here }, encoding="utf-8-sig") - fileReplaceLinesWith("WingetUI.iss", { + fileReplaceLinesWith("UniGetUI.iss", { "#define MyAppVersion": f" \"{versionName}\"\n", "VersionInfoVersion=": f"{versionISS}\n", }, encoding="utf-8-sig") diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index fa6184443..078fa9989 100644 --- a/src/SharedAssemblyInfo.cs +++ b/src/SharedAssemblyInfo.cs @@ -5,5 +5,5 @@ [assembly: AssemblyCopyright("2024, Martí Climent")] [assembly: AssemblyVersion("3.1.1.0")] [assembly: AssemblyFileVersion("3.1.1.0")] -[assembly: AssemblyInformationalVersion("3.1.1-beta2")] +[assembly: AssemblyInformationalVersion("3.1.1-beta3")] [assembly: SupportedOSPlatform("windows10.0.19041")] diff --git a/src/UniGetUI.Core.Data/CoreData.cs b/src/UniGetUI.Core.Data/CoreData.cs index 168d3c3da..4cf08df2a 100644 --- a/src/UniGetUI.Core.Data/CoreData.cs +++ b/src/UniGetUI.Core.Data/CoreData.cs @@ -1,4 +1,4 @@ -using System.Diagnostics; +using System.Diagnostics; using System.Net; using UniGetUI.Core.Logging; @@ -34,8 +34,8 @@ private static int GetCodePage() } } - public const string VersionName = "3.1.1-beta2"; // Do not modify this line, use file scripts/apply_versions.py - public const double VersionNumber = 3.1092; // Do not modify this line, use file scripts/apply_versions.py + public const string VersionName = "3.1.1-beta3"; // Do not modify this line, use file scripts/apply_versions.py + public const double VersionNumber = 3.1093; // Do not modify this line, use file scripts/apply_versions.py public const string UserAgentString = $"UniGetUI/{VersionName} (https://marticliment.com/unigetui/; contact@marticliment.com)"; diff --git a/src/UniGetUI/UniGetUI.csproj b/src/UniGetUI/UniGetUI.csproj index 2672dd46e..825a44b03 100644 --- a/src/UniGetUI/UniGetUI.csproj +++ b/src/UniGetUI/UniGetUI.csproj @@ -269,6 +269,9 @@ + + Always + PreserveNewest