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

Commit b252a52

Browse files
authored
Merge pull request #49 from kbilsted/pr/documentation1
updated requirements
2 parents 7336959 + 6934a52 commit b252a52

File tree

1 file changed

+25
-14
lines changed

1 file changed

+25
-14
lines changed

README.md

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
This is a fork of UFO's plugin package updated for VS2015 and 2017
5+
This is a fork of UFO's plugin package updated for VS2015, 2017 and 2019
66

77
[![Build status](https://ci.appveyor.com/api/projects/status/5f0ui9y2ujugh6wt/branch/master?svg=true)](https://ci.appveyor.com/project/kbilsted/notepadpluspluspluginpack-net/branch/master)
88
[![License](http://img.shields.io/badge/License-Apache_2-red.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0)
@@ -125,6 +125,27 @@ Using this template you can switch between the two using the Visual Studio "Targ
125125
When publishing your plugin you should build in Release mode for both x86 and x64 and publish both resulting dll's (e.g. `bin/Release/myPlugin.dll` and `/bin/Release-x64/MyPlugin.dll`)
126126

127127

128+
129+
## Requirements
130+
131+
* Works with .NET Runtime 4.0 and above
132+
* UNICODE plugins only.
133+
* Works on Notepad++ 7.6.3 and above
134+
135+
For Notepad++ 7.6 to 7.6.2 no release works out of the box due to plugin directories changing with every release.
136+
137+
138+
### v0.94.00
139+
The last version to work with Notepad++ v7.5.9 or below (newer versions of notepad++ use a different plugin structure, so you need to use a newer version of this framework).
140+
If you copy the binaries to the right place, you may still get things working.
141+
142+
### v0.93.96
143+
144+
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.
145+
146+
147+
148+
128149
## Versioning
129150
Until we reach v1.0 expect a bit of chaos and breaking changes.
130151

@@ -142,23 +163,13 @@ And of course the people helping out with pull requests! Much appreciated!
142163

143164

144165

145-
### Requirements:
146-
* works with .NET Runtime 4.0 and above
147-
* UNICODE plugins only.
148-
149-
150-
## VisualStudio 2015
151-
152-
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.
166+
## About me
153167

154-
### Requirements:
155-
* works with .NET Runtime 3.5 and above (can easily be reduced to .Net runtime 2.0 if needed)
156-
* UNICODE plugins only.
168+
I blog at http://firstclassthoughts.co.uk/ on code readability and quality
157169

158170

159-
## About me
160171

161-
I blog at http://firstclassthoughts.co.uk/ on code readability and quality
172+
## Notes
162173

163174
[1]: https://www.nuget.org/packages/MSBuild.ILMerge.Task/
164175
[2]: https://www.nuget.org/packages/ilmerge

0 commit comments

Comments
 (0)