diff --git a/README.md b/README.md index 4cd4e2c..398aab5 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,11 @@ A version or filter consists of a complete or partial semantic version number or ## Interactive menus When invoked with no parameters, `nvs` displays an interactive menu for switching and downloading node versions. + ![nvs menu](https://github.com/jasongin/nvs/releases/download/v0.8.0/nvs-menu.gif) +*NVS uses [**console-menu**](https://github.com/jasongin/console-menu), a module originally written for this project then published separately.* + ## Configurable remotes The `nvs remote` command allows configuration of multiple named download locations. NVS manages versions from different remote locations separately, so there is no risk of version collisions. By default there are remotes pointing to Node.js official releases and nightly builds: ``` diff --git a/package.json b/package.json index d73a142..a2b01c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nvs", - "version": "0.8.0", + "version": "0.8.1", "description": "Node Version Switcher", "main": "lib/main.js", "scripts": { diff --git a/setup/NvsSetup.wixproj b/setup/NvsSetup.wixproj index 46f146b..ad79699 100644 --- a/setup/NvsSetup.wixproj +++ b/setup/NvsSetup.wixproj @@ -1,5 +1,6 @@  + Debug @@ -32,9 +33,9 @@ - - - + + + @@ -50,6 +51,7 @@ + @@ -62,13 +64,13 @@ $(TargetName)$(TargetPdbExt) - - MicrosoftSHA2 + + Microsoft400 - - - + + + diff --git a/setup/packages.config b/setup/packages.config index d4894fe..12f5d72 100644 --- a/setup/packages.config +++ b/setup/packages.config @@ -1,4 +1,5 @@  - \ No newline at end of file + +