CreateNewNuGetPackageFromProjectAfterEachBuild 1.2.0-alpha

This is a prerelease version of CreateNewNuGetPackageFromProjectAfterEachBuild.
There is a newer version of this package available.
See the version list below for details.
dotnet add package CreateNewNuGetPackageFromProjectAfterEachBuild --version 1.2.0-alpha
                    
NuGet\Install-Package CreateNewNuGetPackageFromProjectAfterEachBuild -Version 1.2.0-alpha
                    
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.0-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CreateNewNuGetPackageFromProjectAfterEachBuild" Version="1.2.0-alpha" />
                    
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.2.0-alpha
                    
#r "nuget: CreateNewNuGetPackageFromProjectAfterEachBuild, 1.2.0-alpha"
                    
#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.
#addin nuget:?package=CreateNewNuGetPackageFromProjectAfterEachBuild&version=1.2.0-alpha&prerelease
                    
Install CreateNewNuGetPackageFromProjectAfterEachBuild as a Cake Addin
#tool nuget:?package=CreateNewNuGetPackageFromProjectAfterEachBuild&version=1.2.0-alpha&prerelease
                    
Install CreateNewNuGetPackageFromProjectAfterEachBuild 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

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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.8.16 131,781 10/18/2018
1.8.15 7,265 9/16/2018
1.8.14 55,631 5/16/2018
1.8.13 47,648 9/7/2017
1.8.11 50,079 3/22/2017
1.8.10 26,078 1/23/2017
1.8.9 112,289 3/27/2016
1.8.8 188,264 7/18/2015
1.8.7 14,997 6/16/2015
1.8.6 5,555 6/16/2015
1.8.5 22,457 3/23/2015
1.8.4 48,316 10/30/2014
1.8.4-alpha1 5,726 10/8/2014
1.8.3 13,485 8/20/2014
1.8.2 6,820 8/9/2014
1.8.1 6,448 7/15/2014
1.8.1-Prerelease3 5,514 7/10/2014
1.8.1-Prerelease2 5,271 7/5/2014
1.8.1-Prerelease1 5,422 6/14/2014
1.7.4-PreRelease 5,282 5/6/2014
1.7.3 12,012 3/2/2014
1.7.2 8,107 2/2/2014
1.7.1 7,948 1/18/2014
1.6.2 5,574 1/14/2014
1.6.1 5,689 1/13/2014
1.6.0 6,333 11/23/2013
1.5.2 6,406 11/7/2013
1.5.1 6,042 11/7/2013
1.5.0 6,293 10/28/2013
1.4.2 6,176 9/18/2013
1.4.1 6,382 9/18/2013
1.4.0 6,313 9/18/2013
1.3.0 8,784 7/12/2013
1.2.1 6,727 7/12/2013
1.2.0 6,340 7/12/2013
1.2.0-beta 6,129 7/12/2013
1.2.0-alpha 6,234 7/11/2013
1.1.0.1 6,663 7/8/2013
1.0.0 6,922 6/22/2013

Added new files to the PostBuildEvents folder to perform the actual packing and pushing. This allows the user to easily customize the pack and push options if needed. Also added a batch file that can be used to push the package so the user is not required to change their PowerShell Execution Policy setting.