Skip to content

Commit fd0d397

Browse files
committed
Change version
1 parent 3207411 commit fd0d397

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("1.4.8.0")]
33-
[assembly: AssemblyFileVersion("1.4.8.0")]
32+
[assembly: AssemblyVersion("1.4.9.0")]
33+
[assembly: AssemblyFileVersion("1.4.9.0")]

Setup/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static void Main()
3434
);
3535

3636
project.GUID = new Guid("5939155f-c7e1-43ee-aad9-9bc67a35d9c5");
37-
project.Version = new Version("1.4.8");
37+
project.Version = new Version("1.4.9");
3838

3939
// Set Control Panel icon
4040
project.ControlPanelInfo.ProductIcon = @"..\mod.ico";

Setup/wix/Setup.g.wxs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
To suppress generation of this file remove `set ide=true` from the PostBuildEvent of the VS project
77
</auto-generated>
88
-->
9-
<Package Compressed="yes" ProductCode="5939155f-c7e1-43ee-aad9-9bc68a7569c5" Name="Bean Mod Manager" Language="1033" Version="1.4.8" UpgradeCode="5939155f-c7e1-43ee-aad9-9bc67a35d9c5" Manufacturer="rewalo" Scope="perMachine" InstallerVersion="200">
9+
<Package Compressed="yes" ProductCode="5939155f-c7e1-43ee-aad9-9bc68a7579c5" Name="Bean Mod Manager" Language="1033" Version="1.4.9" UpgradeCode="5939155f-c7e1-43ee-aad9-9bc67a35d9c5" Manufacturer="rewalo" Scope="perMachine" InstallerVersion="200">
1010
<SummaryInformation Codepage="Windows-1252" />
11+
<Media Id="1" Cabinet="Bean20Mod20Manager.cab" EmbedCab="yes" />
1112

1213
<StandardDirectory Id="ProgramFilesFolder">
1314
<Directory Id="INSTALLDIR" Name="Bean Mod Manager">
1415

15-
<Component Id="Component.INSTALLDIR.EmptyDirectory" Guid="5939155f-c7e1-43ee-aad9-9bc69c78c8a7" KeyPath="yes">
16-
<CreateFolder />
17-
<RemoveFolder Id="INSTALLDIR" On="uninstall" />
16+
<Component Id="Component.BeanModManager.exe_1943252492" Guid="5939155f-c7e1-43ee-aad9-9bc6ba8f3ca5">
17+
<File Id="BeanModManager.exe_1943252492" Source="..\bin\Release\BeanModManager.exe" />
1818
</Component>
1919

2020
</Directory>
@@ -96,7 +96,7 @@
9696
<Property Id="ARPURLUPDATEINFO" Value="https://github.com/rewalo/BeanModManager/releases" />
9797

9898
<Feature Id="Complete" Title="Complete" Level="1" AllowAbsent="yes">
99-
<ComponentRef Id="Component.INSTALLDIR.EmptyDirectory" />
99+
<ComponentRef Id="Component.BeanModManager.exe_1943252492" />
100100
<ComponentRef Id="Component.Bean20Mod20Manager__" />
101101
<ComponentRef Id="Component.Bean20Mod20Manager.1_" />
102102
<ComponentRef Id="Component.Uninstall20Bean20Mod20Manager" />

0 commit comments

Comments
 (0)