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