12 packages
returned for Tags:"nupkg"
NuProj provides an MSBuild-based approach to create NuGet packages (.nupkg). The build projects are called .nuproj files and are regular MSBuild projects.
In general, the definition of a NuProj file is very similar to the NuGet .nuspec file – except that it is done via MSBuild. In fact, NuProj...
More information
NuProj provides an MSBuild-based approach to create NuGet packages (.nupkg). The build projects are called .nuproj files and are regular MSBuild projects.
This package provides additional MSBuild targets for non-NuProj projects. Install this package to projects that are being directly or indirectly...
More information
-
39,255 total downloads
-
last updated 11/21/2019
-
Latest version: 3.0.0
-
nuget
nupkg
Merge dependencies of two nupkg packages
Automatically creates a NuGet package from your project each time it builds. The NuGet package is placed in the project's output directory.
If you want to use a .nuspec file, place it in the same directory as the project's project file (e.g. .csproj, .vbproj, .fsproj).
This adds a PostBuildScripts...
More information
Common functionality for working with NuGet.
-
4,787 total downloads
-
last updated 10/14/2019
-
Latest version: 2.0.2+git.7249fda
-
nupkg
nuget-powertool
NupkgWrench is a cross platform command line tool to read and modify nupkgs.
-
1,140 total downloads
-
last updated 10/14/2019
-
Latest version: 2.0.2+git.7249fda
-
nupkg
nuget-powertool
An alternative version of NupkgWrench with only the tool exe.
A Powershell module for building and NuGet-packing .Net projects. A convenient and easy to use module for those who need to package projects but don't have a full blown continuous-integration environment to do it for them.
This is a NuGet packages merge utility which lets you merge two .nupkg packages (two .NET Framework Versions) into a single .nupkg package.
A powershell script to help developers package and publish NuGet specifications. It looks for any/all nuspec files in a directory and packages them then publishes them to the designated feed. Can be used to copy them toa local directory for localhost-testing (before any pushes up to a live feed).