updated version to 1.1.0
This commit is contained in:
parent
6c5f44d415
commit
230e10aa37
@ -5,7 +5,7 @@
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyCompany("Black Telescope Workshop")]
|
||||
[assembly: AssemblyProduct("PDF Scribe")]
|
||||
[assembly: AssemblyCopyright("Copyright © S T Chan 2013-2020")]
|
||||
[assembly: AssemblyCopyright("Copyright © S T Chan 2013-2021")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
@ -67,7 +67,7 @@ namespace PdfScribe
|
||||
// dictate as much as possible
|
||||
String[] ghostScriptArguments = { "-dBATCH", "-dNOPAUSE", "-dSAFER", "-sDEVICE=pdfwrite",
|
||||
String.Format("-sOutputFile={0}", outputFilename), standardInputFilename,
|
||||
"-c", @"[/Creator(PdfScribe 1.0.7 (PSCRIPT5)) /DOCINFO pdfmark", "-f"};
|
||||
"-c", @"[/Creator(PdfScribe 1.1.0 (PSCRIPT5)) /DOCINFO pdfmark", "-f"};
|
||||
|
||||
GhostScript64.CallAPI(ghostScriptArguments);
|
||||
DisplayPdf(outputFilename);
|
||||
|
@ -6,7 +6,7 @@
|
||||
<ProductVersion>3.7</ProductVersion>
|
||||
<ProjectGuid>{3c255536-a7f1-4913-9c7f-966dffee01bc}</ProjectGuid>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<OutputName>PdfScribeInstall_1.1rc1</OutputName>
|
||||
<OutputName>PdfScribeInstall_1.1</OutputName>
|
||||
<OutputType>Package</OutputType>
|
||||
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
||||
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
||||
|
@ -5,7 +5,7 @@
|
||||
Platform="x64"
|
||||
InstallPrivileges="elevated"
|
||||
Description="PDF Scribe Virtual Printer"
|
||||
Comments="PDF Scribe Virtual Printer 1.1.0rc1 installation package"
|
||||
Comments="PDF Scribe Virtual Printer 1.1.0 installation package"
|
||||
Id="*" />
|
||||
|
||||
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed."
|
||||
|
Loading…
Reference in New Issue
Block a user