Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Nov 30, 2024
1 parent 8018075 commit 5303f27
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 22 deletions.
6 changes: 3 additions & 3 deletions build/MicaSetup.Tools/MakeIcon.Cli/MakeIcon.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<UseWindowsForms>true</UseWindowsForms>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<AssemblyVersion>2.3.0.0</AssemblyVersion>
<FileVersion>2.3.0.0</FileVersion>
<Version>$(VersionPrefix)2.3.0.0</Version>
<AssemblyVersion>2.3.1.0</AssemblyVersion>
<FileVersion>2.3.1.0</FileVersion>
<Version>$(VersionPrefix)2.3.1.0</Version>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions build/MicaSetup.Tools/MakeIcon/MakeIcon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<UseWindowsForms>true</UseWindowsForms>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<AssemblyVersion>2.3.0.0</AssemblyVersion>
<FileVersion>2.3.0.0</FileVersion>
<Version>$(VersionPrefix)2.3.0.0</Version>
<AssemblyVersion>2.3.1.0</AssemblyVersion>
<FileVersion>2.3.1.0</FileVersion>
<Version>$(VersionPrefix)2.3.1.0</Version>
<ApplicationIcon>Resources\Images\Favicon.ico</ApplicationIcon>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions build/MicaSetup.Tools/MakeMica.Cli/MakeMica.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<AssemblyVersion>2.3.0.0</AssemblyVersion>
<FileVersion>2.3.0.0</FileVersion>
<Version>$(VersionPrefix)2.3.0.0</Version>
<AssemblyVersion>2.3.1.0</AssemblyVersion>
<FileVersion>2.3.1.0</FileVersion>
<Version>$(VersionPrefix)2.3.1.0</Version>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions build/MicaSetup.Tools/MakeMica/MakeMica.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<LangVersion>latest</LangVersion>
<AssemblyVersion>2.3.0.0</AssemblyVersion>
<FileVersion>2.3.0.0</FileVersion>
<Version>$(VersionPrefix)2.3.0.0</Version>
<AssemblyVersion>2.3.1.0</AssemblyVersion>
<FileVersion>2.3.1.0</FileVersion>
<Version>$(VersionPrefix)2.3.1.0</Version>
<ApplicationIcon>Resources\Images\Favicon.ico</ApplicationIcon>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion build/MicaSetup/MicaInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ namespace MicaSetup;
/// </summary>
internal static class MicaInfo
{
public const string Version = "2.3.0.0";
public const string Version = "2.3.1.0";
}
6 changes: 3 additions & 3 deletions build/MicaSetup/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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}";
Expand Down
6 changes: 3 additions & 3 deletions build/MicaSetup/Program.un.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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}";
Expand Down
1 change: 1 addition & 0 deletions build/micasetup.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"IsRefreshExplorer": true,
"IsInstallCertificate": false,
"IsEnableUninstallDelayUntilReboot": true,
"IsEnvironmentVariable": true,
"OverlayInstallRemoveExt": "exe,dll,pdb,7z",
"UnpackingPassword": null,
"MessageOfPage1": null,
Expand Down
6 changes: 3 additions & 3 deletions src/MicaApp/MicaApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<UseWindowsForms>false</UseWindowsForms>
<UseWinUI>false</UseWinUI>
<LangVersion>latest</LangVersion>
<AssemblyVersion>2.3.0.0</AssemblyVersion>
<FileVersion>2.3.0.0</FileVersion>
<Version>$(VersionPrefix)2.3.0.0</Version>
<AssemblyVersion>2.3.1.0</AssemblyVersion>
<FileVersion>2.3.1.0</FileVersion>
<Version>$(VersionPrefix)2.3.1.0</Version>
<Authors>Lemutec</Authors>
<Company>Lemutec</Company>
<Platforms>AnyCPU;x64</Platforms>
Expand Down

0 comments on commit 5303f27

Please sign in to comment.