updated version to 1.1.0

This commit is contained in:
S T Chan 2021-07-07 10:44:12 -04:00
parent 6c5f44d415
commit 230e10aa37
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyCompany("Black Telescope Workshop")] [assembly: AssemblyCompany("Black Telescope Workshop")]
[assembly: AssemblyProduct("PDF Scribe")] [assembly: AssemblyProduct("PDF Scribe")]
[assembly: AssemblyCopyright("Copyright © S T Chan 2013-2020")] [assembly: AssemblyCopyright("Copyright © S T Chan 2013-2021")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]

View File

@ -67,7 +67,7 @@ namespace PdfScribe
// dictate as much as possible // dictate as much as possible
String[] ghostScriptArguments = { "-dBATCH", "-dNOPAUSE", "-dSAFER", "-sDEVICE=pdfwrite", String[] ghostScriptArguments = { "-dBATCH", "-dNOPAUSE", "-dSAFER", "-sDEVICE=pdfwrite",
String.Format("-sOutputFile={0}", outputFilename), standardInputFilename, 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); GhostScript64.CallAPI(ghostScriptArguments);
DisplayPdf(outputFilename); DisplayPdf(outputFilename);

View File

@ -6,7 +6,7 @@
<ProductVersion>3.7</ProductVersion> <ProductVersion>3.7</ProductVersion>
<ProjectGuid>{3c255536-a7f1-4913-9c7f-966dffee01bc}</ProjectGuid> <ProjectGuid>{3c255536-a7f1-4913-9c7f-966dffee01bc}</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion> <SchemaVersion>2.0</SchemaVersion>
<OutputName>PdfScribeInstall_1.1rc1</OutputName> <OutputName>PdfScribeInstall_1.1</OutputName>
<OutputType>Package</OutputType> <OutputType>Package</OutputType>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath> <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath> <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>

View File

@ -5,7 +5,7 @@
Platform="x64" Platform="x64"
InstallPrivileges="elevated" InstallPrivileges="elevated"
Description="PDF Scribe Virtual Printer" 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="*" /> Id="*" />
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed."