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

Commit 043133c

Browse files
committed
updated requirements
1 parent 9243571 commit 043133c

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

README.md

Lines changed: 20 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)
@@ -124,6 +124,22 @@ Using this template you can switch between the two using the Visual Studio "Targ
124124
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`)
125125

126126

127+
128+
## Requirements
129+
130+
* works with .NET Runtime 4.0 and above
131+
* UNICODE plugins only.
132+
133+
### v0.94.00
134+
The last version to work with Notepad++ v4.6.3 or below (newer versions of notepad++ use a different plugin structure, so you need to use a newer version of this framework)
135+
136+
### v0.93.96
137+
138+
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.
139+
140+
141+
142+
127143
## Versioning
128144
Until we reach v1.0 expect a bit of chaos and breaking changes.
129145

@@ -141,23 +157,13 @@ And of course the people helping out with pull requests! Much appreciated!
141157

142158

143159

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.
160+
## About me
152161

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

157164

158-
## About me
159165

160-
I blog at http://firstclassthoughts.co.uk/ on code readability and quality
166+
## Notes
161167

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

0 commit comments

Comments
 (0)