Skip to content

Commit

Permalink
Fix installer (version 0.9.16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boddlnagg committed Jul 6, 2020
1 parent cc2f2e1 commit cff1390
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
</ComponentGroup>
<ComponentGroup Id="ThirdPartyAssemblies" Directory="APPLICATIONFOLDER">
<Component>
<File Source="$(var.WordsLive.TargetDir)Ionic.Zip.dll" Name="Ionic.Zip.dll" KeyPath="yes" />
<File Source="$(var.WordsLive.TargetDir)DotNetZip.dll" Name="DotNetZip.dll" KeyPath="yes" />
</Component>
<Component>
<File Source="$(var.WordsLive.TargetDir)MonitoredUndo.dll" Name="MonitoredUndo.dll" KeyPath="yes" />
Expand Down
4 changes: 2 additions & 2 deletions WordsLive/Properties/CommonVersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyFileVersion("0.9.15")]
[assembly: AssemblyVersion("0.9.15.0")]
[assembly: AssemblyFileVersion("0.9.16")]
[assembly: AssemblyVersion("0.9.16.0")]

0 comments on commit cff1390

Please sign in to comment.