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

Commit e1fa038

Browse files
committed
release number 0.91.52
1 parent 15457d9 commit e1fa038

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

Demo Plugin/NppManagedPluginDemo/Demo.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.90 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.91.52 by Kasper B. Graversen etc.
22
using System;
33
using System.IO;
44
using System.Text;

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.90 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.91.52 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.90 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.91.52 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.90 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.91.52 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.90 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.91.52 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.90 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.91.52 by Kasper B. Graversen etc.
22
using System;
33
using Kbg.NppPluginNET.PluginInfrastructure;
44

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.90 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.91.52 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.90 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.91.52 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/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.90 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.91.52 by Kasper B. Graversen etc.
22
using System;
33
using Kbg.NppPluginNET.PluginInfrastructure;
44

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.90 by Kasper B. Graversen etc.
1+
// NPP plugin platform for .Net v0.91.52 by Kasper B. Graversen etc.
22
using System;
33
using System.Text;
44
using System.Windows.Forms;

0 commit comments

Comments
 (0)