Ritten 0.17.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global Ritten --version 0.17.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Ritten --version 0.17.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Ritten&version=0.17.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Ritten --version 0.17.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Your build, ritten in C#.
Installation
Ritten is a .NET tool. Pin it per repository so that everyone — and CI — runs the same version:
dotnet new tool-manifest
dotnet tool install ritten
Usage
Describe the project in a ritten.json at its root:
{
"build": {
"project": "src/Thing/Thing.csproj"
}
}
Then run a job from anywhere in the repository:
dotnet ritten build # compile and test
dotnet ritten install # build, pack, and install the tool globally from the working tree
dotnet ritten check # build, plus release checks: formatting, version, and changelog
dotnet ritten deploy # check, then pack, tag, release, and publish
License
See LICENSE.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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 |
|---|---|---|
| 0.18.0 | 0 | 9/22/2026 |
| 0.17.0 | 5 | 9/22/2026 |
| 0.16.1 | 58 | 9/20/2026 |
| 0.16.0 | 62 | 9/20/2026 |
| 0.15.0 | 62 | 9/20/2026 |
| 0.14.0 | 55 | 9/18/2026 |
| 0.13.0 | 73 | 9/18/2026 |
| 0.12.0 | 73 | 9/17/2026 |
| 0.11.0 | 134 | 8/27/2026 |
| 0.10.0 | 169 | 8/22/2026 |
| 0.9.0 | 104 | 8/22/2026 |
| 0.8.0 | 121 | 8/21/2026 |
| 0.7.0 | 119 | 8/20/2026 |
| 0.6.0 | 214 | 8/19/2026 |
| 0.5.0 | 119 | 8/19/2026 |
| 0.4.0 | 124 | 8/19/2026 |
| 0.3.0 | 128 | 8/18/2026 |
| 0.2.0 | 116 | 8/18/2026 |
| 0.1.0 | 118 | 8/18/2026 |
| 0.0.6 | 130 | 8/17/2026 |
Loading failed