Handful .NET library for working with various physical quantities, including conversions, formatting and parsing.
This library should be build-able using a standard Visual Studio setup. As there are no dependencies, it is usually quite fast.
Version releases are handled automatically by GitHub Actions. You do need to trigger a release though. To do this:
- Git Tag a git commit with the new version number. Tags must be in the format:
version number
without any prefixes or suffixes. E.g.1.0.0
- Push that Tag to Github however you'd like e.g.
git push --tags
- Draft a new GitHub Release using that tag in the "Choose a tag" drop down.
- Write suitable release notes, If PRs were used the "Generate release notes" button will automatically populate them.
- Publish the release.