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

Commit 9243571

Browse files
committed
improved README
1 parent 62afcf7 commit 9243571

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff 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...
22

33
What is this? Its a simple template for very fast and easy building plugins for Notepad++ in C#/.Net
44

@@ -137,8 +137,20 @@ From v1.0 and onwards we will turn over to semantic versioning
137137
* Dark Daskin: http://www.codeproject.com/KB/dotnet/DllExporter.aspx
138138
* Robert Giesecke: http://sites.google.com/site/robertgiesecke/Home/uploads/csharpprojecttemplateforunmanagedexports https://www.nuget.org/packages/UnmanagedExports
139139

140+
And of course the people helping out with pull requests! Much appreciated!
140141

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:
142154
* works with .NET Runtime 3.5 and above (can easily be reduced to .Net runtime 2.0 if needed)
143155
* UNICODE plugins only.
144156

0 commit comments

Comments
 (0)