From 5500f57e5ef8fd63eaa732cb5b03e08dafcb2378 Mon Sep 17 00:00:00 2001 From: dazinator Date: Sun, 13 Dec 2015 17:45:59 +0000 Subject: [PATCH] +semver: breaking Incrementing semver major version number. --- src/DnnPackager/readme.txt | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/DnnPackager/readme.txt b/src/DnnPackager/readme.txt index 203bb0a..4b37e2e 100644 --- a/src/DnnPackager/readme.txt +++ b/src/DnnPackager/readme.txt @@ -21,21 +21,17 @@ Note: This will build and install the module for your active build configuration Install-Module [name of your website] [Build Configuration Name] -e.g if your current active build configuration was debug, but you wanted to install the release build of your module, you could type: -Install-Module Dnn7 Release +e.g if your current active build configuration was debug, but you wanted to install the release build of your module, you could type: Install-Module Dnn7 Release -For debugging, you can auotmatically attach the debugger. Run: +For debugging, you can automatically attach the debugger! Run: -Install-Module [name of your website] [Build Configuration Name] Attach +Install-Module [name of your website] [Build Configuration Name] Attach -e.g: -Install-Module Dnn7 Debug Attach +e.g: Install-Module Dnn7 Debug Attach -That will install your module, and then attach the debugger. - -To save time in future, you can hit "up" arrow key in Package Console Manager to get the last command you executed to save you having to type if every time. -So typically you can just hit "up" and then hit enter key, and you will be debugging your module in no time. +That will install your module, and then attach the debugger for you. +Note: To save time in future, you can hit "up" arrow key in Package Console Manager to get the last command you executed to save you having to type if every time. So typically you can just hit "up" and then hit enter key, and you will be debugging your module in no time. ## Controlling Installation package Content.