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
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# NppPlugin .NET package for VS2015 and beyond...
1
+
# NppPlugin .NET package for VS2015 and beyond for Notepad++ 32bit and 64 bit...
2
2
3
3
What is this? Its a simple template for very fast and easy building plugins for Notepad++ in C#/.Net
4
4
@@ -137,8 +137,20 @@ From v1.0 and onwards we will turn over to semantic versioning
137
137
* Dark Daskin: http://www.codeproject.com/KB/dotnet/DllExporter.aspx
138
138
* Robert Giesecke: http://sites.google.com/site/robertgiesecke/Home/uploads/csharpprojecttemplateforunmanagedexportshttps://www.nuget.org/packages/UnmanagedExports
139
139
140
+
And of course the people helping out with pull requests! Much appreciated!
140
141
141
-
## Requirements:
142
+
143
+
144
+
### Requirements:
145
+
* works with .NET Runtime 4.0 and above
146
+
* UNICODE plugins only.
147
+
148
+
149
+
## VisualStudio 2015
150
+
151
+
The last known version to run vs2015 is v0.93.96 (https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net/releases) with a little fidling you may be able to get newer versions to run 2015 as well. I just haven't tested it.
152
+
153
+
### Requirements:
142
154
* works with .NET Runtime 3.5 and above (can easily be reduced to .Net runtime 2.0 if needed)
0 commit comments