From 5303f276be26bbd6dd0fea352f2d50768650f0c4 Mon Sep 17 00:00:00 2001 From: ema Date: Sun, 1 Dec 2024 04:12:48 +0800 Subject: [PATCH] bump version --- build/MicaSetup.Tools/MakeIcon.Cli/MakeIcon.Cli.csproj | 6 +++--- build/MicaSetup.Tools/MakeIcon/MakeIcon.csproj | 6 +++--- build/MicaSetup.Tools/MakeMica.Cli/MakeMica.Cli.csproj | 6 +++--- build/MicaSetup.Tools/MakeMica/MakeMica.csproj | 6 +++--- build/MicaSetup/MicaInfo.cs | 2 +- build/MicaSetup/Program.cs | 6 +++--- build/MicaSetup/Program.un.cs | 6 +++--- build/micasetup.json | 1 + src/MicaApp/MicaApp.csproj | 6 +++--- 9 files changed, 23 insertions(+), 22 deletions(-) diff --git a/build/MicaSetup.Tools/MakeIcon.Cli/MakeIcon.Cli.csproj b/build/MicaSetup.Tools/MakeIcon.Cli/MakeIcon.Cli.csproj index 34b55f2..a75234c 100644 --- a/build/MicaSetup.Tools/MakeIcon.Cli/MakeIcon.Cli.csproj +++ b/build/MicaSetup.Tools/MakeIcon.Cli/MakeIcon.Cli.csproj @@ -9,9 +9,9 @@ true latest True - 2.3.0.0 - 2.3.0.0 - $(VersionPrefix)2.3.0.0 + 2.3.1.0 + 2.3.1.0 + $(VersionPrefix)2.3.1.0 false diff --git a/build/MicaSetup.Tools/MakeIcon/MakeIcon.csproj b/build/MicaSetup.Tools/MakeIcon/MakeIcon.csproj index e376b52..b2b2888 100644 --- a/build/MicaSetup.Tools/MakeIcon/MakeIcon.csproj +++ b/build/MicaSetup.Tools/MakeIcon/MakeIcon.csproj @@ -8,9 +8,9 @@ true latest True - 2.3.0.0 - 2.3.0.0 - $(VersionPrefix)2.3.0.0 + 2.3.1.0 + 2.3.1.0 + $(VersionPrefix)2.3.1.0 Resources\Images\Favicon.ico false diff --git a/build/MicaSetup.Tools/MakeMica.Cli/MakeMica.Cli.csproj b/build/MicaSetup.Tools/MakeMica.Cli/MakeMica.Cli.csproj index e74604f..6e892ab 100644 --- a/build/MicaSetup.Tools/MakeMica.Cli/MakeMica.Cli.csproj +++ b/build/MicaSetup.Tools/MakeMica.Cli/MakeMica.Cli.csproj @@ -6,9 +6,9 @@ enable enable latest - 2.3.0.0 - 2.3.0.0 - $(VersionPrefix)2.3.0.0 + 2.3.1.0 + 2.3.1.0 + $(VersionPrefix)2.3.1.0 false diff --git a/build/MicaSetup.Tools/MakeMica/MakeMica.csproj b/build/MicaSetup.Tools/MakeMica/MakeMica.csproj index 66d05ca..cb7ccb8 100644 --- a/build/MicaSetup.Tools/MakeMica/MakeMica.csproj +++ b/build/MicaSetup.Tools/MakeMica/MakeMica.csproj @@ -7,9 +7,9 @@ true true latest - 2.3.0.0 - 2.3.0.0 - $(VersionPrefix)2.3.0.0 + 2.3.1.0 + 2.3.1.0 + $(VersionPrefix)2.3.1.0 Resources\Images\Favicon.ico false diff --git a/build/MicaSetup/MicaInfo.cs b/build/MicaSetup/MicaInfo.cs index b1c03cc..1fc2e95 100644 --- a/build/MicaSetup/MicaInfo.cs +++ b/build/MicaSetup/MicaInfo.cs @@ -7,5 +7,5 @@ namespace MicaSetup; /// internal static class MicaInfo { - public const string Version = "2.3.0.0"; + public const string Version = "2.3.1.0"; } diff --git a/build/MicaSetup/Program.cs b/build/MicaSetup/Program.cs index a546d77..f01754e 100644 --- a/build/MicaSetup/Program.cs +++ b/build/MicaSetup/Program.cs @@ -13,8 +13,8 @@ [assembly: AssemblyDescription("MicaApp Setup")] [assembly: AssemblyCompany("Lemutec")] [assembly: AssemblyCopyright("Under MIT License. Copyright (c) Lemutec Contributors.")] -[assembly: AssemblyVersion("2.3.0.0")] -[assembly: AssemblyFileVersion("2.3.0.0")] +[assembly: AssemblyVersion("2.3.1.0")] +[assembly: AssemblyFileVersion("2.3.1.0")] [assembly: RequestExecutionLevel("admin")] namespace MicaSetup; @@ -59,7 +59,7 @@ internal static void Main() option.ExeName = "MicaApp.exe"; option.DisplayName = $"{option.AppName}"; option.DisplayIcon = $"{option.ExeName}"; - option.DisplayVersion = "2.3.0.0"; + option.DisplayVersion = "2.3.1.0"; option.Publisher = "Lemutec"; option.SetupName = $"{option.AppName} {"Setup".Tr()}"; option.MessageOfPage1 = $"{option.AppName}"; diff --git a/build/MicaSetup/Program.un.cs b/build/MicaSetup/Program.un.cs index b97cba5..30b0f64 100644 --- a/build/MicaSetup/Program.un.cs +++ b/build/MicaSetup/Program.un.cs @@ -14,8 +14,8 @@ [assembly: AssemblyDescription("MicaApp Uninst")] [assembly: AssemblyCompany("Lemutec")] [assembly: AssemblyCopyright("Under MIT License. Copyright (c) Lemutec Contributors.")] -[assembly: AssemblyVersion("2.3.0.0")] -[assembly: AssemblyFileVersion("2.3.0.0")] +[assembly: AssemblyVersion("2.3.1.0")] +[assembly: AssemblyFileVersion("2.3.1.0")] [assembly: RequestExecutionLevel("admin")] namespace MicaSetup; @@ -51,7 +51,7 @@ internal static void Main() option.ExeName = "MicaApp.exe"; option.DisplayName = $"{option.AppName}"; option.DisplayIcon = $"{option.ExeName}"; - option.DisplayVersion = "2.3.0.0"; + option.DisplayVersion = "2.3.1.0"; option.Publisher = "Lemutec"; option.SetupName = $"{option.AppName} {"UninstallProgram".Tr()}"; option.MessageOfPage1 = $"{option.AppName}"; diff --git a/build/micasetup.json b/build/micasetup.json index 4f385c2..72c0c32 100644 --- a/build/micasetup.json +++ b/build/micasetup.json @@ -34,6 +34,7 @@ "IsRefreshExplorer": true, "IsInstallCertificate": false, "IsEnableUninstallDelayUntilReboot": true, + "IsEnvironmentVariable": true, "OverlayInstallRemoveExt": "exe,dll,pdb,7z", "UnpackingPassword": null, "MessageOfPage1": null, diff --git a/src/MicaApp/MicaApp.csproj b/src/MicaApp/MicaApp.csproj index fc89336..f7a5938 100644 --- a/src/MicaApp/MicaApp.csproj +++ b/src/MicaApp/MicaApp.csproj @@ -8,9 +8,9 @@ false false latest - 2.3.0.0 - 2.3.0.0 - $(VersionPrefix)2.3.0.0 + 2.3.1.0 + 2.3.1.0 + $(VersionPrefix)2.3.1.0 Lemutec Lemutec AnyCPU;x64