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.
@@ -125,6 +125,27 @@ Using this template you can switch between the two using the Visual Studio "Targ
125
125
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`)
126
126
127
127
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
+
128
149
## Versioning
129
150
Until we reach v1.0 expect a bit of chaos and breaking changes.
130
151
@@ -142,23 +163,13 @@ And of course the people helping out with pull requests! Much appreciated!
142
163
143
164
144
165
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
153
167
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
157
169
158
170
159
-
## About me
160
171
161
-
I blog at http://firstclassthoughts.co.uk/ on code readability and quality
0 commit comments