CreateNewNuGetPackageFromProjectAfterEachBuild 1.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CreateNewNuGetPackageFromProjectAfterEachBuild --version 1.6.0
                    
NuGet\Install-Package CreateNewNuGetPackageFromProjectAfterEachBuild -Version 1.6.0
                    
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.6.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CreateNewNuGetPackageFromProjectAfterEachBuild" Version="1.6.0" />
                    
Directory.Packages.props
<PackageReference Include="CreateNewNuGetPackageFromProjectAfterEachBuild" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CreateNewNuGetPackageFromProjectAfterEachBuild --version 1.6.0
                    
#r "nuget: CreateNewNuGetPackageFromProjectAfterEachBuild, 1.6.0"
                    
#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.
#:package CreateNewNuGetPackageFromProjectAfterEachBuild@1.6.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CreateNewNuGetPackageFromProjectAfterEachBuild&version=1.6.0
                    
Install as a Cake Addin
#tool nuget:?package=CreateNewNuGetPackageFromProjectAfterEachBuild&version=1.6.0
                    
Install as a Cake Tool

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

MyAnimeListSharp

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

MmBot.Jenkins

Description

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 153,619 10/18/2018
1.8.15 7,721 9/16/2018
1.8.14 60,106 5/16/2018
1.8.13 49,804 9/7/2017
1.8.11 55,865 3/22/2017
1.8.10 27,876 1/23/2017
1.8.9 118,181 3/27/2016
1.8.8 206,288 7/18/2015
1.8.7 15,944 6/16/2015
1.8.6 6,161 6/16/2015
1.8.5 23,418 3/23/2015
1.8.4 52,841 10/30/2014
1.8.4-alpha1 6,332 10/8/2014
1.8.3 14,638 8/20/2014
1.8.2 7,539 8/9/2014
1.8.1 7,085 7/15/2014
1.8.1-Prerelease3 5,913 7/10/2014
1.8.1-Prerelease2 5,679 7/5/2014
1.8.1-Prerelease1 5,828 6/14/2014
1.7.4-PreRelease 5,690 5/6/2014
1.7.3 12,878 3/2/2014
1.7.2 8,904 2/2/2014
1.7.1 8,621 1/18/2014
1.6.2 6,196 1/14/2014
1.6.1 6,321 1/13/2014
1.6.0 6,974 11/23/2013
1.5.2 7,044 11/7/2013
1.5.1 6,674 11/7/2013
1.5.0 6,934 10/28/2013
1.4.2 6,804 9/18/2013
1.4.1 7,033 9/18/2013
1.4.0 6,952 9/18/2013
1.3.0 9,528 7/12/2013
1.2.1 7,333 7/12/2013
1.2.0 6,975 7/12/2013
1.2.0-beta 6,767 7/12/2013
1.2.0-alpha 6,877 7/11/2013
1.1.0.1 7,301 7/8/2013
1.0.0 7,558 6/22/2013

- Fixed bug where it would always build the NuGet package using the Debug folder's assemblies. It now defaults to using the Configuration (e.g. Debug, Release) and Platform (e.g. x86, x64, Any CPU) currently selected in Visual Studio. You can also specify a Configuration and Release to always use, such as Release and Any CPU.
- Updated to use the latest New-NuGetPackage.ps1 script.