Skip to content

jerone/Jvw.DevToys.SemverCalculator

Repository files navigation

Jvw.DevToys.SemverCalculator

A Semantic Versioning (SemVer) calculator for DevToys App.

Screenshot of Jvw.DevToys.SemverCalculator

Installation

  1. Download the Jvw.DevToys.SemverCalculator NuGet package from NuGet.org.
  2. Open DevToys, go to Manage extensions, click on Install an extension and select the downloaded NuGet package.

Agreement

To fetch the list of versions from a NPM package, this extension makes a GET HTTP request to the NPM registry. No data is send to NPM, other than the package name. By using this extension, you agree to the NPM Terms of Use.

Limitations

No support for DevToys CLI (for now).

Contributing

Setup

  1. Clone the repository.
  2. Follow the instructions on DevToys.app to run the project locally.
  3. Press F5 to start debugging.

Guidelines

This project uses CSharpier to format the code. Install all required DotNet tools with dotnet tool restore.

This project also uses an EditorConfig file for consistent coding styles. Make sure your IDE supports this.

License

This extension is licensed under the MIT License - see the LICENSE file for details.