Skip to content

Commit 024eefc

Browse files
committed
ContextMenu: Fix handler registration
1 parent b50ddb1 commit 024eefc

6 files changed

Lines changed: 49 additions & 49 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
private/
2+
*.private
3+
*.private.*
4+
15
Installer/ObsidianShell/
26

37
# Advanced Installer caches and default build output

CLI/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.3.0.0")]
36-
[assembly: AssemblyFileVersion("0.3.0.0")]
35+
[assembly: AssemblyVersion("0.3.1.0")]
36+
[assembly: AssemblyFileVersion("0.3.1.0")]

ContextMenu/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.2.0.0")]
36-
[assembly: AssemblyFileVersion("0.2.0.0")]
35+
[assembly: AssemblyVersion("0.3.1.0")]
36+
[assembly: AssemblyFileVersion("0.3.1.0")]

ContextMenu/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="ServerRegistrationManager" version="2.7.2" targetFramework="net48" />
34
<package id="SharpShell" version="2.7.2" targetFramework="net48" />
45
</packages>

0 commit comments

Comments
 (0)