Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Jan 7, 2025
1 parent 6d3e2bc commit 8694a9f
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions build/MicaSetup.Tools/FetchVer/FetchVer.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.3.0</AssemblyVersion>
<FileVersion>2.3.3.0</FileVersion>
<Version>$(VersionPrefix)2.3.3.0</Version>
<AssemblyVersion>2.3.4.0</AssemblyVersion>
<FileVersion>2.3.4.0</FileVersion>
<Version>$(VersionPrefix)2.3.4.0</Version>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions build/MicaSetup.Tools/MICA/MICA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net472</TargetFramework>
<LangVersion>latest</LangVersion>
<AssemblyVersion>2.3.3.0</AssemblyVersion>
<FileVersion>2.3.3.0</FileVersion>
<Version>$(VersionPrefix)2.3.3.0</Version>
<AssemblyVersion>2.3.4.0</AssemblyVersion>
<FileVersion>2.3.4.0</FileVersion>
<Version>$(VersionPrefix)2.3.4.0</Version>
<ApplicationIcon>Resources\Images\Favicon.ico</ApplicationIcon>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
Expand Down
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.3.0</AssemblyVersion>
<FileVersion>2.3.3.0</FileVersion>
<Version>$(VersionPrefix)2.3.3.0</Version>
<AssemblyVersion>2.3.4.0</AssemblyVersion>
<FileVersion>2.3.4.0</FileVersion>
<Version>$(VersionPrefix)2.3.4.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.3.0</AssemblyVersion>
<FileVersion>2.3.3.0</FileVersion>
<Version>$(VersionPrefix)2.3.3.0</Version>
<AssemblyVersion>2.3.4.0</AssemblyVersion>
<FileVersion>2.3.4.0</FileVersion>
<Version>$(VersionPrefix)2.3.4.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.3.0</AssemblyVersion>
<FileVersion>2.3.3.0</FileVersion>
<Version>$(VersionPrefix)2.3.3.0</Version>
<AssemblyVersion>2.3.4.0</AssemblyVersion>
<FileVersion>2.3.4.0</FileVersion>
<Version>$(VersionPrefix)2.3.4.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.3.0</AssemblyVersion>
<FileVersion>2.3.3.0</FileVersion>
<Version>$(VersionPrefix)2.3.3.0</Version>
<AssemblyVersion>2.3.4.0</AssemblyVersion>
<FileVersion>2.3.4.0</FileVersion>
<Version>$(VersionPrefix)2.3.4.0</Version>
<ApplicationIcon>Resources\Images\Favicon.ico</ApplicationIcon>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions build/MicaSetup.Tools/PEImage/PEParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<AssemblyVersion>2.3.3.0</AssemblyVersion>
<FileVersion>2.3.3.0</FileVersion>
<Version>$(VersionPrefix)2.3.3.0</Version>
<AssemblyVersion>2.3.4.0</AssemblyVersion>
<FileVersion>2.3.4.0</FileVersion>
<Version>$(VersionPrefix)2.3.4.0</Version>
<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.3.0";
public const string Version = "2.3.4.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.3.0")]
[assembly: AssemblyFileVersion("2.3.3.0")]
[assembly: AssemblyVersion("2.3.4.0")]
[assembly: AssemblyFileVersion("2.3.4.0")]
[assembly: RequestExecutionLevel("admin")]

namespace MicaSetup;
Expand Down Expand Up @@ -60,7 +60,7 @@ internal static void Main()
option.ExeName = "MicaApp.exe";
option.DisplayName = $"{option.AppName}";
option.DisplayIcon = $"{option.ExeName}";
option.DisplayVersion = "2.3.3.0";
option.DisplayVersion = "2.3.4.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.3.0")]
[assembly: AssemblyFileVersion("2.3.3.0")]
[assembly: AssemblyVersion("2.3.4.0")]
[assembly: AssemblyFileVersion("2.3.4.0")]
[assembly: RequestExecutionLevel("admin")]

namespace MicaSetup;
Expand Down Expand Up @@ -52,7 +52,7 @@ internal static void Main()
option.ExeName = "MicaApp.exe";
option.DisplayName = $"{option.AppName}";
option.DisplayIcon = $"{option.ExeName}";
option.DisplayVersion = "2.3.3.0";
option.DisplayVersion = "2.3.4.0";
option.Publisher = "Lemutec";
option.SetupName = $"{option.AppName} {"UninstallProgram".Tr()}";
option.MessageOfPage1 = $"{option.AppName}";
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.3.0</AssemblyVersion>
<FileVersion>2.3.3.0</FileVersion>
<Version>$(VersionPrefix)2.3.3.0</Version>
<AssemblyVersion>2.3.4.0</AssemblyVersion>
<FileVersion>2.3.4.0</FileVersion>
<Version>$(VersionPrefix)2.3.4.0</Version>
<Authors>Lemutec</Authors>
<Company>Lemutec</Company>
<Platforms>AnyCPU;x64</Platforms>
Expand Down

0 comments on commit 8694a9f

Please sign in to comment.