Chrono.CLI 1.0.0-rc.4

This is a prerelease version of Chrono.CLI.
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global Chrono.CLI --version 1.0.0-rc.4
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Chrono.CLI --version 1.0.0-rc.4
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Chrono.CLI&version=1.0.0-rc.4&prerelease
                    
nuke :add-package Chrono.CLI --version 1.0.0-rc.4
                    

Chrono.CLI

📚 About

Chrono is a git versioning tool with a focus on being customizable and easy to configure.

It is inspired by the likes of GitVersion and Nerdbank.GitVersioning.

🚀 Getting started

Install/Update the dotnet tool using

dotnet tool install -g Chrono

Next up create a version.yml (for now only a version.yml at the root of your git repo is supported)

For the content of version.yml either checkout the minimal example below.

version: 1.0.0
default:
  versionSchema: '{major}.{minor}.{patch}.{build}[-]{branch}[.]{commitShortHash}'
  precision: build
  prereleaseTag: dev
  release:
    match:
      - ^release/.*
    versionSchema: '{major}.{minor}.{patch}'

or read the full documentation.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.0 233 4/21/2025
1.0.0-rc.8 202 4/14/2025
1.0.0-rc.7 237 3/4/2025
1.0.0-rc.6 119 3/1/2025
1.0.0-rc.5 93 2/28/2025
1.0.0-rc.4 128 2/18/2025
1.0.0-rc.3 131 2/18/2025
1.0.0-rc.2 110 2/17/2025
1.0.0-rc.1 92 11/4/2024
0.10.0 193 10/20/2024
0.6.0 182 6/2/2024