We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84511a commit 6615322Copy full SHA for 6615322
2 files changed
CalibreImport/Properties/AssemblyInfo.cs
@@ -29,5 +29,5 @@
29
// Build Number
30
// Revision
31
//
32
-[assembly: AssemblyVersion("1.0.4.4")]
33
-[assembly: AssemblyFileVersion("1.0.4.4")]
+[assembly: AssemblyVersion("1.0.4.5")]
+[assembly: AssemblyFileVersion("1.0.4.5")]
CalibreImport/ReleaseFiles/Setup.ps1
@@ -15,7 +15,7 @@ param (
15
16
$scriptPath = $MyInvocation.MyCommand.Path
17
$scriptDir = Split-Path -Parent $scriptPath
18
-$logFilePath = Join-Path $scriptDir "SetupLog.txt"
+$logFilePath = Join-Path $scriptDir "SetupPS.log"
19
$regasmPath64 = "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\regasm.exe"
20
$regasmPath32 = "C:\Windows\Microsoft.NET\Framework\v4.0.30319\regasm.exe"
21
0 commit comments