You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,13 @@ This is a fork of UFO's plugin package updated for VS2015
22
22
23
23
## Upgrading to a newer version
24
24
* Upgrading the pluging package
25
-
* simply by replacing the `NppPlugin.zip` from your visual studio (typically `"My Documents\Visual Studio 2015\Templates\ProjectTemplates\Visual C#\"`) with a newer version
25
+
* replacing the `NppPluginXXXX.zip` from your visual studio (typically `"My Documents\Visual Studio 2015\Templates\ProjectTemplates\Visual C#\"`) with a newer version
26
+
26
27
* Upgrading plugings using the plugin pack.
27
-
* Delete the folder `PluginInfrastructure` and copy over that folder from a newer version of `NppPlugin.zip`
28
+
* Delete the folder `PluginInfrastructure` and copy over that folder from a newer version of `NppPluginXXXX.zip`
29
+
* Open visual studio
30
+
* Click "show all files" in the "solution explorer"
31
+
* Select the new files, Right-click and choose "include in project"
0 commit comments