dotnet-nugetize 1.2.3

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

The nugetize dotnet global tool (available after installation) allows quick iteration while creating nuget packages. This is done in the fastest possible way without compromising your customizations to the build process, all without incurring a full build/pack!

Carefully tweaking your packages until they look exactly the way you want them should not be a tedious and slow process. Even requiring your project to be built between changes can be costly and reduce the speed at which you can iterate on the packaging aspects of the project. Also, generating the final .nupkg, opening it in a tool and inspecting its content, is also not ideal for rapid iteration.

This tool works together with NuGetizer to provide the most productive solution for your packing needs. This is achieved is by a combination of a simulated design-time build that skips the compiler invocation and avoids the output file copying entirely, and built-in support in NuGetizer to emit the entire contents of the package as MSBuild items with full metadata, that the tool can use to render an accurate report that contains exactly the same information that would be used to emit the final .nupkg without actually generating it.

The following is the output of a comprehensive smart multi-targeted library example from the documentation:

nugetize smart library

The tool will emit the .nuspec file so you can inspect precisely what's being packed and from where, should you need to dig deeper. Moreover, it's rendered as a helpful link (in most terminals) so you can click on it directly to open (i.e. from within the VSCode terminal).

NuGetizer supports running nugetize on all the samples in the documentation directly in your browser in a GitHub Codespace

As soon as the codespace is running, just use the terminal to go to the desired sample directory and just run nugetize! You can even open a pwsh terminal if that's more your thing.

NOTE: dotnet-nugetize does not support projects that don't reference the NuGetizer package.

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
1.2.3 441 8/9/2024
1.2.2 241 5/17/2024
1.2.1 489 11/30/2023
1.2.0 358 10/11/2023
1.1.1 681 8/28/2023
1.1.0 229 8/11/2023
1.0.5 237 7/6/2023
1.0.4 231 5/5/2023
1.0.3 180 5/5/2023
1.0.2 196 4/19/2023
1.0.1 293 3/22/2023
1.0.0 209 3/21/2023
1.0.0-rc.1 101 3/21/2023
1.0.0-rc 217 2/26/2023
1.0.0-beta 253 2/25/2023
1.0.0-alpha 258 2/25/2023
0.9.5 352 2/25/2023
0.9.4 261 2/23/2023
0.9.3 267 2/18/2023
0.9.2 288 2/11/2023
0.9.1 5,648 11/16/2022
0.9.0 517 9/3/2022
0.8.0 1,061 6/9/2022
0.8.0-beta 266 6/1/2022
0.7.5 1,478 10/13/2021
0.7.4 602 7/20/2021
0.7.3 318 7/19/2021
0.7.2 359 7/16/2021
0.7.1 385 6/17/2021
0.7.0 383 5/10/2021
0.6.2 366 3/30/2021
0.6.1 392 3/30/2021
0.6.0 643 12/10/2020
0.5.0 482 11/25/2020
0.4.12 432 11/20/2020
0.4.11 429 11/4/2020
0.4.10 446 10/29/2020
0.4.9 444 10/26/2020
0.4.8 431 10/25/2020
0.4.7 454 10/21/2020
0.4.6 464 10/21/2020
0.4.5 461 10/8/2020
0.4.4 489 10/8/2020
0.4.3 463 10/4/2020
0.4.2 598 10/4/2020
0.4.1 475 10/2/2020
0.4.0 535 10/1/2020
0.3.0 473 10/1/2020
0.3.0-rc 299 9/30/2020
0.3.0-beta 363 9/30/2020
0.3.0-alpha 385 9/29/2020