Skip to content

Commit 3f17c99

Browse files
Fixed an error where calibre would not be killed or launched when importing a single book.
Minor fixes.
1 parent ffac90b commit 3f17c99

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CalibreImport/CalibreImport.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using Microsoft.Win32;
2-
using Newtonsoft.Json.Linq;
2+
// using Newtonsoft.Json.Linq;
33
using SharpShell.Attributes;
44
using SharpShell.ServerRegistration;
55
using SharpShell.SharpContextMenu;
@@ -14,9 +14,12 @@
1414
using System.Windows.Forms;
1515
using System;
1616
using System.Threading.Tasks;
17-
using System.Reflection;
17+
// using System.Reflection;
1818

19+
// -------------------------------------------------
1920
// Libri non sunt multiplicandi praeter necessitatem
21+
// -------------------------------------------------
22+
2023
namespace CalibreImport
2124
{
2225
[ComVisible(true)]

CalibreImport/InnoSetup/CalibreImportSetup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[Setup]
1010
; Application metadata
1111
AppName={#AppNameNice}
12-
AppVersion=0.1.1.2
12+
AppVersion=0.1.1.3
1313
DefaultDirName={autopf}\{#AppName}
1414
DefaultGroupName={#AppName}
1515
UninstallDisplayIcon={app}\{#MainDll}

CalibreImport/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// Build Number
2929
// Revision
3030
//
31-
[assembly: AssemblyVersion("0.1.1.2")]
32-
[assembly: AssemblyFileVersion("0.1.1.2")]
31+
[assembly: AssemblyVersion("0.1.1.3")]
32+
[assembly: AssemblyFileVersion("0.1.1.3")]
0 Bytes
Binary file not shown.
539 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)