TinyOS.Pipelink
1.0.0-preview.20240525-57
This is a prerelease version of TinyOS.Pipelink.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global TinyOS.Pipelink --version 1.0.0-preview.20240525-57
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 TinyOS.Pipelink --version 1.0.0-preview.20240525-57
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=TinyOS.Pipelink&version=1.0.0-preview.20240525-57&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package TinyOS.Pipelink --version 1.0.0-preview.20240525-57
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
TinyOS Pipelink Tool
Installing the pipelink global tool
The pipelink tool is available on NuGet. To install the tool run the following command:
dotnet tool install --global TinyOS.Pipelink
Building the pipelink tool
If you want to customize or contribute to the pipelink tool, you will need to build and install the tool locally. The following instructions will help you get started. The tool automatically generate a nupkg on build. To build and install the nupkg locally run the following command:
dotnet pack TinyOS.Pipelink.csproj
dotnet tool uninstall --global TinyOS.Pipelink
dotnet tool install --global bin/Release/TinyOS.Pipelink.1.0.0.nupkg
To uninstall the pipelink tool:
dotnet tool uninstall --global TinyOS.Pipelink
Installing latest development tool
To install the templates run the following command:
dotnet tool install --global TinyOS.Pipelink --add-source https://apidev.nugettest.org/v3/index.json
Product | Versions 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.