NM.Tools.Dotnet.MSbuild.BuildXml 0.0.1-alpha1.2

This is a prerelease version of NM.Tools.Dotnet.MSbuild.BuildXml.
dotnet tool install --global NM.Tools.Dotnet.MSbuild.BuildXml --version 0.0.1-alpha1.2
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 NM.Tools.Dotnet.MSbuild.BuildXml --version 0.0.1-alpha1.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=NM.Tools.Dotnet.MSbuild.BuildXml&version=0.0.1-alpha1.2&prerelease
nuke :add-package NM.Tools.Dotnet.MSbuild.BuildXml --version 0.0.1-alpha1.2

NM.Tools.Dotnet.MSbuild.BuildXml

.Net tool for making basic MSBuild XML templetes on directory chain.

How to install

.Net CLI
dotnet tool install --global NM.Tools.Dotnet.MSbuild.BuildXml

How to use

.Net CLI
dotnet buildxml <From> <To> [options]

Details

Description:
  Make basic MSBuild XML templetes on directory chain.
  It does not overwrite existing files.
  If *.*proj files exist, it does not make any file.

Usage:
  buildxml <From> <To> [options]

Arguments:
  <From>  Directory path or child file path to start making MSBuild XML. Directory of file at the path SHOULD exist.
  <To>    Directory path or child file path to end making MSBuild XML. Directory of file at the path SHOULD exist.

Options:
  -np, --no-props    Do not make Directory.Build.props files
  -nt, --no-targets  Do not make Directory.Build.targets files
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. 
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.0.1-alpha1.2 39 4/17/2024
0.0.1-alpha1.1 35 4/17/2024
0.0.1-alpha1 53 4/17/2024

Fix install bug. Add 'PackAsTool = true'