NuGet.Packer
1.1.0
See the version list below for details.
dotnet add package NuGet.Packer --version 1.1.0
NuGet\Install-Package NuGet.Packer -Version 1.1.0
<PackageReference Include="NuGet.Packer" Version="1.1.0" />
paket add NuGet.Packer --version 1.1.0
#r "nuget: NuGet.Packer, 1.1.0"
// Install NuGet.Packer as a Cake Addin #addin nuget:?package=NuGet.Packer&version=1.1.0 // Install NuGet.Packer as a Cake Tool #tool nuget:?package=NuGet.Packer&version=1.1.0
NuGet Packer helps you turn your .NET (.csproj/.vbproj) projects into NuGet packages as simply and effectively as possible.
Using NuGet Packer is as simple as installing a NuGet package and building your project:
1. Install the NuGet package
2. Compile your project using the 'Release' configuration
That's it! Your NuGet package will be in your /bin folder, right next to your project's output assembly (.dll).
As an additional bonus, NuGet.Packer will even publish your package to the NuGet repository of your choice!
See the project site (https://github.com/jchadwick/NuGet.Packer) for more configuration options.
Learn more about Target Frameworks and .NET Standard.
-
- NuGet.CommandLine (= 3.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on NuGet.Packer:
Repository | Stars |
---|---|
samoatesgames/mui.extended.toolkit
Modern UI support for the Extended WPF Toolkit.
|