Skip to content

Commit

Permalink
Change version number to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tichau committed Oct 10, 2016
1 parent 4ff0124 commit a47ea62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Application/FileConverter/Application.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public partial class Application : System.Windows.Application
private static readonly Version Version = new Version()
{
Major = 1,
Minor = 1,
Minor = 2,
Patch = 0,
};

Expand Down
2 changes: 1 addition & 1 deletion Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<!-- Upgrade documentation: http://wixtoolset.org/documentation/manual/v3/howtos/updates/major_upgrade.html -->
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="$(var.ProductName)" Language="1033" Version="1.1.0" Manufacturer="Adrien Allard" UpgradeCode="e3ca717b-a897-418a-bbef-5c7e35c76e4b">
<Product Id="*" Name="$(var.ProductName)" Language="1033" Version="1.2.0" Manufacturer="Adrien Allard" UpgradeCode="e3ca717b-a897-418a-bbef-5c7e35c76e4b">
<?if $(var.Platform) = x64 ?>
<Package Id="*" InstallerVersion="200" Compressed="yes" InstallScope="perMachine" Platform="x64" />
<?else ?>
Expand Down

0 comments on commit a47ea62

Please sign in to comment.