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

Commit bb3cd7b

Browse files
authored
Merge pull request #66 from kbilsted/mahee96-patch-1
Updated README
2 parents f19af3a + 65caca4 commit bb3cd7b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NppPlugin .NET package for VS2015 and beyond for Notepad++ 32bit and 64 bit...
1+
# NppPlugin .NET package for VS2019 and beyond for Notepad++ 32bit and 64 bit...
22

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

@@ -12,7 +12,7 @@ This is a fork of UFO's plugin package updated for VS2015, 2017 and 2019
1212

1313
## Getting started
1414
1. Download a [release](https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net/releases/)
15-
2. Place the visual studio project template (the `NppPlugin.zip`) in the visual studio path (typically `"My Documents\Visual Studio 2015\Templates\ProjectTemplates\Visual C#\"`)
15+
2. Place the visual studio project template (the `NppPlugin.zip`) in the visual studio path (typically `"My Documents\Visual Studio 20xx\Templates\ProjectTemplates\Visual C#\"`)
1616
3. If you intend to debug Notepad++ itself (and not just the plugin) ensure you have installed **Visual C++** from the visual studio installer<br>
1717
![install CPP](/documentation/installcpp.png)
1818
4. Create a new project inside Visual studio using `file -> new -> project -> visual C# -> Notepad++ project`
@@ -22,7 +22,7 @@ This is a fork of UFO's plugin package updated for VS2015, 2017 and 2019
2222

2323
## Upgrading to a newer version
2424
* Upgrading the pluging package
25-
* replacing the `NppPluginXXXX.zip` from your visual studio (typically `"My Documents\Visual Studio 2015\Templates\ProjectTemplates\Visual C#\"`) with a newer version
25+
* replacing the `NppPluginXXXX.zip` from your visual studio (typically `"My Documents\Visual Studio 20xx\Templates\ProjectTemplates\Visual C#\"`) with a newer version
2626

2727
* Upgrading plugings using the plugin pack.
2828
* Delete the folder `PluginInfrastructure` and copy over that folder from a newer version of `NppPluginXXXX.zip`
@@ -134,6 +134,9 @@ When publishing your plugin you should build in Release mode for both x86 and x6
134134

135135
For Notepad++ 7.6 to 7.6.2 no release works out of the box due to plugin directories changing with every release.
136136

137+
### v0.95.00 pre-release
138+
Latest version as of Jan 2021 contains x64 fixes and updated HOW-TO-INSTALL.txt
139+
Tested on VS2019 and latest Notepad++ both x86 and x64 versions.
137140

138141
### v0.94.00
139142
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).
@@ -162,7 +165,6 @@ From v1.0 and onwards we will turn over to semantic versioning
162165
And of course the people helping out with pull requests! Much appreciated!
163166

164167

165-
166168
## About me
167169

168170
I blog at http://firstclassthoughts.co.uk/ on code readability and quality

0 commit comments

Comments
 (0)