CreateNewNuGetPackageFromProjectAfterEachBuild 1.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package CreateNewNuGetPackageFromProjectAfterEachBuild --version 1.2.1
NuGet\Install-Package CreateNewNuGetPackageFromProjectAfterEachBuild -Version 1.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CreateNewNuGetPackageFromProjectAfterEachBuild" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CreateNewNuGetPackageFromProjectAfterEachBuild --version 1.2.1
#r "nuget: CreateNewNuGetPackageFromProjectAfterEachBuild, 1.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CreateNewNuGetPackageFromProjectAfterEachBuild as a Cake Addin
#addin nuget:?package=CreateNewNuGetPackageFromProjectAfterEachBuild&version=1.2.1

// Install CreateNewNuGetPackageFromProjectAfterEachBuild as a Cake Tool
#tool nuget:?package=CreateNewNuGetPackageFromProjectAfterEachBuild&version=1.2.1

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 folder to your project to house the PowerShell script that is called from the project's Post-Build event to create the NuGet package.
If it does not seem to be working, check the Output window for any errors that may have occurred.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (36)

Showing the top 5 NuGet packages that depend on CreateNewNuGetPackageFromProjectAfterEachBuild:

Package Downloads
ApolloDB

Description

ApolloAPI.Model

Description

MmBot.Jenkins

Description

MyAnimeListSharp

Search, Add, Update, Delete Anime/Manga information on MyAnimeList.net using Web API (http://myanimelist.net/modules.php?go=api)

SchoolsDB

Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on CreateNewNuGetPackageFromProjectAfterEachBuild:

Repository Stars
pedropaf/saas-ecom
Subscription support for ASP.NET MVC 5 apps using Stripe, including out-of-the-box view helpers. Available via NuGET
Version Downloads Last updated
1.8.16 111,069 10/18/2018
1.8.15 6,110 9/16/2018
1.8.14 44,603 5/16/2018
1.8.13 44,041 9/7/2017
1.8.11 39,450 3/22/2017
1.8.10 24,313 1/23/2017
1.8.9 101,790 3/27/2016
1.8.8 153,432 7/18/2015
1.8.7 12,955 6/16/2015
1.8.6 4,614 6/16/2015
1.8.5 19,868 3/23/2015
1.8.4 39,102 10/30/2014
1.8.4-alpha1 4,561 10/8/2014
1.8.3 11,656 8/20/2014
1.8.2 5,717 8/9/2014
1.8.1 5,425 7/15/2014
1.8.1-Prerelease3 4,244 7/10/2014
1.8.1-Prerelease2 4,303 7/5/2014
1.8.1-Prerelease1 4,501 6/14/2014
1.7.4-PreRelease 4,174 5/6/2014
1.7.3 10,562 3/2/2014
1.7.2 6,931 2/2/2014
1.7.1 6,866 1/18/2014
1.6.2 4,555 1/14/2014
1.6.1 4,718 1/13/2014
1.6.0 5,180 11/23/2013
1.5.2 5,435 11/7/2013
1.5.1 5,075 11/7/2013
1.5.0 5,044 10/28/2013
1.4.2 5,225 9/18/2013
1.4.1 5,164 9/18/2013
1.4.0 5,172 9/18/2013
1.3.0 7,504 7/12/2013
1.2.1 5,526 7/12/2013
1.2.0 5,282 7/12/2013
1.2.0-beta 4,945 7/12/2013
1.2.0-alpha 5,022 7/11/2013
1.1.0.1 5,543 7/8/2013
1.0.0 5,671 6/22/2013

Fix bug introduced in v1.2.0 where the nuget pack would fail if the output directory path contained a space.