SimpleVersion aims to simplify how you version the artifacts of your git repository.
Check out the documentation site for guidance.
To build SimpleVersion locally, run build.ps1
from the root of the repository:
> .\build.ps1 # => Builds libraries, docs site, runs tests, prepares assets
> .\build.ps1 -ServeDocs # => Builds libraries, docs site, then serves docs site on http://localhost:8080
Raise and issue using one of the templates and it'll get automatically added to the backlog.
Thinking of implementing or fixing something? Great! Contributions and pull-requests are most welcome.
Please take a look at the Contributing Guide and Code of Conduct before submitting your pull request.