DotNetTool.Builder 0.9.5

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global DotNetTool.Builder --version 0.9.5                
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 DotNetTool.Builder --version 0.9.5                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DotNetTool.Builder&version=0.9.5                
nuke :add-package DotNetTool.Builder --version 0.9.5                

This dotnet tool allows you creating your own dotnet tool based on Microsofts System.CommandLine.Experimental package.

Product 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.1 is compatible. 
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
11.0.0 404 11/7/2023
10.0.0 128 9/8/2023
10.0.0-alpha.7 68 11/2/2023
9.0.0 2,560 1/24/2021
8.0.0 2,577 1/10/2020 8.0.0 is deprecated because it is no longer maintained and has critical bugs.
0.9.6 2,127 8/16/2020
0.9.5 1,849 8/15/2020
0.9.4 2,046 5/22/2020
0.9.3 1,796 5/19/2020
0.9.2 1,935 5/19/2020
0.9.1 1,916 5/16/2020
0.9.0 1,771 5/16/2020
0.8.6 1,654 5/16/2020
0.8.5 12,286 1/19/2020
0.8.4 2,490 1/13/2020
0.8.3 2,214 1/11/2020
0.8.2 2,476 1/11/2020
0.8.1 2,932 1/10/2020
0.8.0 1,792 1/10/2020
0.7.7 2,351 1/7/2020
0.7.6 2,933 1/6/2020
0.7.5 2,448 1/6/2020
0.7.4 2,264 1/6/2020
0.7.3 2,464 1/6/2020
0.7.2 2,359 1/6/2020
0.7.1 2,372 1/6/2020 0.7.1 is deprecated.
0.7.0 2,043 1/5/2020 0.7.0 is deprecated.
0.6.0 2,290 1/4/2020 0.6.0 is deprecated.
0.5.8 2,581 1/4/2020 0.5.8 is deprecated.
0.5.7 3,139 1/4/2020 0.5.7 is deprecated because it is no longer maintained and has critical bugs.
0.5.6 2,709 1/4/2020 0.5.6 is deprecated because it is no longer maintained and has critical bugs.
0.5.6-beta 7,349 12/31/2019 0.5.6-beta is deprecated because it is no longer maintained and has critical bugs.
0.5.5-beta 1,963 12/31/2019
0.5.4-beta 2,076 12/30/2019
0.5.3-beta 1,840 12/30/2019
0.5.2-beta 2,184 12/29/2019

Bug-Fixes / Changes
- The tool name must not match project name, causes in namespace conflicts. If Project name starts with lower case then we have no problems.
- Change namespaces not to deepest scope in generated solution.


Prerequisites
- .NET Core 3.1 SDK or higher