Skip to content

Commit 280cbfd

Browse files
minor fixes
1 parent d3e6f15 commit 280cbfd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CalibreImport/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("1.0.4.3")]
33-
[assembly: AssemblyFileVersion("1.0.4.3")]
32+
[assembly: AssemblyVersion("1.0.4.4")]
33+
[assembly: AssemblyFileVersion("1.0.4.4")]

CalibreImport/ReleaseFiles/Setup.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<# CalibreImportShellExtension Setup file.
22
This script registers the CalibreImportShellExtension.dll file as a context menu handler for various file extensions.
33
The script can be run with the following arguments:
4-
-Install, -i: Register the DLL and add registry entries.
5-
-Uninstall, -u: Unregister the DLL and remove registry entries.
6-
-RestartExplorer, -re: Restart Windows Explorer.
4+
-i: Register the DLL and add registry entries.
5+
-u: Unregister the DLL and remove registry entries.
6+
-re: Restart Windows Explorer.
77
If no arguments are provided, the script will default to the Install action.
88
#>
99

0 commit comments

Comments
 (0)