Skip to content

Commit d3fd19f

Browse files
committed
Added md5 to Release procedure
1 parent e68e9c1 commit d3fd19f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

listeners/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The executables can be found in ./bin/{Debug,Release} though the installer is on
77

88
## In VisualStudio
99

10-
Open listener.sln in VS, right click on Solution in the explorer and build.
10+
Open listener.sln in VS, sleect Debug or Release and right click on Solution in the explorer and build.
1111
Has been tested in VS2013 (12) express
1212

1313
## On command line with MSBuild
@@ -22,4 +22,5 @@ Open a command window and run
2222
* Build the Release solution (See above)
2323
* Note the version number for the installer .exe will be the greater of the 2 listeners versions
2424
* Checkin the code to GitHub (or make a pull request)
25-
* Make a GitHub release using a Tag of the form "Listeners_V1.3.0" (using the installer version)
25+
* Make a binary GitHub release of the installer using a Tag of the form "Listeners_V1.3.0" (using the installer version)
26+
* Include the MD5 hash in the release text. Both Cygwin and the Msys shell of GitHub for Windows include md5sum

0 commit comments

Comments
 (0)