ktsu.KtsuTools.CodeGen
1.0.1
Prefix Reserved
See the version list below for details.
dotnet add package ktsu.KtsuTools.CodeGen --version 1.0.1
NuGet\Install-Package ktsu.KtsuTools.CodeGen -Version 1.0.1
<PackageReference Include="ktsu.KtsuTools.CodeGen" Version="1.0.1" />
<PackageVersion Include="ktsu.KtsuTools.CodeGen" Version="1.0.1" />
<PackageReference Include="ktsu.KtsuTools.CodeGen" />
paket add ktsu.KtsuTools.CodeGen --version 1.0.1
#r "nuget: ktsu.KtsuTools.CodeGen, 1.0.1"
#:package ktsu.KtsuTools.CodeGen@1.0.1
#addin nuget:?package=ktsu.KtsuTools.CodeGen&version=1.0.1
#tool nuget:?package=ktsu.KtsuTools.CodeGen&version=1.0.1
KtsuTools
A unified developer tools suite consolidating 14 ktsu-dev tools into a single CLI application.
Usage
ktools <command> [options]
Run ktools --help for a list of available commands.
Related tools
For per-repo release automation (semver bumps, changelog, publish, package manifest emission), see KtsuBuild. KtsuTools focuses on cross-repo orchestration; KtsuBuild handles the inside-one-repo release workflow. The two are complementary and intentionally not merged.
| 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. |
-
net10.0
- ktsu.KtsuTools.Core (>= 1.0.1)
- ktsu.Semantics.Paths (>= 2.9.3)
- ktsu.Semantics.Strings (>= 2.9.3)
- Spectre.Console (>= 0.57.0)
- Spectre.Console.Ansi (>= 0.57.0)
- YamlDotNet (>= 18.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.10.4 | 0 | 9/25/2026 |
| 1.10.3 | 35 | 9/24/2026 |
| 1.10.2 | 44 | 9/23/2026 |
| 1.10.1 | 47 | 9/22/2026 |
| 1.10.0 | 43 | 9/22/2026 |
| 1.9.0 | 49 | 9/22/2026 |
| 1.8.0 | 42 | 9/22/2026 |
| 1.7.0 | 47 | 9/22/2026 |
| 1.6.1 | 81 | 9/21/2026 |
| 1.6.0 | 97 | 9/21/2026 |
| 1.5.0 | 107 | 9/17/2026 |
| 1.4.2 | 91 | 9/16/2026 |
| 1.4.1 | 89 | 9/16/2026 |
| 1.4.0 | 95 | 9/13/2026 |
| 1.3.0 | 94 | 9/13/2026 |
| 1.2.0 | 99 | 9/11/2026 |
| 1.1.1 | 97 | 8/31/2026 |
| 1.1.0 | 103 | 8/29/2026 |
| 1.0.2 | 252 | 8/18/2026 |
| 1.0.1 | 117 | 8/17/2026 |
## v1.0.1 (patch)
Changes since v1.0.0:
- Fix NU1605 package downgrade: bump ktsu.Semantics.Paths/Strings to 2.9.3 for AppDataStorage compatibility [patch] ([@matt-edmondson](https://github.com/matt-edmondson))