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

Commit aecdcd2

Browse files
committed
Added release script
1 parent c572b03 commit aecdcd2

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Visual Studio Project Template C#/HOW-TO-INSTALL-ME.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1. Take the content of this folder and zip it into the file "NppPlugin.zip"
1+
1. Take the content of this folder and zip it into the file "NppPlugin.zip" (or if you've downloaded a release from github use the existing zipfile)
22
1.1 cd C:\...\NotepadPlusPlusPluginPack.Net\Visual Studio Project Template C#
33
1.2 E.g. using 7zip "C:\Program Files\7-Zip\7z.exe" a -tzip NppPlugin.zip *
44
1.3 E.g. using Winrar "C:\Program Files\WinRAR\winRAR.exe" a -r -afzip NppPlugin.zip *

makerelease.ps1

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
cd 'Visual Studio Project Template C#'
2+
& 'C:\Program Files\7-Zip\7z.exe' a -tzip NppPlugin.zip *
3+
cd ..
4+
& 'C:\Program Files\7-Zip\7z.exe' a -tzip c:\temp\nppDemoAndProjectTemplate.zip *
5+
cd 'Visual Studio Project Template C#'
6+
rm NppPlugin.zip
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+

0 commit comments

Comments
 (0)