fix for github issue #26 (bug with filename containing unicode/utf8 letters) - include v9.29 of gsdll64.dll.

bumped version to 1.0.8
This commit is contained in:
S T Chan 2019-09-02 00:28:50 -04:00
parent f2a7382e0a
commit ba3a92b6da
2 changed files with 3 additions and 3 deletions

View File

@ -22,4 +22,4 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.0.7.*")]
[assembly: AssemblyVersion("1.0.8.*")]

View File

@ -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="{DE27E86D-0514-45DF-B0CC-CFF2C1DF7038}" Name="PDF Scribe" Language="1033" Version="1.0.7" Manufacturer="Black Telescope Workshop" UpgradeCode="409ff0d1-1c3a-4f8d-8a5a-350705977809">
<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">
<Package InstallerVersion="500" Compressed="yes" InstallScope="perMachine"
Platform="x64"
InstallPrivileges="elevated"
Description="PDF Scribe Virtual Printer"
Comments="PDF Scribe Virtual Printer 1.0.7 installation package"
Comments="PDF Scribe Virtual Printer 1.0.8 installation package"
Id="*" />
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed."