Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Oct 7, 2024
1 parent 951c281 commit 81e4c8c
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 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 @@ -8,9 +8,9 @@
<UseWPF>false</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<LangVersion>12.0</LangVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<FileVersion>2.1.0.0</FileVersion>
<Version>$(VersionPrefix)2.1.0.0</Version>
<AssemblyVersion>2.1.1.0</AssemblyVersion>
<FileVersion>2.1.1.0</FileVersion>
<Version>$(VersionPrefix)2.1.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 @@ -7,9 +7,9 @@
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<LangVersion>12.0</LangVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<FileVersion>2.1.0.0</FileVersion>
<Version>$(VersionPrefix)2.1.0.0</Version>
<AssemblyVersion>2.1.1.0</AssemblyVersion>
<FileVersion>2.1.1.0</FileVersion>
<Version>$(VersionPrefix)2.1.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>12.0</LangVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<FileVersion>2.1.0.0</FileVersion>
<Version>$(VersionPrefix)2.1.0.0</Version>
<AssemblyVersion>2.1.1.0</AssemblyVersion>
<FileVersion>2.1.1.0</FileVersion>
<Version>$(VersionPrefix)2.1.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>12.0</LangVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<FileVersion>2.1.0.0</FileVersion>
<Version>$(VersionPrefix)2.1.0.0</Version>
<AssemblyVersion>2.1.1.0</AssemblyVersion>
<FileVersion>2.1.1.0</FileVersion>
<Version>$(VersionPrefix)2.1.1.0</Version>
<ApplicationIcon>Resources\Images\Favicon.ico</ApplicationIcon>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions build/MicaSetup.Tools/MakeMui/MakeMui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<LangVersion>12.0</LangVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<FileVersion>2.1.0.0</FileVersion>
<Version>$(VersionPrefix)2.1.0.0</Version>
<AssemblyVersion>2.1.1.0</AssemblyVersion>
<FileVersion>2.1.1.0</FileVersion>
<Version>$(VersionPrefix)2.1.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 @@ -5,5 +5,5 @@ namespace MicaSetup;
[Description("Internal mark for setup and uninst")]
internal static class MicaInfo
{
public const string Version = "2.1.0.0";
public const string Version = "2.1.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.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyVersion("2.1.1.0")]
[assembly: AssemblyFileVersion("2.1.1.0")]
[assembly: RequestExecutionLevel("admin")]

namespace MicaSetup;
Expand Down Expand Up @@ -58,7 +58,7 @@ internal static void Main()
option.ExeName = "MicaApp.exe";
option.DisplayName = $"{option.AppName}";
option.DisplayIcon = $"{option.ExeName}";
option.DisplayVersion = "2.1.0.0";
option.DisplayVersion = "2.1.1.0";
option.Publisher = "Lemutec";
option.SetupName = $"{option.AppName} {Mui("Setup")}";
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 @@ -13,8 +13,8 @@
[assembly: AssemblyDescription("MicaApp Uninst")]
[assembly: AssemblyCompany("Lemutec")]
[assembly: AssemblyCopyright("Under MIT License. Copyright (c) Lemutec Contributors.")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyVersion("2.1.1.0")]
[assembly: AssemblyFileVersion("2.1.1.0")]
[assembly: RequestExecutionLevel("admin")]

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

0 comments on commit 81e4c8c

Please sign in to comment.