Skip to content

Commit

Permalink
Fix installer to use version from exe assembly, update assembly to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Tabone committed Feb 16, 2020
1 parent 33f9cdc commit 7a481b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Signals And Transforms/Installer/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Signals And Transforms" Language="1033" Version="0.1.6.0" Manufacturer="Brian Tabone" UpgradeCode="F5905D66-299A-4F8F-ACCB-161D63F03C66">
<Product Id="*" Name="Signals And Transforms" Language="1033" Version="!(bind.fileVersion.fil41798E866BC736CEC72FD22DC3251767)" Manufacturer="Brian Tabone" UpgradeCode="F5905D66-299A-4F8F-ACCB-161D63F03C66">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
Expand Down
4 changes: 2 additions & 2 deletions Signals And Transforms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.7.0")]
[assembly: AssemblyFileVersion("0.1.7.0")]
[assembly: AssemblyVersion("0.1.8.0")]
[assembly: AssemblyFileVersion("0.1.8.0")]

0 comments on commit 7a481b9

Please sign in to comment.