Skip to content

Commit 537ec59

Browse files
committed
minor version
1 parent 13a3377 commit 537ec59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PlexServiceInstaller/Product.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"
33
xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
4-
<Product Id="*" Name="Plex Service" Language="1033" Version="1.2.3" Manufacturer="cjmurph"
4+
<Product Id="*" Name="Plex Service" Language="1033" Version="1.2.3.1" Manufacturer="cjmurph"
55
UpgradeCode="daa483bb-c7e1-4c79-a4d6-3c2c4c3d9daf">
66
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" SummaryCodepage="1252"/>
77
<Binary Id="success_bmp" SourceFile="$(sys.SOURCEFILEDIR)success.bmp"/>
@@ -35,7 +35,7 @@
3535
<Condition Message='This setup requires the .NET Framework 4.7.2 (or greater) to be installed.'>
3636
<![CDATA[Installed OR WIX_IS_NETFRAMEWORK_472_OR_LATER_INSTALLED]]>
3737
</Condition>
38-
<Feature Id="PlexServiceFeature" Title="Plex Service" Description="Plex Service 1.2.3" Level="1"
38+
<Feature Id="PlexServiceFeature" Title="Plex Service" Description="Plex Service 1.2.3.1" Level="1"
3939
ConfigurableDirectory='INSTALLDIR'>
4040
<ComponentRef Id="PlexServiceComponent"/>
4141
<ComponentRef Id="PlexServiceWCFComponent"/>

0 commit comments

Comments
 (0)