Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 62b7eb7

Browse files
committed
v 0.93.87
1 parent efb371b commit 62b7eb7

17 files changed

+17
-17
lines changed

Visual Studio Project Template C#/PluginInfrastructure/ClikeStringArray.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// NPP plugin platform for .Net v0.92.83 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.93.87 by Kasper B. Graversen etc.
22
using System;
33
using System.Collections.Generic;
44
using System.Runtime.InteropServices;

Visual Studio Project Template C#/PluginInfrastructure/DllExport/DllExportAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// NPP plugin platform for .Net v0.92.83 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.93.87 by Kasper B. Graversen etc.
22
using System;
33
using System.Runtime.InteropServices;
44

Visual Studio Project Template C#/PluginInfrastructure/Docking_h.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// NPP plugin platform for .Net v0.92.83 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.93.87 by Kasper B. Graversen etc.
22
//
33
// This file should stay in sync with the CPP project file
44
// "notepad-plus-plus/PowerEditor/src/WinControls/DockingWnd/Docking.h"

Visual Studio Project Template C#/PluginInfrastructure/GatewayDomain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// NPP plugin platform for .Net v0.92.83 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.93.87 by Kasper B. Graversen etc.
22
using System;
33
using System.Runtime.InteropServices;
44
using System.Text;

Visual Studio Project Template C#/PluginInfrastructure/IScintillaGateway.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// NPP plugin platform for .Net v0.92.83 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.93.87 by Kasper B. Graversen etc.
22
using System;
33

44
namespace Kbg.NppPluginNET.PluginInfrastructure

Visual Studio Project Template C#/PluginInfrastructure/MenuCmdID_h.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// NPP plugin platform for .Net v0.92.83 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.93.87 by Kasper B. Graversen etc.
22
//
33
// This file should stay in sync with the CPP project file
44
// "notepad-plus-plus/PowerEditor/src/menuCmdID.h"

Visual Studio Project Template C#/PluginInfrastructure/Msgs_h.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// NPP plugin platform for .Net v0.92.83 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.93.87 by Kasper B. Graversen etc.
22
//
33
// This file should stay in sync with the CPP project file
44
// "notepad-plus-plus/PowerEditor/src/MISC/PluginsManager/Notepad_plus_msgs.h"

Visual Studio Project Template C#/PluginInfrastructure/NotepadPPGateway.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// NPP plugin platform for .Net v0.92.83 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.93.87 by Kasper B. Graversen etc.
22
using System;
33
using System.Text;
44
using NppPluginNET.PluginInfrastructure;

Visual Studio Project Template C#/PluginInfrastructure/NppPluginNETBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// NPP plugin platform for .Net v0.92.83 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.93.87 by Kasper B. Graversen etc.
22
using System;
33

44
namespace Kbg.NppPluginNET.PluginInfrastructure

Visual Studio Project Template C#/PluginInfrastructure/NppPluginNETHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// NPP plugin platform for .Net v0.92.83 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.93.87 by Kasper B. Graversen etc.
22
using System;
33
using System.Text;
44
using System.Windows.Forms;

0 commit comments

Comments
 (0)