bumped version to 1.0.9
This commit is contained in:
parent
ce45176f8b
commit
fbc8f6dda7
@ -22,4 +22,4 @@
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("1.0.8.*")]
|
||||
[assembly: AssemblyVersion("1.0.9.*")]
|
||||
|
@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:netfx ="http://schemas.microsoft.com/wix/NetFxExtension">
|
||||
<Product Id="{D93846FF-1006-4037-A874-7CA817831F97}" Name="PDF Scribe" Language="1033" Version="1.0.8" Manufacturer="Black Telescope Workshop" UpgradeCode="409ff0d1-1c3a-4f8d-8a5a-350705977809">
|
||||
<Product Id="{A7CD49B3-018E-4BCC-893B-585F644114EA}" Name="PDF Scribe" Language="1033" Version="1.0.9" Manufacturer="Black Telescope Workshop" UpgradeCode="409ff0d1-1c3a-4f8d-8a5a-350705977809">
|
||||
<Package InstallerVersion="500" Compressed="yes" InstallScope="perMachine"
|
||||
Platform="x64"
|
||||
InstallPrivileges="elevated"
|
||||
Description="PDF Scribe Virtual Printer"
|
||||
Comments="PDF Scribe Virtual Printer 1.0.8 installation package"
|
||||
Comments="PDF Scribe Virtual Printer 1.0.9 installation package"
|
||||
Id="*" />
|
||||
|
||||
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed."
|
||||
|
Loading…
Reference in New Issue
Block a user