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

Commit

Permalink
improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
kbilsted committed Jan 20, 2018
1 parent 62afcf7 commit 9243571
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NppPlugin .NET package for VS2015 and beyond...
# NppPlugin .NET package for VS2015 and beyond for Notepad++ 32bit and 64 bit...

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

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

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

## Requirements:


### Requirements:
* works with .NET Runtime 4.0 and above
* UNICODE plugins only.


## VisualStudio 2015

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.

### Requirements:
* works with .NET Runtime 3.5 and above (can easily be reduced to .Net runtime 2.0 if needed)
* UNICODE plugins only.

Expand Down

0 comments on commit 9243571

Please sign in to comment.