DotNetTool.Builder
8.0.0
Please do not use this version, this was the wrong version number. Please install the latest listed DotNetTool.Builder explicit with its version number
See the version list below for details.
dotnet tool install --global DotNetTool.Builder --version 8.0.0
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local DotNetTool.Builder --version 8.0.0
#tool dotnet:?package=DotNetTool.Builder&version=8.0.0
nuke :add-package DotNetTool.Builder --version 8.0.0
This dotnet tool allows you creating your own dotnet tool based on Microsofts System.CommandLine.Experimental package.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
This package has no dependencies.
Version | Downloads | Last updated | |
---|---|---|---|
12.0.0-alpha.12 | 45 | 10/23/2024 | |
11.0.0 | 448 | 11/7/2023 | |
10.0.0 | 138 | 9/8/2023 | |
10.0.0-alpha.7 | 77 | 11/2/2023 | |
9.0.0 | 2,566 | 1/24/2021 | |
8.0.0 | 2,591 | 1/10/2020 | |
0.9.6 | 2,134 | 8/16/2020 | |
0.9.5 | 1,854 | 8/15/2020 | |
0.9.4 | 2,054 | 5/22/2020 | |
0.9.3 | 1,804 | 5/19/2020 | |
0.9.2 | 1,943 | 5/19/2020 | |
0.9.1 | 1,924 | 5/16/2020 | |
0.9.0 | 1,779 | 5/16/2020 | |
0.8.6 | 1,660 | 5/16/2020 | |
0.8.5 | 12,293 | 1/19/2020 | |
0.8.4 | 2,495 | 1/13/2020 | |
0.8.3 | 2,219 | 1/11/2020 | |
0.8.2 | 2,482 | 1/11/2020 | |
0.8.1 | 2,939 | 1/10/2020 | |
0.8.0 | 1,799 | 1/10/2020 | |
0.7.7 | 2,359 | 1/7/2020 | |
0.7.6 | 2,938 | 1/6/2020 | |
0.7.5 | 2,453 | 1/6/2020 | |
0.7.4 | 2,271 | 1/6/2020 | |
0.7.3 | 2,471 | 1/6/2020 | |
0.7.2 | 2,365 | 1/6/2020 | |
0.7.1 | 2,377 | 1/6/2020 | |
0.7.0 | 2,048 | 1/5/2020 | |
0.6.0 | 2,296 | 1/4/2020 | |
0.5.8 | 2,588 | 1/4/2020 | |
0.5.7 | 3,146 | 1/4/2020 | |
0.5.6 | 2,714 | 1/4/2020 | |
0.5.6-beta | 7,354 | 12/31/2019 | |
0.5.5-beta | 1,970 | 12/31/2019 | |
0.5.4-beta | 2,083 | 12/30/2019 | |
0.5.3-beta | 1,848 | 12/30/2019 | |
0.5.2-beta | 2,190 | 12/29/2019 |
Bug-Fixes / Changes
- Add validation for option alias. Alias must begin with a "-"
- Add description check, must have no minimum 10 characters.
- Fix input for optional (o) and required (r) question.
- A root command can contains now "-" name splitter. To use 'my-tool'
or 'dotnet-mytool' or anything else.
- Fix worng <ToolCommandName> ins csproj file, after generating the tool.
- !! Hint '--from-file' can not be used any more, with older generated tool
json files !!.
Prerequisites
- .NET Core 3.0 SDK or higher