Skip to content

Commit

Permalink
version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
misterhaan committed Mar 6, 2020
1 parent 19de1cc commit 1450b8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.Common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("2.0.5")]
[assembly: AssemblyFileVersion("2.0.5")]
[assembly: AssemblyVersion("2.1.0")]
[assembly: AssemblyFileVersion("2.1.0")]
#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
#else
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Download the latest installer from [track7.org](http://www.track7.org/code/vs/my

## Revision History

### (next)
### 2.1.0
* Check for updates and support update and restart
* Show title when cover art isn't available
* Remove vertical gap in delete options
Expand Down
6 changes: 3 additions & 3 deletions installer/MythClient.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<?define PlatformProgramFilesFolder = "ProgramFilesFolder" ?>
<?endif ?>

<Product Name="MythTV Recorded Programs" Id="*" UpgradeCode="76C57DB0-30C4-4603-ADE6-9C98C04D2372" Language="1033" Codepage="1252" Version="2.0.5" Manufacturer="the analog underground">
<Product Name="MythTV Recorded Programs" Id="*" UpgradeCode="76C57DB0-30C4-4603-ADE6-9C98C04D2372" Language="1033" Codepage="1252" Version="2.1.0" Manufacturer="the analog underground">
<Package Id="*" Keywords="tv, mythtv, recorded, watch, program, episode" Description="MythClient makes it easier to play MythTV recordings on a Windows HTPC. It requires the MythTV server to provide both LAN access to the Services API and a file share so MythClient can find and launch the recording files directly over the network." Comments="the analog underground only releases free software" Manufacturer="the analog underground" InstallerVersion="200" Languages="1033" Compressed="yes" SummaryCodepage="1252" />

<MajorUpgrade Schedule="afterInstallInitialize" DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit." />
<Upgrade Id="76C57DB0-30C4-4603-ADE6-9C98C04D2372">
<UpgradeVersion Minimum="0.0.0" IncludeMinimum="yes" Maximum="2.0.5" IncludeMaximum="no" Property="OLDERVERSIONBEINGUPGRADED"/>
<UpgradeVersion Minimum="2.0.5" OnlyDetect="yes" Property="NEWERVERSIONDETECTED"/>
<UpgradeVersion Minimum="0.0.0" IncludeMinimum="yes" Maximum="2.1.0" IncludeMaximum="no" Property="OLDERVERSIONBEINGUPGRADED"/>
<UpgradeVersion Minimum="2.1.0" OnlyDetect="yes" Property="NEWERVERSIONDETECTED"/>
</Upgrade>
<Condition Message="A later version of [ProductName] is already installed. Setup will now exit">
NOT NEWERVERSIONDETECTED OR Installed
Expand Down

0 comments on commit 1450b8c

Please sign in to comment.