From 86e6ddfe144eb9bc6e69fd40027a265b467c15e7 Mon Sep 17 00:00:00 2001 From: Joe Pitt Date: Mon, 28 Sep 2020 20:20:37 +0100 Subject: [PATCH] fix: add version to documentation --- SignClickOnceApp.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/SignClickOnceApp.ps1 b/SignClickOnceApp.ps1 index 8929731..dc9e2d6 100644 --- a/SignClickOnceApp.ps1 +++ b/SignClickOnceApp.ps1 @@ -26,6 +26,7 @@ Signs MyProject in MySolution which is in C:\Users\Username\Documents\Visual Studio 2015\Projects using the specified certificates, with a publisher of "Awesome Software Inc." and the Certum Timestamping Server. .NOTES Author : Joe Pitt + Version : v2.2.0 (2020-09-28) License : This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or(at your option) any later version. .LINK https://www.joepitt.co.uk/Project/SignClickOnceApp/