File tree Expand file tree Collapse file tree 8 files changed +22
-22
lines changed
Expand file tree Collapse file tree 8 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 99 <UseWindowsForms >true</UseWindowsForms >
1010 <LangVersion >latest</LangVersion >
1111 <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
12- <AssemblyVersion >2.3.1 .0</AssemblyVersion >
13- <FileVersion >2.3.1 .0</FileVersion >
14- <Version >$(VersionPrefix)2.3.1 .0</Version >
12+ <AssemblyVersion >2.3.2 .0</AssemblyVersion >
13+ <FileVersion >2.3.2 .0</FileVersion >
14+ <Version >$(VersionPrefix)2.3.2 .0</Version >
1515 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
1616 </PropertyGroup >
1717
Original file line number Diff line number Diff line change 88 <UseWindowsForms >true</UseWindowsForms >
99 <LangVersion >latest</LangVersion >
1010 <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
11- <AssemblyVersion >2.3.1 .0</AssemblyVersion >
12- <FileVersion >2.3.1 .0</FileVersion >
13- <Version >$(VersionPrefix)2.3.1 .0</Version >
11+ <AssemblyVersion >2.3.2 .0</AssemblyVersion >
12+ <FileVersion >2.3.2 .0</FileVersion >
13+ <Version >$(VersionPrefix)2.3.2 .0</Version >
1414 <ApplicationIcon >Resources\Images\Favicon.ico</ApplicationIcon >
1515 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
1616 </PropertyGroup >
Original file line number Diff line number Diff line change 66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 <LangVersion >latest</LangVersion >
9- <AssemblyVersion >2.3.1 .0</AssemblyVersion >
10- <FileVersion >2.3.1 .0</FileVersion >
11- <Version >$(VersionPrefix)2.3.1 .0</Version >
9+ <AssemblyVersion >2.3.2 .0</AssemblyVersion >
10+ <FileVersion >2.3.2 .0</FileVersion >
11+ <Version >$(VersionPrefix)2.3.2 .0</Version >
1212 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
1313 </PropertyGroup >
1414
Original file line number Diff line number Diff line change 77 <UseWPF >true</UseWPF >
88 <UseWindowsForms >true</UseWindowsForms >
99 <LangVersion >latest</LangVersion >
10- <AssemblyVersion >2.3.1 .0</AssemblyVersion >
11- <FileVersion >2.3.1 .0</FileVersion >
12- <Version >$(VersionPrefix)2.3.1 .0</Version >
10+ <AssemblyVersion >2.3.2 .0</AssemblyVersion >
11+ <FileVersion >2.3.2 .0</FileVersion >
12+ <Version >$(VersionPrefix)2.3.2 .0</Version >
1313 <ApplicationIcon >Resources\Images\Favicon.ico</ApplicationIcon >
1414 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
1515 </PropertyGroup >
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ namespace MicaSetup;
77/// </summary>
88internal static class MicaInfo
99{
10- public const string Version = "2.3.1 .0" ;
10+ public const string Version = "2.3.2 .0" ;
1111}
Original file line number Diff line number Diff line change 1313[ assembly: AssemblyDescription ( "MicaApp Setup" ) ]
1414[ assembly: AssemblyCompany ( "Lemutec" ) ]
1515[ assembly: AssemblyCopyright ( "Under MIT License. Copyright (c) Lemutec Contributors." ) ]
16- [ assembly: AssemblyVersion ( "2.3.1 .0" ) ]
17- [ assembly: AssemblyFileVersion ( "2.3.1 .0" ) ]
16+ [ assembly: AssemblyVersion ( "2.3.2 .0" ) ]
17+ [ assembly: AssemblyFileVersion ( "2.3.2 .0" ) ]
1818[ assembly: RequestExecutionLevel ( "admin" ) ]
1919
2020namespace MicaSetup ;
@@ -59,7 +59,7 @@ internal static void Main()
5959 option . ExeName = "MicaApp.exe" ;
6060 option . DisplayName = $ "{ option . AppName } ";
6161 option . DisplayIcon = $ "{ option . ExeName } ";
62- option . DisplayVersion = "2.3.1 .0" ;
62+ option . DisplayVersion = "2.3.2 .0" ;
6363 option . Publisher = "Lemutec" ;
6464 option . SetupName = $ "{ option . AppName } { "Setup" . Tr ( ) } ";
6565 option . MessageOfPage1 = $ "{ option . AppName } ";
Original file line number Diff line number Diff line change 1414[ assembly: AssemblyDescription ( "MicaApp Uninst" ) ]
1515[ assembly: AssemblyCompany ( "Lemutec" ) ]
1616[ assembly: AssemblyCopyright ( "Under MIT License. Copyright (c) Lemutec Contributors." ) ]
17- [ assembly: AssemblyVersion ( "2.3.1 .0" ) ]
18- [ assembly: AssemblyFileVersion ( "2.3.1 .0" ) ]
17+ [ assembly: AssemblyVersion ( "2.3.2 .0" ) ]
18+ [ assembly: AssemblyFileVersion ( "2.3.2 .0" ) ]
1919[ assembly: RequestExecutionLevel ( "admin" ) ]
2020
2121namespace MicaSetup ;
@@ -51,7 +51,7 @@ internal static void Main()
5151 option . ExeName = "MicaApp.exe" ;
5252 option . DisplayName = $ "{ option . AppName } ";
5353 option . DisplayIcon = $ "{ option . ExeName } ";
54- option . DisplayVersion = "2.3.1 .0" ;
54+ option . DisplayVersion = "2.3.2 .0" ;
5555 option . Publisher = "Lemutec" ;
5656 option . SetupName = $ "{ option . AppName } { "UninstallProgram" . Tr ( ) } ";
5757 option . MessageOfPage1 = $ "{ option . AppName } ";
Original file line number Diff line number Diff line change 88 <UseWindowsForms >false</UseWindowsForms >
99 <UseWinUI >false</UseWinUI >
1010 <LangVersion >latest</LangVersion >
11- <AssemblyVersion >2.3.1 .0</AssemblyVersion >
12- <FileVersion >2.3.1 .0</FileVersion >
13- <Version >$(VersionPrefix)2.3.1 .0</Version >
11+ <AssemblyVersion >2.3.2 .0</AssemblyVersion >
12+ <FileVersion >2.3.2 .0</FileVersion >
13+ <Version >$(VersionPrefix)2.3.2 .0</Version >
1414 <Authors >Lemutec</Authors >
1515 <Company >Lemutec</Company >
1616 <Platforms >AnyCPU;x64</Platforms >
You can’t perform that action at this time.
0 commit comments