NuGet.Package.Builder
1.0.5
See the version list below for details.
dotnet add package NuGet.Package.Builder --version 1.0.5
NuGet\Install-Package NuGet.Package.Builder -Version 1.0.5
<PackageReference Include="NuGet.Package.Builder" Version="1.0.5"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add NuGet.Package.Builder --version 1.0.5
#r "nuget: NuGet.Package.Builder, 1.0.5"
// Install NuGet.Package.Builder as a Cake Addin #addin nuget:?package=NuGet.Package.Builder&version=1.0.5 // Install NuGet.Package.Builder as a Cake Tool #tool nuget:?package=NuGet.Package.Builder&version=1.0.5
Seamlessly extends any (.csproj, .vbproj, .fsproj) project to produce a NuGet package (.nupkg) and symbols at compile time. Supports publishing of packages when project is build or through MSBuild properties.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on NuGet.Package.Builder:
Package | Downloads |
---|---|
NugetPackageSample2
Checking Js, css, dll and reference dlls deployment |
|
MVCAppPackage
MVCAppPackage |
|
MVCTestNuGetPackage
MVC Application Test Demo for creating NuGet Package |
GitHub repositories
This package is not used by any popular GitHub repositories.
+ Now using NuGet.exe 2.8.5
+ {project}.nuspec files are no longer removed when uninstallling. This fixes the issue with running a Update-Package from Package Manager Console where all .nuspec files will be removed and added again.