dotnet-pack-local 0.4.2

dotnet tool install --global dotnet-pack-local --version 0.4.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 dotnet-pack-local --version 0.4.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-pack-local&version=0.4.2
nuke :add-package dotnet-pack-local --version 0.4.2

Build status Nuget version

dotnet-build-local

It's a dotnet tool to pack project to a local NuGet repo. It takes care of package version to make sure that it steadily increases. Additionally it packs symbols into the final package for Debug builds

Installation

Tool is distributed as a dotnet tool. To install it you should have .NET Core 3.1 installed (or above). Then run the following command:

dotnet tool install -g dotnet-pack-local

Update

To update the tool, run:

dotnet tool update -g dotnet-pack-local

Run dotnet-pack-local --version to check installed version.

Usage

To run the tool just navigate to a directory which is a part of the repo (usual repository root), open command line and run the tool by name:

dotnet-pack-local

Run tool with --help flag to see all the supported commands and flags.

Options

Run the tool with --help or just -h flag to see the possible options.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
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.4.2 489 11/7/2022
0.4.1 507 7/21/2022
0.4.0 514 7/21/2022
0.3.3 596 7/21/2021
0.3.2 496 7/15/2021
0.3.1 468 7/15/2021
0.3.0 440 7/15/2021
0.2.0 458 7/8/2021
0.1.2 418 7/8/2021
0.1.1 491 7/8/2021
0.1.0 499 7/8/2021