Skip to content

Commit

Permalink
Update to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 22, 2021
1 parent 16a9884 commit d6ce205
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
28 changes: 25 additions & 3 deletions fnm/fnm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,39 @@
<metadata>
<id>fnm</id>
<title>Fast and simple Node.js version manager, built in Rust</title>
<version>0.1.0</version>
<version>1.26.0</version>
<authors>Gal Schlezinger</authors>
<owners>Chris Meagher</owners>
<summary>fnm is a cross-platform, single file, instant startup, Node.js version manager built with speed in mind</summary>
<description>Fast Node Manager (fnm) is a fast and simple Node.js version manager, built in Rust</description>
<description><![CDATA[Fast Node Manager (fnm) is a fast and simple Node.js version manager, built in Rust.
## Features
* Cross-platform support (macOS, Windows, Linux)
* Single file, easy installation, instant startup
* Built with speed in mind
* Works with `.node-version` and `.nvmrc` files
## Getting started
1. Install this package via [Chocolatey](https://chocolatey.org/)
2. After installation you will need to [setup your shell](https://github.com/Schniz/fnm#shell-setup)
## Usage
Please read the [fnm docs](https://github.com/Schniz/fnm#usage) for a full usage guide.
## Uninstalling
1. Uninstall this package via Chocolatey
2. After uninstalling you will need to reverse any changes that you made when setting up your shell and you can [remove](https://github.com/Schniz/fnm#removing) your `.fnm` folder
]]></description>
<projectUrl>https://github.com/Schniz/fnm</projectUrl>
<tags>nodejs javascript nvm version cross-platform cli</tags>
<copyright>Gal Schlezinger</copyright>
<licenseUrl>https://raw.githubusercontent.com/Schniz/fnm/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/Schniz/fnm/blob/master/CHANGELOG.md</releaseNotes>
<releaseNotes>https://github.com/Schniz/fnm/releases/tag/v1.26.0</releaseNotes>
<docsUrl>https://github.com/Schniz/fnm/blob/master/README.md</docsUrl>
<bugTrackerUrl>https://github.com/Schniz/fnm/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/Schniz/fnm</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions fnm/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x64:
x64: https://github.com/Schniz/fnm/releases/download/v1.26.0/fnm-windows.zip

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64:
checksum64: 5A6E4DE11C2FDEFBF7DBDF4E9A1448003EE8F5B42BD62363941749B20F8DF6A2

File 'LICENSE' is obtained from:
https://raw.githubusercontent.com/Schniz/fnm/master/LICENSE

0 comments on commit d6ce205

Please sign in to comment.