Skip to content

Commit

Permalink
Choose correct release version for installer
Browse files Browse the repository at this point in the history
  • Loading branch information
CodesDoWork committed Jan 7, 2022
1 parent 4a24742 commit cec1546
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Installer/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<?define releaseFolder="..\Releases\1.1.0\MediaDownloader\bin" ?>
<?define releaseFolder="..\Releases\1.1.2\MediaDownloader\bin" ?>
<?define sourceFolder="..\MediaDownloader" ?>
<Product Id="*" Name="Media Downloader" Language="1033" Version="1.1.1" Manufacturer="CodesDoWork" UpgradeCode="DF9618DD-729E-427F-BA34-D99EAA20D02C">
<Product Id="*" Name="Media Downloader" Language="1033" Version="1.1.2" Manufacturer="CodesDoWork" UpgradeCode="DF9618DD-729E-427F-BA34-D99EAA20D02C">
<Package Languages="1033" Manufacturer="CodesDoWork" InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
<Media Id="1" Cabinet="md_installer.cab" EmbedCab="yes" />

Expand Down
4 changes: 2 additions & 2 deletions MediaDownloader/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]

[assembly: AssemblyVersion("1.1.1")]
[assembly: AssemblyFileVersion("1.1.1")]
[assembly: AssemblyVersion("1.1.2")]
[assembly: AssemblyFileVersion("1.1.2")]

0 comments on commit cec1546

Please sign in to comment.